git: 7aaa50c6b583 - main - split: add word order fix

From: Kyle Evans <kevans_at_FreeBSD.org>
Date: Tue, 25 Oct 2022 21:52:43 UTC
The branch main has been updated by kevans:

URL: https://cgit.FreeBSD.org/src/commit/?id=7aaa50c6b58319ec948e8048fb165958bc47a356

commit 7aaa50c6b58319ec948e8048fb165958bc47a356
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2022-10-25 21:51:21 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2022-10-25 21:52:14 +0000

    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.