Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2025 21:49:15 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8cc93cd668a6 - main - fcntl.2: fix description of F_GETFD return value
Message-ID:  <202507082149.568LnFXX086271@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=8cc93cd668a69b3c6bf0da769486cb4a43e67d6d

commit 8cc93cd668a69b3c6bf0da769486cb4a43e67d6d
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-07-08 20:05:26 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-07-08 21:48:58 +0000

    fcntl.2: fix description of F_GETFD return value
    
    Now we have three flags provided.
    
    Sponsored by:   The FreeBSD Foundation
---
 lib/libsys/fcntl.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libsys/fcntl.2 b/lib/libsys/fcntl.2
index 3cf8adc29f88..d67c38cfbc6c 100644
--- a/lib/libsys/fcntl.2
+++ b/lib/libsys/fcntl.2
@@ -577,7 +577,7 @@ A new file descriptor.
 A file descriptor equal to
 .Fa arg .
 .It Dv F_GETFD
-Value of flag (only the low-order bit is defined).
+Value of flags.
 .It Dv F_GETFL
 Value of flags.
 .It Dv F_GETOWN



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507082149.568LnFXX086271>