summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2009-01-10 12:47:22 +0000
committertrhodes <trhodes@FreeBSD.org>2009-01-10 12:47:22 +0000
commit00acc9b7aec434ff6b946f7b66178afec0f0f026 (patch)
tree91507ca176b52e9e1adcf116b664ff5541a8338e /usr.bin
parentbc0785459ca7da9dd08ef4e73da612c1d4128f28 (diff)
downloadFreeBSD-src-00acc9b7aec434ff6b946f7b66178afec0f0f026.zip
FreeBSD-src-00acc9b7aec434ff6b946f7b66178afec0f0f026.tar.gz
A bit of rewording for clarity, taken from OpenBSD.
Submitted by: jmc@OpenBSD.org
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/csplit/csplit.135
1 files changed, 26 insertions, 9 deletions
diff --git a/usr.bin/csplit/csplit.1 b/usr.bin/csplit/csplit.1
index 0f389a2..58e58d8 100644
--- a/usr.bin/csplit/csplit.1
+++ b/usr.bin/csplit/csplit.1
@@ -51,22 +51,39 @@ a dash
.Nm
reads from standard input.
.Pp
+Files are created with a prefix of
+.Dq xx
+and two decimal digits.
+The size of each file is written to standard output
+as it is created.
+If an error occurs whilst files are being created,
+or a
+.Dv HUP ,
+.Dv INT ,
+or
+.Dv TERM
+signal is received,
+all files previously written are removed.
+.Pp
The options are as follows:
.Bl -tag -width indent
.It Fl f Ar prefix
-Give created files names beginning with
-.Ar prefix .
-The default is
+Create file names beginning with
+.Ar prefix ,
+instead of
.Dq Pa xx .
.It Fl k
-Do not remove output files.
+Do not remove previously created files if an error occurs or a
+.Dv HUP ,
+.Dv INT ,
+or
+.Dv TERM
+signal is received.
.It Fl n Ar number
-Use
+Create file names beginning with
.Ar number
-of decimal digits after the
-.Ar prefix
-to form the file name.
-The default is 2.
+of decimal digits after the prefix,
+instead of 2.
.It Fl s
Do not write the size of each output file to standard output as it is
created.
OpenPOWER on IntegriCloud