aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/split
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2022-10-25 21:51:21 +0000
committerKyle Evans <kevans@FreeBSD.org>2022-10-25 21:52:14 +0000
commit7aaa50c6b58319ec948e8048fb165958bc47a356 (patch)
treec432a6c7b04c66d06ee60e2d7b7ee75febab2d56 /usr.bin/split
parent7cfd67ce96d97c263c2c56c5c437426463467689 (diff)
downloadsrc-7aaa50c6b58319ec948e8048fb165958bc47a356.tar.gz
src-7aaa50c6b58319ec948e8048fb165958bc47a356.zip
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.
Diffstat (limited to 'usr.bin/split')
-rw-r--r--usr.bin/split/split.12
1 files changed, 1 insertions, 1 deletions
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.