diff options
author | Lawrence Teo <lteo@cvs.openbsd.org> | 2014-02-19 04:51:33 +0000 |
---|---|---|
committer | Lawrence Teo <lteo@cvs.openbsd.org> | 2014-02-19 04:51:33 +0000 |
commit | 11de3c42f3fb7a316bbda1ae1baa1c959d707e44 (patch) | |
tree | b51f27869f0d29f4598d2791dff987d79f8c3a79 /lib | |
parent | 46afd2e8406ae959fdbfbca9cade6d4fd545d575 (diff) |
Add tcpdump(8) to the SEE ALSO section, and tweak the formatting in that
section to follow traditional man(7) conventions.
man(7) formatting help from jmc@ and schwarze@
feedback/ok jmc@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libpcap/pcap-filter.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libpcap/pcap-filter.3 b/lib/libpcap/pcap-filter.3 index 0c5bd9903f1..d2579c27e72 100644 --- a/lib/libpcap/pcap-filter.3 +++ b/lib/libpcap/pcap-filter.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcap-filter.3,v 1.1 2012/07/16 08:55:48 giovanni Exp $ +.\" $OpenBSD: pcap-filter.3,v 1.2 2014/02/19 04:51:32 lteo Exp $ .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996, 1997 .\" The Regents of the University of California. All rights reserved. @@ -721,7 +721,8 @@ icmp[icmptype] != icmp-echo and icmp[icmptype] != icmp-echoreply .fi .RE .SH "SEE ALSO" -.BR pcap(3) +.BR pcap ( 3 ), +.BR tcpdump ( 8 ) .SH AUTHORS The original authors are: .LP |