diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2009-03-14 16:24:09 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruen@suse.de> | 2009-03-22 13:39:09 +0100 |
commit | b80bfda68fe5f01f5163fa4877f45dd4334c6abb (patch) | |
tree | 08c883573b9c8dfc97285c17a39c542a89eae120 /patch.man | |
parent | 9371e1ac99004384dc410ceb0757761578e259c1 (diff) | |
download | patch-b80bfda68fe5f01f5163fa4877f45dd4334c6abb.tar.gz |
Make "patch -r rejfile" work even when there are several rejects
With a patch that includes rejects in more than one file and with the -r
option, rejects would overwrite themselves and only the rejects from
the last file would remain. Fix this.
Diffstat (limited to 'patch.man')
-rw-r--r-- | patch.man | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -514,7 +514,7 @@ Put rejects into .I rejectfile instead of the default .B \&.rej -file. +file. When \fIrejectfile\fP is \fB\-\fP, discard rejects. .TP \fB\-R\fP or \fB\*=reverse\fP Assume that this patch was created with the old and new files swapped. |