summaryrefslogtreecommitdiffstats
path: root/usr.bin/csplit
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-05-30 04:41:33 +0000
committerjmc <jmc@openbsd.org>2007-05-30 04:41:33 +0000
commit7c5a075bb35c9874ed6ed8040f78870dae704a20 (patch)
tree18fc2f17baca06edc79f894ef37a8d9026e855ef /usr.bin/csplit
parentIt's 'SCSIDEBUG_LEVEL', not 'SCSI_DEBUG_LEVEL'. (diff)
downloadwireguard-openbsd-7c5a075bb35c9874ed6ed8040f78870dae704a20.tar.xz
wireguard-openbsd-7c5a075bb35c9874ed6ed8040f78870dae704a20.zip
- use a consistent text for STANDARDS
- note which options are extensions to POSIX
Diffstat (limited to 'usr.bin/csplit')
-rw-r--r--usr.bin/csplit/csplit.17
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/csplit/csplit.1 b/usr.bin/csplit/csplit.1
index d533bc2e9ac..dc9a492dc75 100644
--- a/usr.bin/csplit/csplit.1
+++ b/usr.bin/csplit/csplit.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: csplit.1,v 1.2 2006/07/17 20:09:34 jmc Exp $
+.\" $OpenBSD: csplit.1,v 1.3 2007/05/30 04:41:33 jmc Exp $
.\"
.\" Copyright (c) 2002 Tim J. Robbins.
.\" All rights reserved.
@@ -149,8 +149,9 @@ Split standard input after the first 99 lines and every 100 lines thereafter:
.Sh STANDARDS
The
.Nm
-utility conforms to
-.St -p1003.1-2004 .
+utility is compliant with the
+.St -p1003.1-2004
+specification.
.Sh HISTORY
A
.Nm