summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/gethostbyname.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/gethostbyname.3')
-rw-r--r--src/lib/libc/net/gethostbyname.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/gethostbyname.3 b/src/lib/libc/net/gethostbyname.3
index 1a05460da4..206750a2c3 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.25 2007/05/31 19:19:30 jmc Exp $ 1.\" $OpenBSD: gethostbyname.3,v 1.26 2013/06/05 03:39:23 tedu 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.
@@ -27,7 +27,7 @@
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE. 28.\" SUCH DAMAGE.
29.\" 29.\"
30.Dd $Mdocdate: May 31 2007 $ 30.Dd $Mdocdate: June 5 2013 $
31.Dt GETHOSTBYNAME 3 31.Dt GETHOSTBYNAME 3
32.Os 32.Os
33.Sh NAME 33.Sh NAME
@@ -41,7 +41,7 @@
41.Nm herror 41.Nm herror
42.Nd get network host entry 42.Nd get network host entry
43.Sh SYNOPSIS 43.Sh SYNOPSIS
44.Fd #include <netdb.h> 44.In netdb.h
45.Vt extern int h_errno ; 45.Vt extern int h_errno ;
46.Ft struct hostent * 46.Ft struct hostent *
47.Fn gethostbyname "const char *name" 47.Fn gethostbyname "const char *name"