[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.32 and 1.33

version 1.32, 2019/06/02 06:16:37 version 1.33, 2019/08/02 14:40:13
Line 319 
Line 319 
 Characters from the string  Characters from the string
 .Ar argument  .Ar argument
 are printed with backslash-escape sequences expanded.  are printed with backslash-escape sequences expanded.
   In the
   .Ar argument ,
   ASCII characters can be octally encoded either as
   .Cm \e0 Ns Ar num
   or as
   .Cm \e Ns Ar num
   like in the
   .Ar format
   string.
 If the  If the
 .Ar argument  .Ar argument
 contains the special escape sequence  contains the special escape sequence
Line 373 
Line 382 
 .Ev LC_ALL Ns =C  .Ev LC_ALL Ns =C
 were set.  were set.
 .Pp  .Pp
 The escape sequences \ee and \e' are extensions to that specification.  The escape sequences
   .Cm \ee
   and
   .Cm \e' ,
   as well as omitting the leading digit
   .Cm 0
   from
   .Cm \e0 Ns Ar num
   octal escape sequences in
   .Cm %b
   arguments, are extensions to that specification.
 .Sh HISTORY  .Sh HISTORY
 The  The
 .Nm  .Nm

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33