The branch main has been updated by kib:

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

commit 8cc93cd668a69b3c6bf0da769486cb4a43e67d6d
Author:     Konstantin Belousov <k...@freebsd.org>
AuthorDate: 2025-07-08 20:05:26 +0000
Commit:     Konstantin Belousov <k...@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

Reply via email to