Module Name: src
Committed By: jschauma
Date: Tue Feb 14 18:11:55 UTC 2023
Modified Files:
src/usr.bin/split: split.1
Log Message:
fix synopsis to indicate that options '-l' and '-n' are mutually inclusive
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/split/split.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/split/split.1
diff -u src/usr.bin/split/split.1:1.16 src/usr.bin/split/split.1:1.17
--- src/usr.bin/split/split.1:1.16 Mon Jan 30 15:22:02 2023
+++ src/usr.bin/split/split.1 Tue Feb 14 18:11:55 2023
@@ -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