The branch main has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=35ac34a23bc0e54eb2a2314b906c6e7769dee7f0

commit 35ac34a23bc0e54eb2a2314b906c6e7769dee7f0
Author:     Konstantin Belousov <[email protected]>
AuthorDate: 2024-11-28 22:11:15 +0000
Commit:     Konstantin Belousov <[email protected]>
CommitDate: 2024-11-29 15:25:31 +0000

    stdio(3): correct summary information for fileno(3)
    
    Reviewed by:    emaste, imp
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    Differential revision:  https://reviews.freebsd.org/D47834
---
 lib/libc/stdio/stdio.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3
index 794baec5182f..cbb8a49df2c6 100644
--- a/lib/libc/stdio/stdio.3
+++ b/lib/libc/stdio/stdio.3
@@ -252,7 +252,7 @@ library conforms to
 .It "fgets     get a line from a stream"
 .It "fgetwc    get next wide character from input stream"
 .It "fgetws    get a line of wide characters from a stream"
-.It "fileno    check and reset stream status"
+.It "fileno    map a stream pointer to a file descriptor"
 .It "fopen     stream open functions"
 .It "fprintf   formatted output conversion"
 .It "fpurge    flush a stream"

Reply via email to