diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-09-25 17:02:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-09-25 17:02:01 +0000 |
commit | b8e2729e2e4b60d3a8c8ec77555645395b156737 (patch) | |
tree | 42430a0f00ffcf884fa6b48bfcf4bb87e0906c24 /usr.sbin/tcpdump/tcpdump.8 | |
parent | daa826a6e6f9ee98eee8d2ae75d94021b8155bcf (diff) |
pcap-filter now section 5: adjust Xr
Diffstat (limited to 'usr.sbin/tcpdump/tcpdump.8')
-rw-r--r-- | usr.sbin/tcpdump/tcpdump.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8 index 99e23c26da9..7763691d0b7 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdump.8,v 1.106 2019/09/03 07:03:30 jmc Exp $ +.\" $OpenBSD: tcpdump.8,v 1.107 2019/09/25 17:02:00 jmc Exp $ .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996 .\" The Regents of the University of California. All rights reserved. @@ -19,7 +19,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: September 3 2019 $ +.Dd $Mdocdate: September 25 2019 $ .Dt TCPDUMP 8 .Os .Sh NAME @@ -1715,10 +1715,10 @@ sees the packet. .Xr tcp 4 , .Xr udp 4 , .Xr hosts 5 , +.Xr pcap-filter 5 , .Xr pf.os 5 , .Xr protocols 5 , -.Xr services 5 , -.Xr pcap-filter 7 +.Xr services 5 .Sh STANDARDS .Rs .%D September 1981 |