Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2026 07:59:49 +0000
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 7a070ca45b09 - stable/15 - fcntl.2: clarify arg use for F_SETFD
Message-ID:  <6a16a475.1f864.4af50bad@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=7a070ca45b097b787ebd2397dbaaca0a7250d8be

commit 7a070ca45b097b787ebd2397dbaaca0a7250d8be
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-05-22 04:01:20 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a16a475.1f864.4af50bad>