diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-15 01:11:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-15 01:11:17 +0000 |
commit | 5920ea73c8f900e496b20ef4826af71dcd5e6605 (patch) | |
tree | 7d1555997be0448aa93a44b54cb2634d4921a239 /usr.bin/find | |
parent | 6c1713a54612f47882e87eec19ec79bc5321edd7 (diff) |
from netbsd:
Document the -follow option, per David Brownlee <abs@mono.city.ac.uk>
in PR #1113.
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/find.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index c9e31e7966b..5bb61cee362 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)find.1 8.1 (Berkeley) 6/6/93 -.\" $Id: find.1,v 1.1 1995/10/18 08:45:13 deraadt Exp $ +.\" $Id: find.1,v 1.2 1996/01/15 01:11:16 deraadt Exp $ .\" .Dd June 6, 1993 .Dt FIND 1 @@ -148,6 +148,8 @@ arguments it is replaced by the pathname of the current file. will be executed from the directory from which .Nm find was executed. +.It Ic -follow +Follow symbolic links. .It Ic -fstype Ar type True if the file is contained in a file system of type .Ar type . @@ -401,9 +403,9 @@ utility syntax is a superset of the syntax specified by the standard. .Pp The options and the -.Ic -inum , .Ic -follow , .Ic -fstype , +.Ic -inum , .Ic -links , .Ic -ls and |