diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-22 13:21:00 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-22 13:21:00 +0000 |
commit | 92145c2cf6fab80ef512f789dd22b43974f047de (patch) | |
tree | e7256098b249b03001a5a37b93c2909375a79af6 | |
parent | 54f47fb11e6bd0e3688210596a6ceddf40627226 (diff) |
Correct networks(5) references
-rw-r--r-- | usr.sbin/tcpdump/tcpdump.1 | 4 | ||||
-rw-r--r-- | usr.sbin/tcpdump/tcpdump.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/tcpdump/tcpdump.1 b/usr.sbin/tcpdump/tcpdump.1 index ebd9181699a..004a06983e1 100644 --- a/usr.sbin/tcpdump/tcpdump.1 +++ b/usr.sbin/tcpdump/tcpdump.1 @@ -1,4 +1,4 @@ -.\" @(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/Attic/tcpdump.1,v 1.1 1996/12/12 16:22:22 bitblt Exp $ (LBL) +.\" @(#) $Header: /cvs/OpenBSD/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 54ef4ecbfe6..151b7c83ff9 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" @(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/tcpdump.8,v 1.5 1996/09/18 03:10:06 deraadt Exp $ (LBL) +.\" @(#) $Header: /cvs/OpenBSD/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. |