* filesys.c (scm_fcntl): Docstring fix - missing newlines inserted.
authorNeil Jerram <neil@ossau.uklinux.net>
Fri, 18 Aug 2000 17:12:37 +0000 (17:12 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Fri, 18 Aug 2000 17:12:37 +0000 (17:12 +0000)
libguile/ChangeLog
libguile/filesys.c

index 3ba9672..d5862fa 100644 (file)
@@ -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.
index 8073225..d2a8672 100644 (file)
@@ -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
 {