aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/csplit
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-18 13:43:56 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-18 13:43:56 +0000
commit6c7216df785592bb069469113f556dfd1946ed5d (patch)
tree4ff679e02e4f5503cdcbf47f6fd1aa832ff79d14 /usr.bin/csplit
parent55bf0e44752ba3432c3e4632c45263d5795e0aa9 (diff)
downloadsrc-6c7216df785592bb069469113f556dfd1946ed5d.tar.gz
src-6c7216df785592bb069469113f556dfd1946ed5d.zip
Notes
Diffstat (limited to 'usr.bin/csplit')
-rw-r--r--usr.bin/csplit/csplit.112
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/csplit/csplit.1 b/usr.bin/csplit/csplit.1
index 0ce19a8c6c8c..50998692cd57 100644
--- a/usr.bin/csplit/csplit.1
+++ b/usr.bin/csplit/csplit.1
@@ -124,6 +124,8 @@ environment variables affect the execution of
.Nm
as described in
.Xr environ 7 .
+.Sh EXIT STATUS
+.Ex -std
.Sh EXAMPLES
Split the
.Xr mdoc 7
@@ -136,18 +138,16 @@ into one file for each section (up to 20):
Split standard input after the first 99 lines and every 100 lines thereafter:
.Pp
.Dl "csplit -k - 100 '{19}'"
-.Sh EXIT STATUS
-.Ex -std
.Sh SEE ALSO
.Xr sed 1 ,
.Xr split 1 ,
.Xr re_format 7
-.Sh HISTORY
-A
-.Nm
-command appeared in PWB UNIX.
.Sh STANDARDS
The
.Nm
utility conforms to
.St -p1003.1-2001 .
+.Sh HISTORY
+A
+.Nm
+command appeared in PWB UNIX.