diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-01-12 15:46:56 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-01-12 15:46:56 +0000 |
commit | b77b3c00be5547ec50166dc07fd7ed8f5835be94 (patch) | |
tree | 273d67850fba0e4c76a19b45707fb4f8e05bbbe7 /lib/libc/net | |
parent | 5ba22da47118a556a7c9522976076f2941df35f1 (diff) | |
download | src-b77b3c00be5547ec50166dc07fd7ed8f5835be94.tar.gz src-b77b3c00be5547ec50166dc07fd7ed8f5835be94.zip |
mdoc(7) police: Ft/Vt now accept punctuation-type arguments.
Notes
Notes:
svn path=/head/; revision=70974
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/gethostbyname.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/gethostbyname.3 b/lib/libc/net/gethostbyname.3 index c26e2605c524..3c20288a1cb0 100644 --- a/lib/libc/net/gethostbyname.3 +++ b/lib/libc/net/gethostbyname.3 @@ -49,7 +49,7 @@ .Lb libc .Sh SYNOPSIS .Fd #include <netdb.h> -.Vt extern int h_errno; +.Vt extern int h_errno ; .Ft struct hostent * .Fn gethostbyname "const char *name" .Ft struct hostent * |