diff options
author | millert <> | 2004-12-20 23:04:53 +0000 |
---|---|---|
committer | millert <> | 2004-12-20 23:04:53 +0000 |
commit | 2fcee8ace90322a59d0077d3f8f89799fff2e16d (patch) | |
tree | dbf086c49532f03bd1c5c93af12cc623a16ad2ed /src/lib | |
parent | 77da15181ae7cb7aa823e3eaab95d2ff627edeb3 (diff) | |
download | openbsd-2fcee8ace90322a59d0077d3f8f89799fff2e16d.tar.gz openbsd-2fcee8ace90322a59d0077d3f8f89799fff2e16d.tar.bz2 openbsd-2fcee8ace90322a59d0077d3f8f89799fff2e16d.zip |
Start sentence with "The gai_strerror() function"
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libc/net/gai_strerror.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libc/net/gai_strerror.3 b/src/lib/libc/net/gai_strerror.3 index 7e121b4482..06caac0993 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.3 2004/12/20 19:22:16 millert Exp $ | 1 | .\" $OpenBSD: gai_strerror.3,v 1.4 2004/12/20 23:04:53 millert Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") | 3 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") |
4 | .\" Copyright (C) 2000, 2001 Internet Software Consortium. | 4 | .\" Copyright (C) 2000, 2001 Internet Software Consortium. |
@@ -28,8 +28,10 @@ | |||
28 | .Ft "const char *" | 28 | .Ft "const char *" |
29 | .Fn gai_strerror "int ecode" | 29 | .Fn gai_strerror "int ecode" |
30 | .Sh DESCRIPTION | 30 | .Sh DESCRIPTION |
31 | The | ||
31 | .Fn gai_strerror | 32 | .Fn gai_strerror |
32 | returns an error message string corresponding to the error code returned by | 33 | function returns an error message string corresponding to the error code |
34 | returned by | ||
33 | .Xr getaddrinfo 3 | 35 | .Xr getaddrinfo 3 |
34 | or | 36 | or |
35 | .Xr getnameinfo 3 . | 37 | .Xr getnameinfo 3 . |