1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-23 12:00:21 +02:00

* Docstring fixes and corresponding manual updates.

This commit is contained in:
Neil Jerram 2002-03-15 09:23:19 +00:00
parent 8e55f36e48
commit 5a5464e533
54 changed files with 4007 additions and 2215 deletions

View file

@ -649,7 +649,7 @@ SCM_DEFINE (scm_setsockopt, "setsockopt", 4, 0, 0,
SCM_DEFINE (scm_shutdown, "shutdown", 2, 0, 0,
(SCM sock, SCM how),
"Sockets can be closed simply by using @code{close-port}. The\n"
"@code{shutdown} procedure allows reception or tranmission on a\n"
"@code{shutdown} procedure allows reception or transmission on a\n"
"connection to be shut down individually, according to the parameter\n"
"@var{how}:\n\n"
"@table @asis\n"