Date: Tue, 16 Jun 2026 01:00:50 +0000 From: Dag-Erling=?utf-8?Q? Sm=C3=B8rg?=rav <des@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: b18a6625d6b9 - stable/15 - fts: Correct description of fts_set Message-ID: <6a30a042.244ac.42fe8cbb@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=b18a6625d6b9e9604689fb217133181b8e838950 commit b18a6625d6b9e9604689fb217133181b8e838950 Author: Dag-Erling Smørgrav <des@FreeBSD.org> AuthorDate: 2026-06-05 16:46:49 +0000 Commit: Dag-Erling Smørgrav <des@FreeBSD.org> CommitDate: 2026-06-16 01:00:11 +0000 fts: Correct description of fts_set MFC after: 1 week Sponsored by: Klara, Inc. Fixes: e030e4e73fe7 ("lib/libc/gen/fts.3: use 'options' consistently in fts_set() description") Differential Revision: https://reviews.freebsd.org/D57326 (cherry picked from commit 77fdeba18c07e243ea1e20916ee0dc31b9d6ac32) --- lib/libc/gen/fts.3 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3 index 79b94afa806a..8d46d3a6b01f 100644 --- a/lib/libc/gen/fts.3 +++ b/lib/libc/gen/fts.3 @@ -44,7 +44,7 @@ .Ft FTSENT * .Fn fts_children "FTS *ftsp" "int options" .Ft int -.Fn fts_set "FTS *ftsp" "FTSENT *f" "int options" +.Fn fts_set "FTS *ftsp" "FTSENT *f" "int instr" .Ft void .Fn fts_set_clientptr "FTS *ftsp" "void *clientdata" .Ft void * @@ -745,8 +745,9 @@ The .Fn fts_set function returns 0 on success, and \-1 if an error occurs. -.Em Option -must be set to one of the following values: +Its +.Fa instr +argument must have one of the following values: .Bl -tag -width FTS_PHYSICAL .It Dv FTS_AGAIN Re-visit the file; any file type may be re-visited.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a30a042.244ac.42fe8cbb>
