Print this page
manpage lint.

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/printf.1
          +++ new/usr/src/man/man1/printf.1
↓ open down ↓ 120 lines elided ↑ open up ↑
 121  121  then it must be used for all conversions, including any variable width or
 122  122  precision specifiers.
 123  123  .RE
 124  124  .RS +4
 125  125  .TP
 126  126  .ie t \(bu
 127  127  .el o
 128  128  The special character \fB*\fR may be used instead of a string of decimal digits
 129  129  to indicate a minimum field width or a precision.  In this case the next
 130  130  available argument is used (or the \fIn\fRth if the form \fIn\fR\fB$\fR is
 131      -used), treating its value as a decimal string. 
      131 +used), treating its value as a decimal string.
 132  132  .RE
 133  133  .RS +4
 134  134  .TP
 135  135  .ie t \(bu
 136  136  .el o
 137  137  An additional conversion character, \fBb\fR, is supported as follows. The
 138  138  argument is taken to be a string that can contain backslash-escape sequences.
 139  139  The following backslash-escape sequences are supported:
 140  140  .RS +4
 141  141  .TP
↓ open down ↓ 859 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX