diff options
Diffstat (limited to 'bin/test/test.1')
-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 f517759b025..b45bb69a011 100644 --- a/bin/test/test.1 +++ b/bin/test/test.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: test.1,v 1.9 1998/11/28 03:20:36 aaron Exp $ +.\" $OpenBSD: test.1,v 1.10 1999/06/04 02:45:14 aaron Exp $ .\" $NetBSD: test.1,v 1.6 1995/03/21 07:04:03 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -121,7 +121,7 @@ is a named pipe .Po Tn FIFO Pc . .It Fl r Ar file True if -.Ar file +.Ar file exists and is readable. .It Fl s Ar file True if @@ -162,7 +162,7 @@ True if the length of .Ar string is zero. .It Fl L Ar file -True if +True if .Ar file exists and is a symbolic link. .It Fl O Ar file @@ -227,7 +227,7 @@ True if .Ar \&s\&1 is not the null string. -.It Ar \&n\&1 Fl \&eq Ar \&n\&2 +.It Ar \&n\&1 Fl \&eq Ar \&n\&2 True if the integers .Ar \&n\&1 and @@ -297,10 +297,10 @@ operator has higher precedence than the .Fl o operator. .Sh GRAMMAR AMBIGUITY -The +The .Nm grammar is inherently ambiguous. In order to assure a degree of consistency, -the cases described in +the cases described in .St -p1003.2 section D11.2/4.62.4 are evaluated consistently according to the rules specified in the |