git: fb0014d04e84 - stable/14 - stdio(3): correct summary information for fileno(3)

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Tue, 03 Dec 2024 00:51:21 UTC
The branch stable/14 has been updated by kib:

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

commit fb0014d04e845f1cec15981a4ca1186cc9dfdb26
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-11-28 22:11:15 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-12-03 00:39:22 +0000

    stdio(3): correct summary information for fileno(3)
    
    (cherry picked from commit 35ac34a23bc0e54eb2a2314b906c6e7769dee7f0)
---
 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 4447ca1b2b87..f25cd357e6f0 100644
--- a/lib/libc/stdio/stdio.3
+++ b/lib/libc/stdio/stdio.3
@@ -254,7 +254,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"