diff options
author | deraadt <> | 1997-06-13 13:30:35 +0000 |
---|---|---|
committer | deraadt <> | 1997-06-13 13:30:35 +0000 |
commit | 7dcfc194dfdea85a3230b60dd8a29e83b5dee3c5 (patch) | |
tree | 8005e3b1aea2e8ed425cf84876df00fc7885d9ea | |
parent | 2a231c2e558aa75fda9cc249a4ee5dbe1090124d (diff) | |
download | openbsd-7dcfc194dfdea85a3230b60dd8a29e83b5dee3c5.tar.gz openbsd-7dcfc194dfdea85a3230b60dd8a29e83b5dee3c5.tar.bz2 openbsd-7dcfc194dfdea85a3230b60dd8a29e83b5dee3c5.zip |
hstrerror
-rw-r--r-- | src/lib/libc/net/gethostbyname.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libc/net/gethostbyname.3 b/src/lib/libc/net/gethostbyname.3 index 0e9a9cbbf1..50329a810c 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.6 1997/04/26 22:13:41 michaels Exp $ | 1 | .\" $OpenBSD: gethostbyname.3,v 1.7 1997/06/13 13:30:35 deraadt 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. |
@@ -41,6 +41,7 @@ | |||
41 | .Nm gethostent , | 41 | .Nm gethostent , |
42 | .Nm sethostent , | 42 | .Nm sethostent , |
43 | .Nm endhostent , | 43 | .Nm endhostent , |
44 | .Nm hstrerror , | ||
44 | .Nm herror | 45 | .Nm herror |
45 | .Nd get network host entry | 46 | .Nd get network host entry |
46 | .Sh SYNOPSIS | 47 | .Sh SYNOPSIS |
@@ -60,6 +61,8 @@ | |||
60 | .Fn endhostent void | 61 | .Fn endhostent void |
61 | .Ft void | 62 | .Ft void |
62 | .Fn herror "const char *string" | 63 | .Fn herror "const char *string" |
64 | .Ft const char * | ||
65 | .Fn hstrerror "int err" | ||
63 | .Sh DESCRIPTION | 66 | .Sh DESCRIPTION |
64 | The | 67 | The |
65 | .Fn gethostbyname | 68 | .Fn gethostbyname |