summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/inet.3')
-rw-r--r--src/lib/libc/net/inet.312
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libc/net/inet.3 b/src/lib/libc/net/inet.3
index d96a824532..e56ca0a59a 100644
--- a/src/lib/libc/net/inet.3
+++ b/src/lib/libc/net/inet.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: inet.3,v 1.25 2012/09/27 11:31:58 jmc Exp $ 1.\" $OpenBSD: inet.3,v 1.26 2013/06/05 03:39:23 tedu Exp $
2.\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ 2.\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $
3.\" 3.\"
4.\" Copyright (c) 1983, 1990, 1991, 1993 4.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -30,7 +30,7 @@
30.\" 30.\"
31.\" @(#)inet.3 8.1 (Berkeley) 6/4/93 31.\" @(#)inet.3 8.1 (Berkeley) 6/4/93
32.\" 32.\"
33.Dd $Mdocdate: September 27 2012 $ 33.Dd $Mdocdate: June 5 2013 $
34.Dt INET 3 34.Dt INET 3
35.Os 35.Os
36.Sh NAME 36.Sh NAME
@@ -45,10 +45,10 @@
45.Nm inet_lnaof 45.Nm inet_lnaof
46.Nd Internet address manipulation routines 46.Nd Internet address manipulation routines
47.Sh SYNOPSIS 47.Sh SYNOPSIS
48.Fd #include <sys/types.h> 48.In sys/types.h
49.Fd #include <sys/socket.h> 49.In sys/socket.h
50.Fd #include <netinet/in.h> 50.In netinet/in.h
51.Fd #include <arpa/inet.h> 51.In arpa/inet.h
52.Ft int 52.Ft int
53.Fn inet_aton "const char *cp" "struct in_addr *addr" 53.Fn inet_aton "const char *cp" "struct in_addr *addr"
54.Ft in_addr_t 54.Ft in_addr_t