[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.29 and 1.30

version 1.29, 2015/02/28 21:51:57 version 1.30, 2016/11/18 15:59:10
Line 196 
Line 196 
 .Cm e  .Cm e
 and  and
 .Cm f  .Cm f
 formats, or the maximum number of characters to be printed  formats, or the maximum number of bytes to be printed
 from a string; if the digit string is missing, the precision is treated  from a string; if the digit string is missing, the precision is treated
 as zero.  as zero.
 .It Format:  .It Format:
Line 338 
Line 338 
 .It Cm s  .It Cm s
 Characters from the string  Characters from the string
 .Ar argument  .Ar argument
 are printed until the end is reached or until the number of characters  are printed until the end is reached or until the number of bytes
 indicated by the precision specification is reached; however if the  indicated by the precision specification is reached; however if the
 precision is 0 or missing, all characters in the string are printed.  precision is 0 or missing, all characters in the string are printed.
 .It Cm \&%  .It Cm \&%
Line 369 
Line 369 
 .Nm  .Nm
 utility is compliant with the  utility is compliant with the
 .St -p1003.1-2008  .St -p1003.1-2008
 specification.  specification, but in order to produce predictable output
   it deliberately ignores the
   .Xr locale 1
   and always operates as if
   .Ev LC_ALL Ns =C
   were set.
 .Pp  .Pp
 The escape sequences \ee and \e' are extensions to that specification.  The escape sequences \ee and \e' are extensions to that specification.
 .Sh HISTORY  .Sh HISTORY

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30