diff options
author | jdp <jdp@FreeBSD.org> | 1997-05-19 18:16:00 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1997-05-19 18:16:00 +0000 |
commit | 1a667983e20d99e3a4d8b27998ed0c8501791cb7 (patch) | |
tree | 3e4e871fa0028cb5ab0e1ee48b1310ed2a914949 /usr.bin | |
parent | 5f8ad0838b1ad41c204aeb4612364e0f7673904b (diff) | |
download | FreeBSD-src-1a667983e20d99e3a4d8b27998ed0c8501791cb7.zip FreeBSD-src-1a667983e20d99e3a4d8b27998ed0c8501791cb7.tar.gz |
Mention that "-P" is the default.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/find/find.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index d9150a0..652011e 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)find.1 8.7 (Berkeley) 5/9/95 -.\" $Id: find.1,v 1.8 1997/05/02 22:08:10 max Exp $ +.\" $Id: find.1,v 1.9 1997/05/19 16:33:26 eivind Exp $ .\" .Dd May 9, 1995 .Dt FIND 1 @@ -85,6 +85,7 @@ The option causes the file information and file type (see .Xr stat 2) returned for each symbolic link to be those of the link itself. +This is the default. .It Fl X The .Fl X |