unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [PATCH] Docstring for `setsockopt'
@ 2005-11-07 16:16 Ludovic Courtès
  2005-11-12  0:58 ` Kevin Ryde
  0 siblings, 1 reply; 2+ messages in thread
From: Ludovic Courtès @ 2005-11-07 16:16 UTC (permalink / raw)


Hi,

A small fix to the docstring of `setsockopt'.

Thanks,
Ludovic.

2005-11-07  Ludovic Courtès  <ludovic.courtes@laas.fr>

	* socket.c (scm_setsockopt): Appended `@end 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-12  0:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-07 16:16 [PATCH] Docstring for `setsockopt' Ludovic Courtès
2005-11-12  0:58 ` Kevin Ryde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).