Use .In for including header files, remove some unnecessary quotes.

This commit is contained in:
wiz 2005-01-12 14:35:55 +00:00
parent e4666bf785
commit c3005f5671
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: gai_strerror.3,v 1.1 2005/01/11 07:26:57 itojun Exp $ .\" $NetBSD: gai_strerror.3,v 1.2 2005/01/12 14:35:55 wiz Exp $
.\" $KAME: gai_strerror.3,v 1.1 2005/01/05 03:04:47 itojun Exp $ .\" $KAME: gai_strerror.3,v 1.1 2005/01/05 03:04:47 itojun Exp $
.\" $OpenBSD: gai_strerror.3,v 1.4 2004/12/20 23:04:53 millert Exp $ .\" $OpenBSD: gai_strerror.3,v 1.4 2004/12/20 23:04:53 millert Exp $
.\" .\"
@ -24,10 +24,10 @@
.Nm gai_strerror .Nm gai_strerror
.Nd get error message string from EAI_xxx error code .Nd get error message string from EAI_xxx error code
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/types.h> .In sys/types.h
.Fd #include <sys/socket.h> .In sys/socket.h
.Fd #include <netdb.h> .In netdb.h
.Ft "const char *" .Ft const char *
.Fn gai_strerror "int ecode" .Fn gai_strerror "int ecode"
.Sh DESCRIPTION .Sh DESCRIPTION
The The