Date: Thu, 4 Jul 2002 21:51:54 +0300 (EEST) From: Vladimir Chukharev <chu@gpi.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/40196: man find does not describe -follow Message-ID: <200207041851.g64IpsJ15485@h33.erkki.ton.tut.fi>
index | next in thread | raw e-mail
>Number: 40196
>Category: docs
>Synopsis: man find does not describe -follow
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Jul 04 12:00:10 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Vladimir Chukharev
>Release: FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD svak.h33.erkki.ton.tut.fi 4.6-STABLE FreeBSD 4.6-STABLE #14: Thu Jun 20 23:55:18 EEST 2002 root@svak.h33.erkki.ton.tut.fi:/usr/obj/usr/src/sys/SVAK i386
>Description:
man find does not describe an option -follow. It only mentions this option
in STANDARDTS section. Quick check confirm that -follow is implemented,
thus references to it in usenet are most probably correct.
$ grep -i -- -follow /usr/src/usr.bin/find/*
/usr/src/usr.bin/find/find.1:.Ic -depth , -follow ,
/usr/src/usr.bin/find/function.c: ftsoptions |= FTS_PHYSICAL; /* disable -follow */
/usr/src/usr.bin/find/function.c: ftsoptions &= ~FTS_LOGICAL; /* disable -follow */
/usr/src/usr.bin/find/function.c: * -follow functions --
/usr/src/usr.bin/find/option.c: { "-follow", c_follow, f_always_true, 0 },
>How-To-Repeat:
>Fix:
Sorry, don't know what it supposed to do, no patch this time.
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207041851.g64IpsJ15485>
