diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2020-08-02 00:24:20 +0100 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2020-08-02 00:24:20 +0100 |
commit | 45d52a01928422d92118802819aba95a6e5a1f52 (patch) | |
tree | 9e827b6627c0ca75ac23eb9d6bb818c37fcf200f | |
parent | 9f593929e7d442864140bd09fe795313fdce969a (diff) |
Make more man page references BSD style.
[skip ci]
-rw-r--r-- | pcap-config.1 | 2 | ||||
-rw-r--r-- | pcap-filter.manmisc.in | 2 | ||||
-rw-r--r-- | pcap-linktype.manmisc.in | 2 | ||||
-rw-r--r-- | pcap-savefile.manfile.in | 2 | ||||
-rw-r--r-- | pcap-tstamp.manmisc.in | 2 | ||||
-rw-r--r-- | pcap_datalink_val_to_name.3pcap | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/pcap-config.1 b/pcap-config.1 index 0388d0f1..fe8d799c 100644 --- a/pcap-config.1 +++ b/pcap-config.1 @@ -69,4 +69,4 @@ dynamically-linked version of libpcap; the flag causes it to write flags appropriate for compiling with a statically-linked version of libpcap. .SH "SEE ALSO" -pcap(3PCAP) +.BR pcap (3PCAP) diff --git a/pcap-filter.manmisc.in b/pcap-filter.manmisc.in index 2f13f363..73ed36d7 100644 --- a/pcap-filter.manmisc.in +++ b/pcap-filter.manmisc.in @@ -1041,7 +1041,7 @@ icmp6[icmp6type] != icmp6-echo and icmp6[icmp6type] != icmp6-echoreply .fi .RE .SH "SEE ALSO" -pcap(3PCAP) +.BR pcap (3PCAP) .SH BUGS To report a security issue please send an e-mail to security@tcpdump.org. .LP diff --git a/pcap-linktype.manmisc.in b/pcap-linktype.manmisc.in index 378d7ede..736a91c7 100644 --- a/pcap-linktype.manmisc.in +++ b/pcap-linktype.manmisc.in @@ -45,4 +45,4 @@ The names for those values begin with The link-layer header types supported by libpcap are described at https://www.tcpdump.org/linktypes.html . .SH SEE ALSO -pcap(3PCAP) +.BR pcap (3PCAP) diff --git a/pcap-savefile.manfile.in b/pcap-savefile.manfile.in index 7e2b22be..a7ae9afb 100644 --- a/pcap-savefile.manfile.in +++ b/pcap-savefile.manfile.in @@ -134,4 +134,4 @@ the packet not been truncated by the snapshot length. The two lengths will be equal if the number of bytes of packet data are less than or equal to the snapshot length. .SH SEE ALSO -pcap(3PCAP) +.BR pcap (3PCAP) diff --git a/pcap-tstamp.manmisc.in b/pcap-tstamp.manmisc.in index 63f99e8c..ed55c274 100644 --- a/pcap-tstamp.manmisc.in +++ b/pcap-tstamp.manmisc.in @@ -198,4 +198,4 @@ the time stamp supplied by the hardware or operating system and, when reading a savefile, this does not indicate the actual precision of time stamps in the file. .SH SEE ALSO -pcap(3PCAP) +.BR pcap (3PCAP) diff --git a/pcap_datalink_val_to_name.3pcap b/pcap_datalink_val_to_name.3pcap index 02ebcb5d..81eae2b8 100644 --- a/pcap_datalink_val_to_name.3pcap +++ b/pcap_datalink_val_to_name.3pcap @@ -63,4 +63,4 @@ If the type value does not correspond to a known value, the string "DLT n" is returned, where n is the value of the dlt argument. .SH SEE ALSO -pcap(3PCAP) +.BR pcap (3PCAP) |