[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.3 and 1.4

version 1.3, 1998/11/25 00:30:25 version 1.4, 1999/06/05 01:21:36
Line 460 
Line 460 
 Second, make sure you've specified the filenames right, either in a  Second, make sure you've specified the filenames right, either in a
 context diff header, or with an Index: line.  context diff header, or with an Index: line.
 If you are patching something in a subdirectory, be sure to tell the patch  If you are patching something in a subdirectory, be sure to tell the patch
 user to specify a  user to specify a
 .B \-p  .B \-p
 switch as needed.  switch as needed.
 Third, you can create a file by sending out a diff that compares a  Third, you can create a file by sending out a diff that compares a
Line 511 
Line 511 
 Check patch mode (  Check patch mode (
 .BR -C )  .BR -C )
 will fail if you try to check several patches in succession that build on  will fail if you try to check several patches in succession that build on
 each other.  The whole code of  each other.  The whole code of
 .I patch  .I patch
 would have to be restructured to keep temporary files around so that it can  would have to be restructured to keep temporary files around so that it can
 handle this situation.  handle this situation.

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4