diff options
author | bde <bde@FreeBSD.org> | 1998-03-23 13:05:07 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-03-23 13:05:07 +0000 |
commit | 57517b42e5107bad4ffedfa65b82b880fac1c21e (patch) | |
tree | f6d93768dacf2c091b4239f0e79d9e2b3dbe69f8 /lib/libc | |
parent | fb90e5ae688a887ffd44935d660f9d8f53450fc7 (diff) | |
download | FreeBSD-src-57517b42e5107bad4ffedfa65b82b880fac1c21e.zip FreeBSD-src-57517b42e5107bad4ffedfa65b82b880fac1c21e.tar.gz |
(Ab)use .Vt instead of .Fd for a variable declaration.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/gethostbyname.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/gethostbyname.3 b/lib/libc/net/gethostbyname.3 index e520e33..77bd54c 100644 --- a/lib/libc/net/gethostbyname.3 +++ b/lib/libc/net/gethostbyname.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)gethostbyname.3 8.4 (Berkeley) 5/25/95 -.\" $Id$ +.\" $Id: gethostbyname.3,v 1.8 1997/06/18 06:26:13 charnier Exp $ .\" .Dd May 25, 1995 .Dt GETHOSTBYNAME 3 @@ -47,7 +47,7 @@ .Nd get network host entry .Sh SYNOPSIS .Fd #include <netdb.h> -.Fd extern int h_errno; +.Vt extern int h_errno; .Ft struct hostent * .Fn gethostbyname "const char *name" .Ft struct hostent * |