diff options
Diffstat (limited to 'src/lib/libc/net/gai_strerror.3')
-rw-r--r-- | src/lib/libc/net/gai_strerror.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libc/net/gai_strerror.3 b/src/lib/libc/net/gai_strerror.3 index 6ce94e30a1..680c8d4e4a 100644 --- a/src/lib/libc/net/gai_strerror.3 +++ b/src/lib/libc/net/gai_strerror.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: gai_strerror.3,v 1.7 2009/06/02 16:47:50 jasper Exp $ | 1 | .\" $OpenBSD: gai_strerror.3,v 1.8 2013/06/05 03:39:22 tedu Exp $ |
2 | .\" $KAME: gai_strerror.3,v 1.1 2005/01/05 03:04:47 itojun Exp $ | 2 | .\" $KAME: gai_strerror.3,v 1.1 2005/01/05 03:04:47 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") | 4 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") |
@@ -16,16 +16,16 @@ | |||
16 | .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | 16 | .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
17 | .\" PERFORMANCE OF THIS SOFTWARE. | 17 | .\" PERFORMANCE OF THIS SOFTWARE. |
18 | .\" | 18 | .\" |
19 | .Dd $Mdocdate: June 2 2009 $ | 19 | .Dd $Mdocdate: June 5 2013 $ |
20 | .Dt GAI_STRERROR 3 | 20 | .Dt GAI_STRERROR 3 |
21 | .Os | 21 | .Os |
22 | .Sh NAME | 22 | .Sh NAME |
23 | .Nm gai_strerror | 23 | .Nm gai_strerror |
24 | .Nd get error message string from EAI_xxx error code | 24 | .Nd get error message string from EAI_xxx error code |
25 | .Sh SYNOPSIS | 25 | .Sh SYNOPSIS |
26 | .Fd #include <sys/types.h> | 26 | .In sys/types.h |
27 | .Fd #include <sys/socket.h> | 27 | .In sys/socket.h |
28 | .Fd #include <netdb.h> | 28 | .In netdb.h |
29 | .Ft "const char *" | 29 | .Ft "const char *" |
30 | .Fn gai_strerror "int ecode" | 30 | .Fn gai_strerror "int ecode" |
31 | .Sh DESCRIPTION | 31 | .Sh DESCRIPTION |