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:
parent
8e55f36e48
commit
5a5464e533
54 changed files with 4007 additions and 2215 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue