diff options
author | jmc <> | 2004-03-14 18:05:37 +0000 |
---|---|---|
committer | jmc <> | 2004-03-14 18:05:37 +0000 |
commit | 2f5c2715e192c7b513bb4dc24bf83d3845a62940 (patch) | |
tree | b19303802d16bfa817d757ea73f622cb4d5cb518 /src/lib | |
parent | e900d79861d6d369e251679faeafff58a829b078 (diff) | |
download | openbsd-2f5c2715e192c7b513bb4dc24bf83d3845a62940.tar.gz openbsd-2f5c2715e192c7b513bb4dc24bf83d3845a62940.tar.bz2 openbsd-2f5c2715e192c7b513bb4dc24bf83d3845a62940.zip |
remove some weirdness;
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libc/net/gethostbyname.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libc/net/gethostbyname.3 b/src/lib/libc/net/gethostbyname.3 index 1ddfec6254..51377dbc21 100644 --- a/src/lib/libc/net/gethostbyname.3 +++ b/src/lib/libc/net/gethostbyname.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: gethostbyname.3,v 1.21 2004/03/02 21:37:56 tedu Exp $ | 1 | .\" $OpenBSD: gethostbyname.3,v 1.22 2004/03/14 18:05:37 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1983, 1987, 1991, 1993 | 3 | .\" Copyright (c) 1983, 1987, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -232,7 +232,6 @@ This may occurs when an address family other than | |||
232 | or | 232 | or |
233 | .Dv AF_INET6 | 233 | .Dv AF_INET6 |
234 | is specified or when a resource is unable to be allocated. | 234 | is specified or when a resource is unable to be allocated. |
235 | the | ||
236 | .It Dv NETDB_SUCCESS | 235 | .It Dv NETDB_SUCCESS |
237 | The function completed successfully. | 236 | The function completed successfully. |
238 | .El | 237 | .El |