diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
commit | 0d1334ca0c7f5a53195b38b126d726747949ce5d (patch) | |
tree | 399269f867eeb084bb6edf479f12b35526a9edb4 /usr.bin/hexdump/od.1 | |
parent | 0100fd6e93e8e0203ec077685f3e68afea54de52 (diff) | |
download | FreeBSD-src-0d1334ca0c7f5a53195b38b126d726747949ce5d.zip FreeBSD-src-0d1334ca0c7f5a53195b38b126d726747949ce5d.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'usr.bin/hexdump/od.1')
-rw-r--r-- | usr.bin/hexdump/od.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index ba11227..cdd6f0b 100644 --- a/usr.bin/hexdump/od.1 +++ b/usr.bin/hexdump/od.1 @@ -39,7 +39,7 @@ .Nm od .Nd octal, decimal, hex, ASCII dump .Sh SYNOPSIS -.Nm od +.Nm .Op Fl aBbcDdeFfHhIiLlOovXx .Sm off .Oo @@ -56,7 +56,7 @@ has been deprecated in favor of .Pp .Nm Hexdump , if called as -.Nm od , +.Nm , provides compatibility for the options listed above. .Pp It does not provide compatibility for the |