[BACK]Return to hexdump.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / hexdump

Diff for /src/usr.bin/hexdump/hexdump.1 between version 1.23 and 1.24

version 1.23, 2011/05/06 15:46:29 version 1.24, 2011/05/06 18:11:43
Line 264 
Line 264 
 .It Cm _u  .It Cm _u
 Output US ASCII characters, with the exception that control characters are  Output US ASCII characters, with the exception that control characters are
 displayed using the following, lower-case, names.  displayed using the following, lower-case, names.
 Characters greater than 0xff, hexadecimal, are displayed as hexadecimal  Other non-printable characters are displayed as hexadecimal strings.
 strings.  .Bd -literal -offset 3n
 .Bl -column \&000_nu \&001_so \&002_st \&003_et \&004_eo  000 nul  001 soh  002 stx  003 etx  004 eot  005 enq
 .It \&000\ nul\t001\ soh\t002\ stx\t003\ etx\t004\ eot\t005\ enq  006 ack  007 bel  008 bs   009 ht   00A lf   00B vt
 .It \&006\ ack\t007\ bel\t008\ bs\t009\ ht\t00A\ lf\t00B\ vt  00C ff   00D cr   00E so   00F si   010 dle  011 dc1
 .It \&00C\ ff\t00D\ cr\t00E\ so\t00F\ si\t010\ dle\t011\ dc1  012 dc2  013 dc3  014 dc4  015 nak  016 syn  017 etb
 .It \&012\ dc2\t013\ dc3\t014\ dc4\t015\ nak\t016\ syn\t017\ etb  018 can  019 em   01A sub  01B esc  01C fs   01D gs
 .It \&018\ can\t019\ em\t01A\ sub\t01B\ esc\t01C\ fs\t01D\ gs  01E rs   01F us   07F del
 .It \&01E\ rs\t01F\ us\t07F\ del  .Ed
 .El  
 .El  .El
 .Pp  .Pp
 The default and supported byte counts for the conversion characters  The default and supported byte counts for the conversion characters

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24