Document the -follow option, per David Brownlee <abs@mono.city.ac.uk>
in PR #1113.
This commit is contained in:
parent
dcb6bca52b
commit
b62a077e9a
|
@ -33,7 +33,7 @@
|
||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)find.1 8.1 (Berkeley) 6/6/93
|
.\" from: @(#)find.1 8.1 (Berkeley) 6/6/93
|
||||||
.\" $Id: find.1,v 1.8 1994/07/18 09:55:31 cgd Exp $
|
.\" $Id: find.1,v 1.9 1996/01/14 03:52:44 thorpej Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd June 6, 1993
|
.Dd June 6, 1993
|
||||||
.Dt FIND 1
|
.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
|
will be executed from the directory from which
|
||||||
.Nm find
|
.Nm find
|
||||||
was executed.
|
was executed.
|
||||||
|
.It Ic -follow
|
||||||
|
Follow symbolic links.
|
||||||
.It Ic -fstype Ar type
|
.It Ic -fstype Ar type
|
||||||
True if the file is contained in a file system of type
|
True if the file is contained in a file system of type
|
||||||
.Ar type .
|
.Ar type .
|
||||||
|
@ -401,9 +403,9 @@ utility syntax is a superset of the syntax specified by the
|
||||||
standard.
|
standard.
|
||||||
.Pp
|
.Pp
|
||||||
The options and the
|
The options and the
|
||||||
.Ic -inum ,
|
|
||||||
.Ic -follow ,
|
.Ic -follow ,
|
||||||
.Ic -fstype ,
|
.Ic -fstype ,
|
||||||
|
.Ic -inum ,
|
||||||
.Ic -links ,
|
.Ic -links ,
|
||||||
.Ic -ls
|
.Ic -ls
|
||||||
and
|
and
|
||||||
|
|
Loading…
Reference in New Issue