summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-03-14 18:05:38 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-03-14 18:05:38 +0000
commita6a3b0e125a270989fd1a03287790a53c694c9e0 (patch)
tree7c69a02069c1ed0250ad87cf3bc33c446d698977 /lib/libc
parent6f127716cd71be7a891407943a2a6d957cc6744b (diff)
remove some weirdness;
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/net/gethostbyname.33
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/net/gethostbyname.3 b/lib/libc/net/gethostbyname.3
index 1ddfec62541..51377dbc21d 100644
--- a/lib/libc/net/gethostbyname.3
+++ b/lib/libc/net/gethostbyname.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gethostbyname.3,v 1.21 2004/03/02 21:37:56 tedu Exp $
+.\" $OpenBSD: gethostbyname.3,v 1.22 2004/03/14 18:05:37 jmc Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -232,7 +232,6 @@ This may occurs when an address family other than
or
.Dv AF_INET6
is specified or when a resource is unable to be allocated.
-the
.It Dv NETDB_SUCCESS
The function completed successfully.
.El