From c3005f5671f5c66a7830071d04f314936ad1401a Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 12 Jan 2005 14:35:55 +0000 Subject: [PATCH] Use .In for including header files, remove some unnecessary quotes. --- lib/libc/net/gai_strerror.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/libc/net/gai_strerror.3 b/lib/libc/net/gai_strerror.3 index d21abf1d2553..56ef6964e90a 100644 --- a/lib/libc/net/gai_strerror.3 +++ b/lib/libc/net/gai_strerror.3 @@ -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 $ .\" $OpenBSD: gai_strerror.3,v 1.4 2004/12/20 23:04:53 millert Exp $ .\" @@ -24,10 +24,10 @@ .Nm gai_strerror .Nd get error message string from EAI_xxx error code .Sh SYNOPSIS -.Fd #include -.Fd #include -.Fd #include -.Ft "const char *" +.In sys/types.h +.In sys/socket.h +.In netdb.h +.Ft const char * .Fn gai_strerror "int ecode" .Sh DESCRIPTION The