From a3c8b9fce93c12edd6713d03719ac2fd345b982d Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Tue, 18 Jan 2000 14:13:31 +0000 Subject: * 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. --- libguile/filesys.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libguile/filesys.c') diff --git a/libguile/filesys.c b/libguile/filesys.c index 89018c2c0..b1c6c9375 100644 --- a/libguile/filesys.c +++ b/libguile/filesys.c @@ -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; -- cgit v1.2.3