diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-23 17:42:54 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-23 17:42:54 +0000 |
commit | 9875858605dff7a1c6caea6d4a5fed290b968158 (patch) | |
tree | 0d75e75b50d4c4853c5442a825eaa43e172f01d5 /bin/test/test.1 | |
parent | da1dcf9319d3dfc0bbd8c1cef7960fcb0f43976e (diff) |
sh-based TEST suite and man page clarifications from FreeBSD
Diffstat (limited to 'bin/test/test.1')
-rw-r--r-- | bin/test/test.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/test/test.1 b/bin/test/test.1 index b39808839ae..8afc99e2f6c 100644 --- a/bin/test/test.1 +++ b/bin/test/test.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: test.1,v 1.3 1996/06/23 14:21:57 deraadt Exp $ +.\" $OpenBSD: test.1,v 1.4 1997/01/23 17:42:53 millert Exp $ .\" $NetBSD: test.1,v 1.6 1995/03/21 07:04:03 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -122,7 +122,7 @@ than zero. True if the file whose file descriptor number is .Ar file_descriptor -is open and is associated with a terminal. +(default 1) is open and is associated with a terminal. .It Fl u Ar file True if .Ar file @@ -290,7 +290,7 @@ The grammar is inherently ambiguous. In order to assure a degree of consistency, the cases described in .St -p1003.2 -section 4.62.4, +section D11.2/4.62.4, are evaluated consistently according to the rules specified in the standards document. All other cases are subject to the ambiguity in the command semantics. |