mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
Fix typo in documentation for (socket)
H/t cow_2001 on #guile. * libguile/socket.c: As stated.
This commit is contained in:
parent
1f724ccd39
commit
a52c9cf7c3
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ SCM_DEFINE (scm_socket, "socket", 3, 0, 0,
|
||||||
"@var{proto} can be obtained from a protocol name using\n"
|
"@var{proto} can be obtained from a protocol name using\n"
|
||||||
"@code{getprotobyname}. A value of zero specifies the default\n"
|
"@code{getprotobyname}. A value of zero specifies the default\n"
|
||||||
"protocol, which is usually right.\n\n"
|
"protocol, which is usually right.\n\n"
|
||||||
"A single socket port cannot by used for communication until it\n"
|
"A single socket port cannot be used for communication until it\n"
|
||||||
"has been connected to another socket.")
|
"has been connected to another socket.")
|
||||||
#define FUNC_NAME s_scm_socket
|
#define FUNC_NAME s_scm_socket
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue