diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-05-26 14:52:39 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-05-26 14:52:39 +0000 |
commit | 8bbd293b6fe5c03d914fccba0ce77745b924f89c (patch) | |
tree | f9df5cccaee8c567839febf866cadb88e3cb1147 /bin | |
parent | 879156bc9de384c799b558307d3ef3e20ff81004 (diff) |
Add a note saying symbolic links are followed for all primaries except -L
and -h; millert@ok
Diffstat (limited to 'bin')
-rw-r--r-- | bin/test/test.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/test/test.1 b/bin/test/test.1 index c1aed009d26..659b2f7a758 100644 --- a/bin/test/test.1 +++ b/bin/test/test.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: test.1,v 1.11 2000/03/17 18:15:15 aaron Exp $ +.\" $OpenBSD: test.1,v 1.12 2000/05/26 14:52:38 aaron Exp $ .\" $NetBSD: test.1,v 1.6 1995/03/21 07:04:03 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -297,6 +297,11 @@ The operator has higher precedence than the .Fl o operator. +.Pp +Symbolic links are followed for all primaries except +.Fl h +and +.Fl L . .Sh GRAMMAR AMBIGUITY The .Nm |