diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-07-30 16:45:45 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-07-30 16:45:45 +0000 |
commit | 9c3623342734efd6744d1fa28a1e0b4b40a2336c (patch) | |
tree | 3a35799e389cf4e8081376a3b1fe011d5c86ce40 /usr.bin/patch/patch.1 | |
parent | 009de441745dc02901cedf9c335c4fe63a57ec9f (diff) |
Add POSIX -i option; tedu@ OK
Diffstat (limited to 'usr.bin/patch/patch.1')
-rw-r--r-- | usr.bin/patch/patch.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/patch/patch.1 b/usr.bin/patch/patch.1 index 9f2cfc4d5dd..ccbe89c79a9 100644 --- a/usr.bin/patch/patch.1 +++ b/usr.bin/patch/patch.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: patch.1,v 1.14 2003/07/28 18:34:36 otto Exp $ +.\" $OpenBSD: patch.1,v 1.15 2003/07/30 16:45:44 millert Exp $ .\" Copyright 1986, Larry Wall .\" .\" Redistribution and use in source and binary forms, with or without @@ -274,6 +274,10 @@ to ignore up to that many lines in looking for places to install a hunk. 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. +.It Fl i , Fl Fl input +Causes the next argument to be interpreted as the input file name +(i.e. a patchfile). +This option may be specified multiple times. .It Fl l , Fl Fl ignore-whitespace Causes the pattern matching to be done loosely, in case the tabs and spaces have been munged in your input file. |