summaryrefslogtreecommitdiffstats
path: root/share/man/man4/netintro.4
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-19 19:47:43 +0000
committerbde <bde@FreeBSD.org>1997-03-19 19:47:43 +0000
commita78ab833295ca8c18ce65c05c7504fea984571fd (patch)
tree9774477250d210ce5530a463f392caa021d2a849 /share/man/man4/netintro.4
parent0e6987f95b41e8595536e877ec50562cb3da1127 (diff)
downloadFreeBSD-src-a78ab833295ca8c18ce65c05c7504fea984571fd.zip
FreeBSD-src-a78ab833295ca8c18ce65c05c7504fea984571fd.tar.gz
Fixed missing #include(s) (mostly of <sys/types.h> in synopsis).
Reviewed by: wollman
Diffstat (limited to 'share/man/man4/netintro.4')
-rw-r--r--share/man/man4/netintro.46
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/netintro.4 b/share/man/man4/netintro.4
index 80ea1c4..2623320 100644
--- a/share/man/man4/netintro.4
+++ b/share/man/man4/netintro.4
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)netintro.4 8.2 (Berkeley) 11/30/93
-.\" $Id$
+.\" $Id: netintro.4,v 1.7 1997/02/22 13:24:38 peter Exp $
.\"
.Dd November 30, 1993
.Dt NETINTRO 4
@@ -39,9 +39,11 @@
.Nm networking
.Nd introduction to networking facilities
.Sh SYNOPSIS
+.Fd #include <sys/types.h>
+.Fd #include <sys/time.h>
.Fd #include <sys/socket.h>
-.Fd #include <net/route.h>
.Fd #include <net/if.h>
+.Fd #include <net/route.h>
.Sh DESCRIPTION
This section is a general introduction to the networking facilities
available in the system.
OpenPOWER on IntegriCloud