diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-03-31 15:53:26 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-03-31 15:53:26 +0000 |
commit | 754184d62d214021c7be3b8317a564482d645927 (patch) | |
tree | 303c56f86421a05063dd1589ff89f6c9d60d630a /usr.sbin/tcpdump/tcpdump.8 | |
parent | b8c5cd178731469c83c56a8b94f3ac060d1e6618 (diff) |
Don't use .Aq for syntax elements that require ASCII "<>".
Patch from Christian Heckendorf <mbie at ulmus dot me>.
OK jmc@ bentley@
Diffstat (limited to 'usr.sbin/tcpdump/tcpdump.8')
-rw-r--r-- | usr.sbin/tcpdump/tcpdump.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8 index 080ade2a1c7..62849a882ca 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdump.8,v 1.88 2015/11/05 09:56:21 jmc Exp $ +.\" $OpenBSD: tcpdump.8,v 1.89 2016/03/31 15:53:25 schwarze Exp $ .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996 .\" The Regents of the University of California. All rights reserved. @@ -19,7 +19,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: November 5 2015 $ +.Dd $Mdocdate: March 31 2016 $ .Dt TCPDUMP 8 .Os .Sh NAME @@ -1242,7 +1242,7 @@ at the other end of this connection. indicates there is urgent data in the packet. .Ar options are TCP options enclosed in angle brackets e.g., -.Aq mss 1024 . +<mss 1024>. .Pp .Ar src , dst and @@ -1713,7 +1713,7 @@ jssmag.209.133 > helios.132: atp-req* 12267<0-7> 0xae030002 Jssmag.209 initiates transaction ID 12266 with host helios by requesting up to 8 packets .Sm off -.Pq the Dq Aq 0\-7 . +.Pq the Dq <0\-7> . .Sm on The hex number at the end of the line is the value of the .Ar userdata |