summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlteo <lteo@openbsd.org>2014-02-19 04:51:32 +0000
committerlteo <lteo@openbsd.org>2014-02-19 04:51:32 +0000
commit277d5d5003f29d519bc5516d010409132da88ab2 (patch)
tree9ce82412df05170ee4791c5741597d138ae04e1c
parentAdd pcap-filter(3) to the SEE ALSO section. (diff)
downloadwireguard-openbsd-277d5d5003f29d519bc5516d010409132da88ab2.tar.xz
wireguard-openbsd-277d5d5003f29d519bc5516d010409132da88ab2.zip
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@
-rw-r--r--lib/libpcap/pcap-filter.35
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