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

Diff for /src/usr.bin/printf/printf.1 between version 1.34 and 1.35

version 1.34, 2020/01/16 16:46:47 version 1.35, 2021/05/07 14:31:27
Line 103 
Line 103 
 Write an 8-bit character whose ASCII value is  Write an 8-bit character whose ASCII value is
 the 1-, 2-, or 3-digit octal number  the 1-, 2-, or 3-digit octal number
 .Ar num .  .Ar num .
   .It Cm \ex Ns Ar num
   Write an 8-bit character whose ASCII value is
   the 1- or 2-digit hexadecimal
   number
   .Ar num .
 .El  .El
 .Pp  .Pp
 Each format specification is introduced by the percent  Each format specification is introduced by the percent
Line 383 
Line 388 
 were set.  were set.
 .Pp  .Pp
 The escape sequences  The escape sequences
 .Cm \ee  .Cm \ee ,
   .Cm \ex
 and  and
 .Cm \e' ,  .Cm \e' ,
 as well as omitting the leading digit  as well as omitting the leading digit

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35