summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2003-03-04 17:19:36 +0000
committerhenning <henning@openbsd.org>2003-03-04 17:19:36 +0000
commit21a6a0744e19f6f69c02da85b33e4581eee17d3a (patch)
treecaa248559e1bcdbb370c657cc4da693a5bdfb7e2 /lib/libc/net
parentFix limit BNF part, since we don't quote token literals, use limit-item, (diff)
downloadwireguard-openbsd-21a6a0744e19f6f69c02da85b33e4581eee17d3a.tar.xz
wireguard-openbsd-21a6a0744e19f6f69c02da85b33e4581eee17d3a.zip
missing #include in SYNOPSIS, found by Daniel Lucq
ok millert@
Diffstat (limited to 'lib/libc/net')
-rw-r--r--lib/libc/net/inet.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3
index 62f526c09dd..0122c924e37 100644
--- a/lib/libc/net/inet.3
+++ b/lib/libc/net/inet.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inet.3,v 1.13 2001/02/17 23:13:26 pjanzen Exp $
+.\" $OpenBSD: inet.3,v 1.14 2003/03/04 17:19:36 henning Exp $
.\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -49,6 +49,7 @@
.Nm inet_pton
.Nd Internet address manipulation routines
.Sh SYNOPSIS
+.Fd #include <sys/types.h>
.Fd #include <sys/socket.h>
.Fd #include <netinet/in.h>
.Fd #include <arpa/inet.h>