summaryrefslogtreecommitdiff
path: root/usr.bin/split
diff options
context:
space:
mode:
authorjschauma <jschauma@NetBSD.org>2023-02-14 18:11:55 +0000
committerjschauma <jschauma@NetBSD.org>2023-02-14 18:11:55 +0000
commite7112976d44b00234705eeedfe06bf0d9a342eae (patch)
tree09bcdd470b24502e112221599155103f86050587 /usr.bin/split
parente5a4181322b2510e48e40cfa66dbbddbe61bf33d (diff)
fix synopsis to indicate that options '-l' and '-n' are mutually inclusive
Diffstat (limited to 'usr.bin/split')
-rw-r--r--usr.bin/split/split.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1
index 29b2a8d4471..3494ddf17e2 100644
--- a/usr.bin/split/split.1
+++ b/usr.bin/split/split.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: split.1,v 1.16 2023/01/30 15:22:02 jschauma Exp $
+.\" $NetBSD: split.1,v 1.17 2023/02/14 18:11:55 jschauma Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)split.1 8.3 (Berkeley) 4/16/94
.\"
-.Dd January 28, 2023
+.Dd February 14, 2023
.Dt SPLIT 1
.Os
.Sh NAME
@@ -40,7 +40,7 @@
.Op Fl a Ar suffix_length
.Oo
.Fl b Ar byte_count Ns Oo Li k|m Oc |
-.Fl l Ar line_count
+.Fl l Ar line_count |
.Fl n Ar chunk_count
.Oc
.Op Ar file Op Ar name