summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1997-01-22 13:20:58 +0000
committerniklas <niklas@openbsd.org>1997-01-22 13:20:58 +0000
commit6a5e5d8bda4d6c249d71d031d696fc04d3db3a8f (patch)
tree7a1f0f9e75c5d07e59c27ceb1c0330c17607a9ad
parentAdd rudimentary config files for architectures that still use the old gdb (diff)
downloadwireguard-openbsd-6a5e5d8bda4d6c249d71d031d696fc04d3db3a8f.tar.xz
wireguard-openbsd-6a5e5d8bda4d6c249d71d031d696fc04d3db3a8f.zip
Correct networks(5) references
-rw-r--r--usr.sbin/tcpdump/tcpdump.14
-rw-r--r--usr.sbin/tcpdump/tcpdump.84
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/tcpdump/tcpdump.1 b/usr.sbin/tcpdump/tcpdump.1
index 952b7795b55..3ddc9641d0e 100644
--- a/usr.sbin/tcpdump/tcpdump.1
+++ b/usr.sbin/tcpdump/tcpdump.1
@@ -1,4 +1,4 @@
-.\" @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/Attic/tcpdump.1,v 1.1 1996/12/12 16:22:22 bitblt Exp $ (LBL)
+.\" @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/Attic/tcpdump.1,v 1.2 1997/01/22 13:20:58 niklas Exp $ (LBL)
.\"
.\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996
.\" The Regents of the University of California. All rights reserved.
@@ -349,7 +349,7 @@ which can be used with either names or numbers for \fIhost / ehost\fP.)
.IP "\fBdst net \fInet\fR"
True if the IP destination address of the packet has a network
number of \fInet\fP. \fINet\fP may be either a name from /etc/networks
-or a network number (see \fInetworks(4)\fP for details).
+or a network number (see \fInetworks(5)\fP for details).
.IP "\fBsrc net \fInet\fR"
True if the IP source address of the packet has a network
number of \fInet\fP.
diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8
index e105093976f..b432a399f1b 100644
--- a/usr.sbin/tcpdump/tcpdump.8
+++ b/usr.sbin/tcpdump/tcpdump.8
@@ -1,4 +1,4 @@
-.\" @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/tcpdump.8,v 1.5 1996/09/18 03:10:06 deraadt Exp $ (LBL)
+.\" @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/tcpdump.8,v 1.6 1997/01/22 13:20:59 niklas Exp $ (LBL)
.\"
.\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996
.\" The Regents of the University of California. All rights reserved.
@@ -346,7 +346,7 @@ which can be used with either names or numbers for \fIhost / ehost\fP.)
.IP "\fBdst net \fInet\fR"
True if the IP destination address of the packet has a network
number of \fInet\fP. \fINet\fP may be either a name from /etc/networks
-or a network number (see \fInetworks(4)\fP for details).
+or a network number (see \fInetworks(5)\fP for details).
.IP "\fBsrc net \fInet\fR"
True if the IP source address of the packet has a network
number of \fInet\fP.