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

Diff for /src/usr.bin/patch/patch.1 between version 1.9 and 1.10

version 1.9, 2003/07/24 04:41:19 version 1.10, 2003/07/24 14:29:16
Line 40 
Line 40 
 producing a patched version.  producing a patched version.
 By default, the patched version is put in place of the original, with  By default, the patched version is put in place of the original, with
 the original file backed up to the same name with the extension  the original file backed up to the same name with the extension
 .Qq .orig  .Qq .orig ,
 .Po  
 or  
 .Qq ~  
 on systems that do not support long filenames  
 .Pc ,  
 or as specified by the  or as specified by the
 .Fl b ,  .Fl b ,
 .Fl B ,  .Fl B ,
Line 125 
Line 120 
 .Nm  .Nm
 cannot find a place to install that hunk of the patch, it will put the hunk  cannot find a place to install that hunk of the patch, it will put the hunk
 out to a reject file, which normally is the name of the output file plus  out to a reject file, which normally is the name of the output file plus
 .Qq .rej  .Qq .rej .
 .Po  
 or  
 .Qq #  
 on systems that do not support long filenames  
 .Pc .  
 (Note that the rejected hunk will come out in context diff form whether the  (Note that the rejected hunk will come out in context diff form whether the
 input patch was a context diff or a normal diff.  input patch was a context diff or a normal diff.
 If the input was a normal diff, many of the contexts will simply be null.)  If the input was a normal diff, many of the contexts will simply be null.)
Line 206 
Line 196 
 .It Fl b , Fl Fl suffix  .It Fl b , Fl Fl suffix
 Causes the next argument to be interpreted as the backup extension, to be  Causes the next argument to be interpreted as the backup extension, to be
 used in place of  used in place of
 .Qq .orig  .Qq .orig .
 or  
 .Qq ~ .  
 .It Fl B , Fl Fl prefix  .It Fl B , Fl Fl prefix
 Causes the next argument to be interpreted as a prefix to the backup file  Causes the next argument to be interpreted as a prefix to the backup file
 name.  name.
Line 466 
Line 454 
 .Pa /tmp .  .Pa /tmp .
 .It Ev SIMPLE_BACKUP_SUFFIX  .It Ev SIMPLE_BACKUP_SUFFIX
 Extension to use for backup file names instead of  Extension to use for backup file names instead of
 .Qq .orig  .Qq .orig .
 or  
 .Qq ~ .  
 .It Ev VERSION_CONTROL  .It Ev VERSION_CONTROL
 Selects when numbered backup files are made.  Selects when numbered backup files are made.
 .El  .El

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10