summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/at/at.123
-rw-r--r--usr.bin/awk/awk.112
-rw-r--r--usr.bin/expand/expand.116
3 files changed, 23 insertions, 28 deletions
diff --git a/usr.bin/at/at.1 b/usr.bin/at/at.1
index f03fefbd7ed..f1f224e98e2 100644
--- a/usr.bin/at/at.1
+++ b/usr.bin/at/at.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: at.1,v 1.50 2014/02/15 18:29:08 schwarze Exp $
+.\" $OpenBSD: at.1,v 1.51 2014/03/17 21:48:51 jmc Exp $
.\"
.\" Copyright (C) 1993, 1994 Thomas Koenig
.\" Copyright (C) 1993 David Parsons
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 15 2014 $
+.Dd $Mdocdate: March 17 2014 $
.Dt AT 1
.Os
.Sh NAME
@@ -339,7 +339,10 @@ and
.Nm batch
utilities are compliant with the
.St -p1003.1-2008
-specification.
+specification,
+except behaviour for the
+.Fl l
+flag differs.
.Pp
The
.Nm
@@ -348,14 +351,13 @@ flags
and the
.Nm batch
flags
-.Op Fl fmq
+.Op Fl fmq ,
+as well as
+the
+.Cm teatime
+keyword,
are extensions to that specification.
.Pp
-Behaviour for the
-.Fl l
-flag differs between this implementation and
-.St -p1003.1-2008 .
-.Pp
.St -p1003.1-2008
states that
.Nm batch
@@ -364,9 +366,6 @@ jobs are submitted to the queue
this implementation permits a
.Ar timespec
argument.
-The
-.Cm teatime
-keyword is an extension to the specification.
.Pp
The at.allow/deny mechanism is marked by
.St -p1003.1-2008
diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1
index 47f586293ef..514f9894428 100644
--- a/usr.bin/awk/awk.1
+++ b/usr.bin/awk/awk.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: awk.1,v 1.40 2011/05/02 11:14:11 jmc Exp $
+.\" $OpenBSD: awk.1,v 1.41 2014/03/17 21:48:51 jmc Exp $
.\"
.\" Copyright (C) Lucent Technologies 1997
.\" All Rights Reserved
@@ -22,7 +22,7 @@
.\" ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
.\" THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 2 2011 $
+.Dd $Mdocdate: March 17 2014 $
.Dt AWK 1
.Os
.Sh NAME
@@ -771,7 +771,10 @@ The
.Nm
utility is compliant with the
.St -p1003.1-2008
-specification.
+specification,
+except
+.Nm
+does not support {n,m} pattern matching.
.Pp
The flags
.Op Fl \&dV
@@ -781,9 +784,6 @@ as well as the commands
.Cm fflush , compl , and , or ,
.Cm xor , lshift , rshift ,
are extensions to that specification.
-.Pp
-.Nm
-does not support {n,m} pattern matching.
.Sh HISTORY
An
.Nm
diff --git a/usr.bin/expand/expand.1 b/usr.bin/expand/expand.1
index 3e15b54d6a1..a26455f6c85 100644
--- a/usr.bin/expand/expand.1
+++ b/usr.bin/expand/expand.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: expand.1,v 1.19 2014/03/10 20:37:27 jmc Exp $
+.\" $OpenBSD: expand.1,v 1.20 2014/03/17 21:48:51 jmc Exp $
.\" $NetBSD: expand.1,v 1.3 1995/09/02 06:19:45 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)expand.1 8.1 (Berkeley) 6/9/93
.\"
-.Dd $Mdocdate: March 10 2014 $
+.Dd $Mdocdate: March 17 2014 $
.Dt EXPAND 1
.Os
.Sh NAME
@@ -119,15 +119,11 @@ and
.Nm unexpand
utilities are compliant with the
.St -p1003.1-2008
-specification.
-.Pp
-The
-.St -p1003.1-2008
-specification mandates that
-.Nm unexpand
-supports the
+specification,
+except that this implementation does not support a
.Fl t
-flag, but that is not supported by this implementation.
+flag for
+.Nm unexpand .
.Pp
The ability to specify tabstops without the
.Fl t