[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.27 and 1.28

version 1.27, 2014/05/25 07:36:36 version 1.28, 2014/10/22 21:00:05
Line 80 
Line 80 
 The characters and their meanings are as follows:  The characters and their meanings are as follows:
 .Pp  .Pp
 .Bl -tag -width Ds -offset indent -compact  .Bl -tag -width Ds -offset indent -compact
 .It Cm \ee  
 Write an <escape> character.  
 .It Cm \ea  .It Cm \ea
 Write a <bell> character.  Write a <bell> character.
 .It Cm \eb  .It Cm \eb
 Write a <backspace> character.  Write a <backspace> character.
   .It Cm \ee
   Write an <escape> character.
 .It Cm \ef  .It Cm \ef
 Write a <form-feed> character.  Write a <form-feed> character.
 .It Cm \en  .It Cm \en
Line 322 
Line 322 
 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.
   If the
   .Ar argument
   contains the special escape sequence
   .Cm \ec ,
   this escape sequence is discarded together with
   all remaining characters in this argument, all further arguments,
   and all remaining characters in the
   .Ar format
   string.
 .It Cm c  .It Cm c
 The first character of  The first character of
 .Ar argument  .Ar argument

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28