Fix man page section for networks(5).

This commit is contained in:
kim 2001-04-09 02:21:13 +00:00
parent 69ee0ea676
commit 47ba06c69f
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
.\" $NetBSD: tcpdump.8,v 1.15 2001/04/02 18:34:23 wiz Exp $
.\" $NetBSD: tcpdump.8,v 1.16 2001/04/09 02:21:13 kim Exp $
.\"
.\" @(#) $Header: /cvsroot/src/usr.sbin/tcpdump/Attic/tcpdump.8,v 1.15 2001/04/02 18:34:23 wiz Exp $ (LBL)
.\" @(#) $Header: /cvsroot/src/usr.sbin/tcpdump/Attic/tcpdump.8,v 1.16 2001/04/09 02:21:13 kim Exp $ (LBL)
.\"
.\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996, 1997
.\" The Regents of the University of California. All rights reserved.
@ -383,7 +383,7 @@ This syntax does not work in IPv6-enabled configuration at this moment.
.IP "\fBdst net \fInet\fR"
True if the IPv4/v6 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 IPv4/v6 source address of the packet has a network
number of \fInet\fP.