diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2018-07-19 11:18:57 +0000 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2018-07-19 11:18:57 +0000 |
commit | 3e3bb970a8316545428fe89e0bf82ea2be92b482 (patch) | |
tree | ca0f6fe9abf0524a1ed0bc51cb7b529a09ba2870 /tcpdump.1.in | |
parent | 152acc2ece46a796779503d103ff6a0deb90cbc1 (diff) | |
download | tcpdump-3e3bb970a8316545428fe89e0bf82ea2be92b482.tar.gz |
Do not decrease font size for CLI output examples.
Three CLI output examples in the tcpdump man page used to request a
smaller font size since the beginning of the version control history.
That had no effect on the plain text format, and made the examples
difficult to read in the HTML format, so get rid of it.
[skip ci]
Diffstat (limited to 'tcpdump.1.in')
-rw-r--r-- | tcpdump.1.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tcpdump.1.in b/tcpdump.1.in index d4af2a05..6d873068 100644 --- a/tcpdump.1.in +++ b/tcpdump.1.in @@ -1217,7 +1217,7 @@ host \fIcsam\fP. .RS .nf .sp .5 -\s-2\f(CWIP rtsg.1023 > csam.login: Flags [S], seq 768512:768512, win 4096, opts [mss 1024] +\f(CWIP rtsg.1023 > csam.login: Flags [S], seq 768512:768512, win 4096, opts [mss 1024] IP csam.login > rtsg.1023: Flags [S.], seq, 947648:947648, ack 768513, win 4096, opts [mss 1024] IP rtsg.1023 > csam.login: Flags [.], ack 1, win 4096 IP rtsg.1023 > csam.login: Flags [P.], seq 1:2, ack 1, win 4096, length 1 @@ -1225,7 +1225,7 @@ IP csam.login > rtsg.1023: Flags [.], ack 2, win 4096 IP rtsg.1023 > csam.login: Flags [P.], seq 2:21, ack 1, win 4096, length 19 IP csam.login > rtsg.1023: Flags [P.], seq 1:2, ack 21, win 4077, length 1 IP csam.login > rtsg.1023: Flags [P.], seq 2:3, ack 21, win 4077, urg 1, length 1 -IP csam.login > rtsg.1023: Flags [P.], seq 3:4, ack 21, win 4077, urg 1, length 1\fR\s+2 +IP csam.login > rtsg.1023: Flags [P.], seq 3:4, ack 21, win 4077, urg 1, length 1\fR .sp .5 .fi .RE @@ -1826,9 +1826,9 @@ protocol) and packet size. .RS .nf .sp .5 -\s-2\f(CWicsd-net.112.220 > jssmag.2: nbp-lkup 190: "=:LaserWriter@*" +\f(CWicsd-net.112.220 > jssmag.2: nbp-lkup 190: "=:LaserWriter@*" jssmag.209.2 > icsd-net.112.220: nbp-reply 190: "RM1140:LaserWriter@*" 250 -techpit.2 > icsd-net.112.220: nbp-reply 190: "techpit:LaserWriter@*" 186\fR\s+2 +techpit.2 > icsd-net.112.220: nbp-reply 190: "techpit:LaserWriter@*" 186\fR .sp .5 .fi .RE @@ -1846,7 +1846,7 @@ another reply to the same request saying host techpit has laserwriter .RS .nf .sp .5 -\s-2\f(CWjssmag.209.165 > helios.132: atp-req 12266<0-7> 0xae030001 +\f(CWjssmag.209.165 > helios.132: atp-req 12266<0-7> 0xae030001 helios.132 > jssmag.209.165: atp-resp 12266:0 (512) 0xae040000 helios.132 > jssmag.209.165: atp-resp 12266:1 (512) 0xae040000 helios.132 > jssmag.209.165: atp-resp 12266:2 (512) 0xae040000 @@ -1859,7 +1859,7 @@ jssmag.209.165 > helios.132: atp-req 12266<3,5> 0xae030001 helios.132 > jssmag.209.165: atp-resp 12266:3 (512) 0xae040000 helios.132 > jssmag.209.165: atp-resp 12266:5 (512) 0xae040000 jssmag.209.165 > helios.132: atp-rel 12266<0-7> 0xae030001 -jssmag.209.133 > helios.132: atp-req* 12267<0-7> 0xae030002\fR\s+2 +jssmag.209.133 > helios.132: atp-req* 12267<0-7> 0xae030002\fR .sp .5 .fi .RE |