diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2024-11-28 22:11:15 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2024-11-29 15:25:31 +0000 |
| commit | 35ac34a23bc0e54eb2a2314b906c6e7769dee7f0 (patch) | |
| tree | 9f6a66b1c98ff99241b9d1d07276f9f51a2d2a88 /lib/libc/stdio | |
| parent | 60f87c736807bd2b5a3ebe451add868232facf43 (diff) | |
Diffstat (limited to 'lib/libc/stdio')
| -rw-r--r-- | lib/libc/stdio/stdio.3 | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
