From 98f6033ebd5080894c6064ec6b83379fb5798d63 Mon Sep 17 00:00:00 2001 From: jmc Date: Tue, 9 Nov 2021 16:13:40 +0000 Subject: [PATCH] -i may not be specified multiple times; from josh grosse ok millert --- usr.bin/patch/patch.1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr.bin/patch/patch.1 b/usr.bin/patch/patch.1 index 8d915b87287..18d06779764 100644 --- a/usr.bin/patch/patch.1 +++ b/usr.bin/patch/patch.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: patch.1,v 1.32 2018/06/22 15:37:15 zhuk Exp $ +.\" $OpenBSD: patch.1,v 1.33 2021/11/09 16:13:40 jmc Exp $ .\" Copyright 1986, Larry Wall .\" .\" Redistribution and use in source and binary forms, with or without @@ -19,7 +19,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 22 2018 $ +.Dd $Mdocdate: November 9 2021 $ .Dt PATCH 1 .Os .Sh NAME @@ -168,7 +168,6 @@ for that. .Xc 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. -- 2.20.1