diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-17 18:15:17 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-17 18:15:17 +0000 |
commit | e8c7db851c4c34cce1015e7f1984ea7d6c98402e (patch) | |
tree | 3b891f3bc07ae758e29d6851e0075218ce182bbf /bin/test/test.1 | |
parent | 0d74f18c01a10f0b07b2b26263b491bbbc854af9 (diff) |
Remove hard sentence breaks.
Diffstat (limited to 'bin/test/test.1')
-rw-r--r-- | bin/test/test.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/bin/test/test.1 b/bin/test/test.1 index b45bb69a011..c1aed009d26 100644 --- a/bin/test/test.1 +++ b/bin/test/test.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: test.1,v 1.10 1999/06/04 02:45:14 aaron Exp $ +.\" $OpenBSD: test.1,v 1.11 2000/03/17 18:15:15 aaron Exp $ .\" $NetBSD: test.1,v 1.6 1995/03/21 07:04:03 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -103,7 +103,8 @@ True if .Ar file exists and is a symbolic link. This operator is for COMPATABILITY purposes, -do not rely on its existence. Use +do not rely on its existence. +Use .Fl L instead. .It Fl k Ar file @@ -299,12 +300,14 @@ operator. .Sh GRAMMAR AMBIGUITY The .Nm -grammar is inherently ambiguous. In order to assure a degree of consistency, +grammar is inherently ambiguous. +In order to assure a degree of consistency, the cases described in .St -p1003.2 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 +standards document. +All other cases are subject to the ambiguity in the command semantics. .Sh RETURN VALUES The |