diff options
author | 2003-07-30 16:45:44 +0000 | |
---|---|---|
committer | 2003-07-30 16:45:44 +0000 | |
commit | 3466761fe1b28f2d2f8e6ade8d40ce1d0dd2c09d (patch) | |
tree | a2c419aa1d0c37df6c7a72b85c2981e42dd83727 /usr.bin/patch/patch.1 | |
parent | Make prompting POSIX-compliant. POSIX states "The patch utility (diff) | |
download | wireguard-openbsd-3466761fe1b28f2d2f8e6ade8d40ce1d0dd2c09d.tar.xz wireguard-openbsd-3466761fe1b28f2d2f8e6ade8d40ce1d0dd2c09d.zip |
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. |