diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-10-07 16:59:02 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-10-07 16:59:02 +0000 |
commit | e674e3d3f4094589615398fd30d3f8f0a006371d (patch) | |
tree | 12382949439a0cf4e3c0b6e8020ff15b6e799511 /usr.bin | |
parent | f88a7b8557edd01da7ba2434b931fbdfdf9179bf (diff) |
use a .Bk/.Ek block to avoid breaking options with arguments.
ok jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/hexdump/od.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index 8495d62184c..a21e53f77ba 100644 --- a/usr.bin/hexdump/od.1 +++ b/usr.bin/hexdump/od.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: od.1,v 1.23 2010/09/03 11:09:29 jmc Exp $ +.\" $OpenBSD: od.1,v 1.24 2010/10/07 16:59:01 sobrado Exp $ .\" $NetBSD: od.1,v 1.16 2001/12/07 01:23:42 bjh21 Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\"/ -.Dd $Mdocdate: September 3 2010 $ +.Dd $Mdocdate: October 7 2010 $ .Dt OD 1 .Os .Sh NAME @@ -36,6 +36,7 @@ .Nd octal, decimal, hex, ascii dump .Sh SYNOPSIS .Nm od +.Bk -words .Op Fl aBbcDdeFfHhIiLlOovXx .Op Fl A Ar base .Op Fl j Ar offset @@ -50,6 +51,7 @@ .Sm on .Oc .Op Ar +.Ek .Sh DESCRIPTION .Nm has been deprecated in favor of |