The branch main has been updated by des:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=21876224361ad3c01e784d3a7fbe5ad808e00b4c

commit 21876224361ad3c01e784d3a7fbe5ad808e00b4c
Author:     Dag-Erling Smørgrav <d...@freebsd.org>
AuthorDate: 2025-07-09 13:19:56 +0000
Commit:     Dag-Erling Smørgrav <d...@freebsd.org>
CommitDate: 2025-07-09 13:20:08 +0000

    fts: Fix option list indentation.
    
    Fixes:          da2025a0e894
    Sponsored by:   Klara, Inc.
    Reviewed by:    bcr
    Differential Revision:  https://reviews.freebsd.org/D51208
---
 lib/libc/gen/fts.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3
index 5860d1be1a1e..ee558b892c8c 100644
--- a/lib/libc/gen/fts.3
+++ b/lib/libc/gen/fts.3
@@ -394,7 +394,7 @@ must be specified.
 The options are selected by
 .Em or Ns 'ing
 the following values:
-.Bl -tag -width "FTS_PHYSICAL"
+.Bl -tag -width "FTS_COMFOLLOWDIR"
 .It Dv FTS_COMFOLLOW
 This option causes any symbolic link specified as a root path to be
 followed immediately whether or not

Reply via email to