diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-01-22 07:44:04 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-01-22 07:44:04 +0000 |
| commit | 2aee32e1f8cdf957b5642412bb708a7a9e890ecb (patch) | |
| tree | d162d8aac6000a81f40966be1580b4c7819a6d0c /gnu/usr.bin/patch/patch.1 | |
| parent | 5aeee887afc081963b1b032a684a6a9b7a5dbbcb (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/patch/patch.1')
| -rw-r--r-- | gnu/usr.bin/patch/patch.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gnu/usr.bin/patch/patch.1 b/gnu/usr.bin/patch/patch.1 index fccb799edfae..51b3b09ce353 100644 --- a/gnu/usr.bin/patch/patch.1 +++ b/gnu/usr.bin/patch/patch.1 @@ -1,8 +1,12 @@ .\" -*- nroff -*- .rn '' }` -'\" $Header: /home/ncvs/src/gnu/usr.bin/patch/patch.1,v 1.7 1998/01/21 14:37:21 ache 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 '\" @@ -342,6 +346,9 @@ the number of lines of context in the context diff, ordinarily 3. forces .I patch to take ``Index:'' line precedence over context diff header. +The same effect have +.B PATCH_INDEX_FIRST +environment variable if present. .TP 5 .B "\-l, \-\-ignore\-whitespace" causes the pattern matching to be done loosely, in case the tabs and |
