summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/net/inet.33
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/net/inet.3 b/src/lib/libc/net/inet.3
index 62f526c09d..0122c924e3 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.13 2001/02/17 23:13:26 pjanzen Exp $ 1.\" $OpenBSD: inet.3,v 1.14 2003/03/04 17:19:36 henning 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
@@ -49,6 +49,7 @@
49.Nm inet_pton 49.Nm inet_pton
50.Nd Internet address manipulation routines 50.Nd Internet address manipulation routines
51.Sh SYNOPSIS 51.Sh SYNOPSIS
52.Fd #include <sys/types.h>
52.Fd #include <sys/socket.h> 53.Fd #include <sys/socket.h>
53.Fd #include <netinet/in.h> 54.Fd #include <netinet/in.h>
54.Fd #include <arpa/inet.h> 55.Fd #include <arpa/inet.h>