diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-06-20 14:24:51 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-06-20 14:48:41 +0200 |
commit | 6d8a73fa3cd2d4c4656df6ca4207401bfb9678b3 (patch) | |
tree | ae4079cfffa01a0d6851f3a40f5d8d5a2b872572 /pcap-filter.manmisc.in | |
parent | 1b9542d0aace762fbee95e142c16df6d4dbc961b (diff) |
pcap-filter man: Put a ',' in roman without a space before
[skip ci]
Diffstat (limited to 'pcap-filter.manmisc.in')
-rw-r--r-- | pcap-filter.manmisc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap-filter.manmisc.in b/pcap-filter.manmisc.in index 49d0b641..f4970931 100644 --- a/pcap-filter.manmisc.in +++ b/pcap-filter.manmisc.in @@ -18,7 +18,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP-FILTER @MAN_MISC_INFO@ "10 January 2020" +.TH PCAP-FILTER @MAN_MISC_INFO@ "20 June 2020" .SH NAME pcap-filter \- packet filter syntax .br @@ -47,7 +47,7 @@ different kinds of qualifier: qualifiers say what kind of thing the id name or number refers to. Possible types are .BR host , -.B net , +.BR net , .B port and .BR portrange . |