summaryrefslogtreecommitdiff
path: root/patch.man
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-03-14 16:24:09 +0100
committerAndreas Gruenbacher <agruen@suse.de>2009-03-22 13:39:09 +0100
commitb80bfda68fe5f01f5163fa4877f45dd4334c6abb (patch)
tree08c883573b9c8dfc97285c17a39c542a89eae120 /patch.man
parent9371e1ac99004384dc410ceb0757761578e259c1 (diff)
downloadpatch-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.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch.man b/patch.man
index a31e78c..a0359ba 100644
--- a/patch.man
+++ b/patch.man
@@ -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.