git: 6b628a694d88 - stable/13 - split: add word order fix

From: Kyle Evans <kevans_at_FreeBSD.org>
Date: Fri, 11 Nov 2022 18:11:37 UTC
The branch stable/13 has been updated by kevans:

URL: https://cgit.FreeBSD.org/src/commit/?id=6b628a694d88cec83a5c2432e2d52e34848976f8

commit 6b628a694d88cec83a5c2432e2d52e34848976f8
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2022-10-25 21:51:21 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2022-11-11 18:08:54 +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.
    
    (cherry picked from commit 7aaa50c6b58319ec948e8048fb165958bc47a356)
---
 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.