diff options
author | Chris Fraire <cfraire@me.com> | 2017-08-25 09:47:09 -0500 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2017-09-21 13:54:02 +0000 |
commit | d042c5a26452797afc4fe8c2ceddebff94d88745 (patch) | |
tree | bc51db221e6a1f4babc967ba489e20d294d75315 /usr/src/man/man1/od.1 | |
parent | 2cedd8f0ecbd2b29bf0aac72bb8b7413b0326938 (diff) | |
download | illumos-joyent-d042c5a26452797afc4fe8c2ceddebff94d88745.tar.gz |
8591 Man pages contain various errors
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/man/man1/od.1')
-rw-r--r-- | usr/src/man/man1/od.1 | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/usr/src/man/man1/od.1 b/usr/src/man/man1/od.1 index d2a7282744..0a261415d3 100644 --- a/usr/src/man/man1/od.1 +++ b/usr/src/man/man1/od.1 @@ -326,40 +326,40 @@ The following are named characters in \fBod\fR: .nf Value Name -\000 nul -\001 soh -\002 stx -\003 etx -\004 eot -\005 enq -\006 ack -\007 bel -\010 bs -\011 ht -\012 lf -\013 vt -\014 ff -\015 cr -\016 so -\017 si -\020 dle -\021 dc1 -\022 dc2 -\023 dc3 -\024 dc4 -\025 nak -\026 syn -\027 etb -\030 can -\031 em -\032 sub -\033 esc -\034 fs -\035 gs -\036 rs -\037 us -\040 sp -\177 del +\e000 nul +\e001 soh +\e002 stx +\e003 etx +\e004 eot +\e005 enq +\e006 ack +\e007 bel +\e010 bs +\e011 ht +\e012 lf +\e013 vt +\e014 ff +\e015 cr +\e016 so +\e017 si +\e020 dle +\e021 dc1 +\e022 dc2 +\e023 dc3 +\e024 dc4 +\e025 nak +\e026 syn +\e027 etb +\e030 can +\e031 em +\e032 sub +\e033 esc +\e034 fs +\e035 gs +\e036 rs +\e037 us +\e040 sp +\e177 del .fi .in -2 .sp |