diff options
| author | thomasavoss <thomasavoss@protonmail.com> | 2021-06-12 10:27:40 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-06-20 15:49:10 +1200 |
| commit | 53de89a5fa3ab032e6da3adb1da01b02ff6c11aa (patch) | |
| tree | c76c4d7800bb9acd163ef61705031e9b000c65e0 /man3 | |
| parent | 8b97c4f8754f420fd1bd5051d300a7eca09e514d (diff) | |
| download | man-pages-53de89a5fa3ab032e6da3adb1da01b02ff6c11aa.tar.gz | |
ferror.3: tfix
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/ferror.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/ferror.3 b/man3/ferror.3 index 41fd9a3b09..cb63e24fc4 100644 --- a/man3/ferror.3 +++ b/man3/ferror.3 @@ -85,7 +85,7 @@ function returns nonzero if the end-of-file indicator is set for otherwise, it returns zero. .PP The -.BR feof () +.BR ferror () function returns nonzero if the error indicator is set for .IR stream ; otherwise, it returns zero. |
