(Ab)use .Vt instead of .Fd for a variable declaration.

This commit is contained in:
bde 1998-03-23 13:05:07 +00:00
parent fb90e5ae68
commit 57517b42e5

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" From: @(#)gethostbyname.3 8.4 (Berkeley) 5/25/95 .\" 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 .Dd May 25, 1995
.Dt GETHOSTBYNAME 3 .Dt GETHOSTBYNAME 3
@ -47,7 +47,7 @@
.Nd get network host entry .Nd get network host entry
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <netdb.h> .Fd #include <netdb.h>
.Fd extern int h_errno; .Vt extern int h_errno;
.Ft struct hostent * .Ft struct hostent *
.Fn gethostbyname "const char *name" .Fn gethostbyname "const char *name"
.Ft struct hostent * .Ft struct hostent *