Skip to content

Commit 7f14bee

Browse files
committed
man: Prevent hyphenation in a few more cases. [skip ci]
Address references to pcap-timestamp, pcap-savefile and pcap-filter.
1 parent 5079d5e commit 7f14bee

7 files changed

+11
-11
lines changed

pcap.3pcap.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ On some platforms, the time stamp given to packets on live captures can
272272
come from different sources that can have different resolutions or that
273273
can have different relationships to the time values for the current time
274274
supplied by routines on the native operating system. See
275-
.BR pcap-tstamp (@MAN_MISC_INFO@)
275+
.BR \%pcap-tstamp (@MAN_MISC_INFO@)
276276
for a list of time stamp types.
277277
.IP
278278
The time stamp type is set with
@@ -804,7 +804,7 @@ copying ``uninteresting'' packets from the kernel to user mode.
804804
.PP
805805
A filter can be specified as a text string; the syntax and semantics of
806806
the string are as described by
807-
.BR pcap-filter (@MAN_MISC_INFO@).
807+
.BR \%pcap-filter (@MAN_MISC_INFO@).
808808
A filter string is compiled into a program in a pseudo-machine-language
809809
by
810810
.BR pcap_compile ()
@@ -1033,7 +1033,7 @@ script or some other configuration script to check whether the libpcap
10331033
.BR autoconf (1),
10341034
.BR tcpdump (1),
10351035
.BR tcpslice (1),
1036-
.BR pcap-filter (@MAN_MISC_INFO@),
1036+
.BR \%pcap-filter (@MAN_MISC_INFO@),
10371037
.BR pfconfig (8),
10381038
.BR usermod (@MAN_ADMIN_COMMANDS@)
10391039
.SH AUTHORS

pcap_compile.3pcap.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const char *str, int optimize, bpf_u_int32 netmask);
3737
is used to compile the string
3838
.I str
3939
into a filter program. See
40-
.BR pcap-filter (@MAN_MISC_INFO@)
40+
.BR \%pcap-filter (@MAN_MISC_INFO@)
4141
for the syntax of that string.
4242
.I program
4343
is a pointer to a

pcap_get_tstamp_precision.3pcap.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ in seconds and microseconds.
5353
.SH SEE ALSO
5454
.BR pcap (3PCAP),
5555
.BR pcap_set_tstamp_precision (3PCAP),
56-
.BR pcap-tstamp (@MAN_MISC_INFO@)
56+
.BR \%pcap-tstamp (@MAN_MISC_INFO@)

pcap_list_tstamp_types.3pcap.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ allocates an array to hold the list and sets
4242
.I *tstamp_typesp
4343
to point to the array.
4444
See
45-
.BR pcap-tstamp (@MAN_MISC_INFO@)
45+
.BR \%pcap-tstamp (@MAN_MISC_INFO@)
4646
for a list of all the time stamp types.
4747
.PP
4848
The caller is responsible for freeing the array with
@@ -79,4 +79,4 @@ type offered by a capture source is available.
7979
.SH SEE ALSO
8080
.BR pcap (3PCAP),
8181
.BR pcap_tstamp_type_val_to_name (3PCAP),
82-
.BR pcap-tstamp (@MAN_MISC_INFO@)
82+
.BR \%pcap-tstamp (@MAN_MISC_INFO@)

pcap_open_offline.3pcap.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ are called to open a ``savefile'' for reading.
5050
.I fname
5151
specifies the name of the file to open. The file can have the pcap file
5252
format as described in
53-
.BR pcap-savefile (@MAN_FILE_FORMATS@),
53+
.BR \%pcap-savefile (@MAN_FILE_FORMATS@),
5454
which is the file format used by, among other programs,
5555
.BR tcpdump (1)
5656
and
@@ -114,4 +114,4 @@ became available in libpcap release 1.5.1. In previous releases, time
114114
stamps from a savefile are always given in seconds and microseconds.
115115
.SH SEE ALSO
116116
.BR pcap (3PCAP),
117-
.BR pcap-savefile (@MAN_FILE_FORMATS@)
117+
.BR \%pcap-savefile (@MAN_FILE_FORMATS@)

pcap_set_tstamp_precision.3pcap.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ in seconds and microseconds.
6565
.SH SEE ALSO
6666
.BR pcap (3PCAP),
6767
.BR pcap_get_tstamp_precision (3PCAP),
68-
.BR pcap-tstamp (@MAN_MISC_INFO@)
68+
.BR \%pcap-tstamp (@MAN_MISC_INFO@)

pcap_set_tstamp_type.3pcap.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ that has not yet been activated by
4545
will give a list of the time stamp types supported by a given capture
4646
device.
4747
See
48-
.BR pcap-tstamp (@MAN_MISC_INFO@)
48+
.BR \%pcap-tstamp (@MAN_MISC_INFO@)
4949
for a list of all the time stamp types.
5050
.SH RETURN VALUE
5151
.BR pcap_set_tstamp_type ()

0 commit comments

Comments
 (0)