aboutsummaryrefslogtreecommitdiffstats
path: root/man3/ferror.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/ferror.3')
-rw-r--r--man3/ferror.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/ferror.3 b/man3/ferror.3
index 43443095f6..76d9b5123b 100644
--- a/man3/ferror.3
+++ b/man3/ferror.3
@@ -46,11 +46,11 @@ clearerr, feof, ferror, fileno \- check and reset stream status
.B #include <stdio.h>
.sp
.BI "void clearerr(FILE *" stream );
-.br
+
.BI "int feof(FILE *" stream );
-.br
+C.br
.BI "int ferror(FILE *" stream );
-.br
+
.BI "int fileno(FILE *" stream );
.sp
.in -4n