diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-28 03:20:37 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-28 03:20:37 +0000 |
commit | 9bb6028fe02a280e61b8f862f447486ce6b5f72a (patch) | |
tree | ebd1056cace973776cd01330a93779596980ef88 /bin/test | |
parent | eecdb9deb4317c0e37ed8d58ba92503563912fed (diff) |
start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one
it's given)
Diffstat (limited to 'bin/test')
-rw-r--r-- | bin/test/test.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/test/test.1 b/bin/test/test.1 index 67ece01cd95..f517759b025 100644 --- a/bin/test/test.1 +++ b/bin/test/test.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: test.1,v 1.8 1998/09/19 14:40:26 aaron Exp $ +.\" $OpenBSD: test.1,v 1.9 1998/11/28 03:20:36 aaron Exp $ .\" $NetBSD: test.1,v 1.6 1995/03/21 07:04:03 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -51,7 +51,7 @@ ] .Sh DESCRIPTION The -.Nm test +.Nm utility evaluates the .Ar expression and, if it evaluates @@ -65,7 +65,7 @@ also returns 1 (false). .Pp All operators and flags are separate arguments to the -.Nm test +.Nm utility. .Pp The following primaries are used to construct @@ -298,7 +298,7 @@ operator has higher precedence than the operator. .Sh GRAMMAR AMBIGUITY The -.Nm test +.Nm grammar is inherently ambiguous. In order to assure a degree of consistency, the cases described in .St -p1003.2 @@ -308,7 +308,7 @@ standards document. All other cases are subject to the ambiguity in the command semantics. .Sh RETURN VALUES The -.Nm test +.Nm utility exits with one of the following values: .Bl -tag -width Ds .It 0 @@ -321,7 +321,7 @@ An error occurred. .El .Sh STANDARDS The -.Nm test +.Nm utility implements a superset of the .St -p1003.2 specification. |