mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
* filesys.c (scm_fcntl): Docstring fix - missing newlines inserted.
This commit is contained in:
parent
d46e47131c
commit
55892d875c
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
2000-08-18 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* filesys.c (scm_fcntl): Docstring fix - missing newlines inserted.
|
||||
|
||||
* net_db.c (scm_gethost, scm_getnet, scm_getproto, scm_sethost,
|
||||
scm_setnet, setproto, setserv): Argument names changed to match
|
||||
doc string.
|
||||
|
|
|
@ -1134,8 +1134,8 @@ SCM_DEFINE (scm_fcntl, "fcntl", 2, 1, 0,
|
|||
"@item F_SETOWN\n"
|
||||
"Set the process that owns a socket to @var{value}, for @code{SIGIO} signals.\n"
|
||||
"@item FD_CLOEXEC\n"
|
||||
"The value used to indicate the \"close on exec\" flag with @code{F_GETFL} or"
|
||||
"@code{F_SETFL}."
|
||||
"The value used to indicate the \"close on exec\" flag with @code{F_GETFL} or\n"
|
||||
"@code{F_SETFL}.\n"
|
||||
"@end table")
|
||||
#define FUNC_NAME s_scm_fcntl
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue