diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-01-21 15:10:14 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-01-21 15:10:14 +0000 |
| commit | 8bf2e8c7e283cf81faf56e6a50aeb2ef05eca050 (patch) | |
| tree | 6c41ccaecb088b0784671bed73f1e7b92147652e /gnu/usr.bin/patch/patch.1 | |
| parent | 249a716c6c68229b9a2efbec2d23adc4563972a1 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/patch/patch.1')
| -rw-r--r-- | gnu/usr.bin/patch/patch.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gnu/usr.bin/patch/patch.1 b/gnu/usr.bin/patch/patch.1 index b00ced7c815c..fccb799edfae 100644 --- a/gnu/usr.bin/patch/patch.1 +++ b/gnu/usr.bin/patch/patch.1 @@ -1,8 +1,11 @@ .\" -*- nroff -*- .rn '' }` -'\" $Header: /home/ncvs/src/gnu/usr.bin/patch/Attic/patch.1,v 1.5.2.1 1998/01/11 20:45:30 ache Exp $ +'\" $Header: /home/ncvs/src/gnu/usr.bin/patch/patch.1,v 1.7 1998/01/21 14:37:21 ache Exp $ '\" '\" $Log: patch.1,v $ +'\" 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 '\" @@ -335,6 +338,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. |
