Hi,

A small fix to the docstring of `setsockopt'.

Thanks,
Ludovic.

2005-11-07  Ludovic Courtès  <[EMAIL PROTECTED]>

        * socket.c (scm_setsockopt): Appended [EMAIL PROTECTED] defvar' to the
        docstring.


--- orig/libguile/socket.c
+++ mod/libguile/socket.c
@@ -626,7 +626,8 @@
            "dropped from the interface @var{INTERFACEADDR}.\n"
            "@var{INTERFACEADDR} can be @code{INADDR_ANY} to have the system\n"
            "select the interface.  @var{INTERFACEADDR} can also be an\n"
-           "interface index number, on systems supporting that.")
+           "interface index number, on systems supporting that.\n"
+           "@end defvar\n")
 #define FUNC_NAME s_scm_setsockopt
 {
   int fd;


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to