diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-06 20:13:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-06 20:13:01 +0000 |
commit | 660c8ac406187535772ed92745698397de17541e (patch) | |
tree | 373810929e2aed9087f387bc19e373d3119edb2b /usr.bin | |
parent | 4c7864a3ea23ac1684d142bb51670fdc27abe8cc (diff) |
switch to .Ex and remove some unnecessary brackets;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/hexdump/hexdump.1 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1 index fb789fa25d5..e1f253dc773 100644 --- a/usr.bin/hexdump/hexdump.1 +++ b/usr.bin/hexdump/hexdump.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hexdump.1,v 1.16 2007/02/06 20:07:15 jmc Exp $ +.\" $OpenBSD: hexdump.1,v 1.17 2007/02/06 20:13:00 jmc Exp $ .\" $NetBSD: hexdump.1,v 1.14 2001/12/07 14:46:24 bjh21 Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -217,7 +217,7 @@ are not supported. The single character escape sequences described in the C standard are supported: .Pp -.Bl -tag -width "<alert character>XX" -offset indent -compact +.Bl -tag -width "Xalert characterXXX" -offset indent -compact .It NUL \e0 .It Aq alert character @@ -350,8 +350,7 @@ to specifying the .Fl x option. .Pp -.Nm -exits 0 on success and >0 if an error occurred. +.Ex -std hexdump .Sh EXAMPLES Display the input in perusal format: .Bd -literal -offset indent |