summaryrefslogtreecommitdiffstats
path: root/usr.bin/csplit
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2006-07-17 20:09:34 +0000
committerjmc <jmc@openbsd.org>2006-07-17 20:09:34 +0000
commit03e2546c02e4c891b02b954a11e838d46e69ee05 (patch)
treee3765cea29fb0c36ddd6effdfc4aab9ce390d8e7 /usr.bin/csplit
parentsync (diff)
downloadwireguard-openbsd-03e2546c02e4c891b02b954a11e838d46e69ee05.tar.xz
wireguard-openbsd-03e2546c02e4c891b02b954a11e838d46e69ee05.zip
include prompts in examples;
Diffstat (limited to 'usr.bin/csplit')
-rw-r--r--usr.bin/csplit/csplit.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/csplit/csplit.1 b/usr.bin/csplit/csplit.1
index f55cf993b3c..d533bc2e9ac 100644
--- a/usr.bin/csplit/csplit.1
+++ b/usr.bin/csplit/csplit.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: csplit.1,v 1.1 2006/07/17 16:38:02 millert Exp $
+.\" $OpenBSD: csplit.1,v 1.2 2006/07/17 20:09:34 jmc Exp $
.\"
.\" Copyright (c) 2002 Tim J. Robbins.
.\" All rights reserved.
@@ -137,11 +137,11 @@ file
.Pa foo.1
into one file for each section (up to 20):
.Pp
-.Dl "csplit -k foo.1 '%^\e.Sh%' '/^\e.Sh/' '{20}'"
+.Dl "$ csplit -k foo.1 '%^\e.Sh%' '/^\e.Sh/' '{20}'"
.Pp
Split standard input after the first 99 lines and every 100 lines thereafter:
.Pp
-.Dl "csplit -k - 100 '{19}'"
+.Dl "$ csplit -k - 100 '{19}'"
.Sh SEE ALSO
.Xr sed 1 ,
.Xr split 1 ,