summaryrefslogtreecommitdiff
path: root/libguile/filesys.c
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2000-08-18 17:12:37 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2000-08-18 17:12:37 +0000
commit55892d875c8147ad820c11266b84563ea0383000 (patch)
treec5ee40a9a8fce682cd021d3ae5dd5532a99b7a1d /libguile/filesys.c
parentd46e47131c3f3dfa9742c62b854203030cdb0ed1 (diff)
downloadguile-55892d875c8147ad820c11266b84563ea0383000.tar.gz
* filesys.c (scm_fcntl): Docstring fix - missing newlines inserted.
Diffstat (limited to 'libguile/filesys.c')
-rw-r--r--libguile/filesys.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/filesys.c b/libguile/filesys.c
index 8073225cb..d2a86729d 100644
--- a/libguile/filesys.c
+++ b/libguile/filesys.c
@@ -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
{