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