diff options
author | phantom <phantom@FreeBSD.org> | 1999-09-20 09:15:23 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 1999-09-20 09:15:23 +0000 |
commit | 353c1a6746a76da0f34e6506c8b82148e747770c (patch) | |
tree | c2a006d6e8b33669500f65964ed3c8099f4ffe2e /usr.bin/hexdump | |
parent | dbca32e915256c6097ea32b090fea3ee501ab814 (diff) | |
download | FreeBSD-src-353c1a6746a76da0f34e6506c8b82148e747770c.zip FreeBSD-src-353c1a6746a76da0f34e6506c8b82148e747770c.tar.gz |
Correct spelling : ascii -> ASCII
PR: docs/13702
Submitted by: Stephen J. Roznowski <sjr@home.com>
Reviewed by: mpp
Diffstat (limited to 'usr.bin/hexdump')
-rw-r--r-- | usr.bin/hexdump/hexdump.1 | 2 | ||||
-rw-r--r-- | usr.bin/hexdump/od.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1 index a743a50..71a8caa 100644 --- a/usr.bin/hexdump/hexdump.1 +++ b/usr.bin/hexdump/hexdump.1 @@ -37,7 +37,7 @@ .Os .Sh NAME .Nm hexdump, hd -.Nd ascii, decimal, hexadecimal, octal dump +.Nd ASCII, decimal, hexadecimal, octal dump .Sh SYNOPSIS .Nm hexdump .Op Fl bcCdovx diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index 87cea73..ba11227 100644 --- a/usr.bin/hexdump/od.1 +++ b/usr.bin/hexdump/od.1 @@ -37,7 +37,7 @@ .Dt OD 1 .Sh NAME .Nm od -.Nd octal, decimal, hex, ascii dump +.Nd octal, decimal, hex, ASCII dump .Sh SYNOPSIS .Nm od .Op Fl aBbcDdeFfHhIiLlOovXx |