1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +02:00

(scm_setsockopt): Missing @defvar in docstring. Reported

by Ludovic Courtès.
This commit is contained in:
Kevin Ryde 2005-11-12 00:59:28 +00:00
parent bedd3f5fff
commit f1b7209b2d

View file

@ -626,7 +626,8 @@ SCM_DEFINE (scm_setsockopt, "setsockopt", 4, 0, 0,
"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")
#define FUNC_NAME s_scm_setsockopt
{
int fd;