-i may not be specified multiple times; from josh grosse
authorjmc <jmc@openbsd.org>
Tue, 9 Nov 2021 16:13:40 +0000 (16:13 +0000)
committerjmc <jmc@openbsd.org>
Tue, 9 Nov 2021 16:13:40 +0000 (16:13 +0000)
ok millert

usr.bin/patch/patch.1

index 8d915b8..18d0677 100644 (file)
@@ -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.