diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 11:39:41 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 11:39:41 +0000 |
commit | be1f850a8f4b96d39e564a129716f8b709eaf391 (patch) | |
tree | 8a89fb254852cf22c2fc47da7ecb516c42e7a87b /bin/test | |
parent | 310d1292beb0595a580be9567908efd4fff625e3 (diff) | |
download | FreeBSD-src-be1f850a8f4b96d39e564a129716f8b709eaf391.zip FreeBSD-src-be1f850a8f4b96d39e564a129716f8b709eaf391.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
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 d959942..fde8434 100644 --- a/bin/test/test.1 +++ b/bin/test/test.1 @@ -43,13 +43,13 @@ .Nm \&[ .Nd condition evaluation utility .Sh SYNOPSIS -.Nm test +.Nm .Ar expression .Nm \&[ .Ar expression Cm ] .Sh DESCRIPTION The -.Nm test +.Nm utility evaluates the expression and, if it evaluates to true, returns a zero (true) exit status; otherwise it returns 1 (false). @@ -57,7 +57,7 @@ If there is no expression, test 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 expression: @@ -288,7 +288,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 the .St -p1003.2 , @@ -298,7 +298,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 @@ -314,7 +314,7 @@ An error occurred. .Xr sh 1 .Sh STANDARDS The -.Nm test +.Nm utility implements a superset of the .St -p1003.2 specification. |