diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2009-04-08 06:22:43 +0200 |
---|---|---|
committer | Andreas Gruenbacher <agruen@suse.de> | 2009-04-08 06:23:11 +0200 |
commit | 2e583114c723b678977579dd7156049867832c29 (patch) | |
tree | f1a1dd206925f1cbdaa7d079640793fa97be9600 /patch.man | |
parent | 7e2373f0623423b5e9098b0c65903bbbd5db74ed (diff) | |
download | patch-2e583114c723b678977579dd7156049867832c29.tar.gz |
Add support for sending output to standard output
Diffstat (limited to 'patch.man')
-rw-r--r-- | patch.man | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -425,9 +425,9 @@ this: .RS .nf .B <<<<<<< -lines from the original file +.I lines from the original file .B ======= -lines from the patch +.I lines from the patch .B >>>>>>> .RE .fi @@ -451,6 +451,8 @@ instead of patching files in place. Do not use this option if .I outfile is one of the files to be patched. +When \fIoutfile\fP is \fB\-\fP, send output to standard output, and send any +messages that would usually go to standard output to standard error. .TP \fB\-p\fP\fInum\fP or \fB\*=strip\fP\fB=\fP\fInum\fP Strip the smallest prefix containing |