From 3b934d69038a9b3729fafd43d6174dc7523a9d97 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Wed, 19 Sep 2012 02:07:34 +0200 Subject: Document command-line options in alphabetic order * patch.man: The options are mostly listen in alphabetical order; stick to that. --- patch.man | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/patch.man b/patch.man index b0ee8c1..0433145 100644 --- a/patch.man +++ b/patch.man @@ -314,10 +314,6 @@ and patches should be generated by .B "diff\ \*=binary" when line endings are significant.) .TP -\fB\*=read\-only=\fP\fIbehavior\fP -Behave as requested when trying to modify a read-only file: \fBignore\fP the -potential problem, \fBwarn\fP about it (the default), or \fBfail\fP. -.TP \fB\-c\fP or \fB\*=context\fP Interpret the patch file as a ordinary context diff. .TP @@ -591,6 +587,10 @@ Luckily, most patches add or change lines rather than delete them, so most reversed normal diffs begin with a delete, which fails, triggering the heuristic.) .TP +\fB\*=read\-only=\fP\fIbehavior\fP +Behave as requested when trying to modify a read-only file: \fBignore\fP the +potential problem, \fBwarn\fP about it (the default), or \fBfail\fP. +.TP \fB\*=reject\-format=\fP\fIformat\fP Produce reject files in the specified \fIformat\fP (either \fBcontext\fP or \fBunified\fP). Without this option, rejected hunks come out in unified diff -- cgit v1.2.1