1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 20:30:28 +02:00

* strports.c (st_end_input): Inserted parenthesis to get operator

grouping correct.

* fports.c, list.c, numbers.c, ports.c, stime.c, symbols.c,
filesys.c, posix.c: Converted docstrings to ANSI C format and
escaped " occurring inside string literals.
This commit is contained in:
Mikael Djurfeldt 2000-01-18 14:13:31 +00:00
parent d9b6c17032
commit a3c8b9fce9
7 changed files with 64 additions and 69 deletions

View file

@ -1033,9 +1033,9 @@ SCM_DEFINE (scm_fcntl, "fcntl", 2, 0, 1,
"@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}.
@end table")
"The value used to indicate the \"close on exec\" flag with @code{F_GETFL} or"
"@code{F_SETFL}."
"@end table")
#define FUNC_NAME s_scm_fcntl
{
int rv;