From 7aaa50c6b58319ec948e8048fb165958bc47a356 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Tue, 25 Oct 2022 16:51:21 -0500 Subject: [PATCH] split: add word order fix This was meant to note that both pattern and line matching were previously restricted, but words are difficult. +line and rearrange. Sponsored by: Klara, Inc. --- usr.bin/split/split.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1 index 684cad57d4fc..4d5f4a1a0753 100644 --- a/usr.bin/split/split.1 +++ b/usr.bin/split/split.1 @@ -216,4 +216,4 @@ command appeared in .Pp Before .Fx 14 , -pattern matching and only operated on lines shorter than 65,536 bytes. +pattern and line matching only operated on lines shorter than 65,536 bytes.