summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2009-01-06 23:43:09 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2009-01-06 23:43:09 +0000
commitc475cfeca396ccbc36b2cd44fb66f4bce0c809b0 (patch)
treed6d3b23d7bbb7266c11ff98b12be246aecf8cbc8
parentc033464f8e45114bf54e0cb34b225445e2227ed2 (diff)
- rearrange the text to read a little more sanely
- use standard Ds argument to list width
-rw-r--r--bin/test/test.128
1 files changed, 13 insertions, 15 deletions
diff --git a/bin/test/test.1 b/bin/test/test.1
index 1429e155ec1..e07b20ecc85 100644
--- a/bin/test/test.1
+++ b/bin/test/test.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: test.1,v 1.23 2009/01/06 23:29:03 jmc Exp $
+.\" $OpenBSD: test.1,v 1.24 2009/01/06 23:43:08 jmc Exp $
.\" $NetBSD: test.1,v 1.6 1995/03/21 07:04:03 cgd Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -63,10 +63,14 @@ returns 1 (false).
All operators and flags are separate arguments to the
.Nm
utility.
+Symbolic links are followed for all primaries except
+.Fl h
+and
+.Fl L .
.Pp
The following primaries are used to construct
.Ar expression :
-.Bl -tag -width Ar
+.Bl -tag -width Ds
.It Fl b Ar file
True if
.Ar file
@@ -259,8 +263,13 @@ than or equal to the integer
.Ar n2 .
.El
.Pp
-These primaries can be combined with the following operators:
-.Bl -tag -width Ar
+These primaries can be combined with the following operators.
+The
+.Fl a
+operator has higher precedence than the
+.Fl o
+operator.
+.Bl -tag -width Ds
.It Cm \&! Ar expression
True if
.Ar expression
@@ -283,17 +292,6 @@ True if
is true.
.El
.Pp
-The
-.Fl a
-operator has higher precedence than the
-.Fl o
-operator.
-.Pp
-Symbolic links are followed for all primaries except
-.Fl h
-and
-.Fl L .
-.Pp
.Nm
also exists as a built-in to
.Xr ksh 1 ,