summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/patch/patch.1
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-01-21 19:01:54 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-01-21 19:01:54 +0000
commit12d367dd29dba9933094620778b7021bb592d07d (patch)
tree0b160f24b808f24c9f4226a8c47d40d1c9e73937 /gnu/usr.bin/patch/patch.1
parent174689d853d3d2a93a85136664a844978cd59b74 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/patch/patch.1')
-rw-r--r--gnu/usr.bin/patch/patch.117
1 files changed, 16 insertions, 1 deletions
diff --git a/gnu/usr.bin/patch/patch.1 b/gnu/usr.bin/patch/patch.1
index 9236eb0fe954..ab684530053e 100644
--- a/gnu/usr.bin/patch/patch.1
+++ b/gnu/usr.bin/patch/patch.1
@@ -1,8 +1,18 @@
.\" -*- nroff -*-
.rn '' }`
-'\" $Header: /home/ncvs/src/gnu/usr.bin/patch/Attic/patch.1,v 1.4 1994/02/25 21:45:59 phk Exp $
+'\" $Header: /home/ncvs/src/gnu/usr.bin/patch/patch.1,v 1.8 1998/01/21 15:10:13 ache Exp $
'\"
'\" $Log: patch.1,v $
+'\" Revision 1.8 1998/01/21 15:10:13 ache
+'\" Add -I or --index-first option to take Index: precedence over context diff,
+'\" as it was in hacked FreeBSD version
+'\"
+'\" Revision 1.7 1998/01/21 14:37:21 ache
+'\" Resurrect patch 2.1 without FreeBSD Index: hack
+'\"
+'\" Revision 1.5.2.1 1998/01/11 20:45:30 ache
+'\" Back out rev1.5 change, Index: precedence restored to historycal behaviour
+'\"
'\" Revision 1.4 1994/02/25 21:45:59 phk
'\" added the -C/-check again.
'\"
@@ -332,6 +342,11 @@ Note that a larger fuzz factor increases the odds of a faulty patch.
The default fuzz factor is 2, and it may not be set to more than
the number of lines of context in the context diff, ordinarily 3.
.TP 5
+.B "\-I, \-\-index-first"
+forces
+.I patch
+to take ``Index:'' line precedence over context diff header.
+.TP 5
.B "\-l, \-\-ignore\-whitespace"
causes the pattern matching to be done loosely, in case the tabs and
spaces have been munged in your input file.