The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=7a070ca45b097b787ebd2397dbaaca0a7250d8be
commit 7a070ca45b097b787ebd2397dbaaca0a7250d8be Author: Konstantin Belousov <[email protected]> AuthorDate: 2026-05-22 04:01:20 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2026-05-27 07:59:25 +0000 fcntl.2: clarify arg use for F_SETFD (cherry picked from commit db513f3a55d59339055e6033829964738b879501) --- lib/libsys/fcntl.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libsys/fcntl.2 b/lib/libsys/fcntl.2 index d67c38cfbc6c..b919e1b8674b 100644 --- a/lib/libsys/fcntl.2 +++ b/lib/libsys/fcntl.2 @@ -176,7 +176,9 @@ descriptor to also have the flag set. .El .It Dv F_SETFD Set flags associated with -.Fa fd . +.Fa fd +to +.Fa arg . The available flags are .Dv FD_CLOEXEC , .Dv FD_CLOFORK
