summaryrefslogtreecommitdiffstats
path: root/share/man/man4/route.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/route.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/route.4')
-rw-r--r--share/man/man4/route.44
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/route.4 b/share/man/man4/route.4
index 4065510..ebac573 100644
--- a/share/man/man4/route.4
+++ b/share/man/man4/route.4
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)route.4 8.6 (Berkeley) 4/19/94
-.\" $Id$
+.\" $Id: route.4,v 1.5 1997/02/22 13:24:40 peter Exp $
.\"
.Dd October 8, 1996
.Dt ROUTE 4
@@ -39,6 +39,8 @@
.Nm route
.Nd kernel packet forwarding database
.Sh SYNOPSIS
+.Fd #include <sys/types.h>
+.Fd #include <sys/time.h>
.Fd #include <sys/socket.h>
.Fd #include <net/if.h>
.Fd #include <net/route.h>
OpenPOWER on IntegriCloud