diff options
| author | jasper <> | 2009-06-02 16:47:50 +0000 |
|---|---|---|
| committer | jasper <> | 2009-06-02 16:47:50 +0000 |
| commit | cc06823590b939ee55e3d33b42190c6ebdba617f (patch) | |
| tree | 1b205aa1de88b51de0a7b8ebaaa0c384de59b93f /src/lib/libc/net/gai_strerror.3 | |
| parent | 38e70c5ee4aec1ddb9faef430ea6afd40731045d (diff) | |
| download | openbsd-cc06823590b939ee55e3d33b42190c6ebdba617f.tar.gz openbsd-cc06823590b939ee55e3d33b42190c6ebdba617f.tar.bz2 openbsd-cc06823590b939ee55e3d33b42190c6ebdba617f.zip | |
- define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13)
hint from claudio@, ok millert@
Diffstat (limited to 'src/lib/libc/net/gai_strerror.3')
| -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 9a12d9cb57..6ce94e30a1 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.6 2007/05/31 19:19:30 jmc Exp $ | 1 | .\" $OpenBSD: gai_strerror.3,v 1.7 2009/06/02 16:47:50 jasper 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,7 +16,7 @@ | |||
| 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: May 31 2007 $ | 19 | .Dd $Mdocdate: June 2 2009 $ |
| 20 | .Dt GAI_STRERROR 3 | 20 | .Dt GAI_STRERROR 3 |
| 21 | .Os | 21 | .Os |
| 22 | .Sh NAME | 22 | .Sh NAME |
| @@ -68,6 +68,8 @@ no address associated with | |||
| 68 | or | 68 | or |
| 69 | .Fa servname | 69 | .Fa servname |
| 70 | not provided, or not known | 70 | not provided, or not known |
| 71 | .It Dv EAI_OVERFLOW | ||
| 72 | argument buffer overflow | ||
| 71 | .It Dv EAI_PROTOCOL | 73 | .It Dv EAI_PROTOCOL |
| 72 | resolved protocol is unknown | 74 | resolved protocol is unknown |
| 73 | .It Dv EAI_SERVICE | 75 | .It Dv EAI_SERVICE |
