aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/gets.34
-rw-r--r--man3/stdio.32
2 files changed, 2 insertions, 4 deletions
diff --git a/man3/gets.3 b/man3/gets.3
index 3a8e1c3a7e..52a90cd1fe 100644
--- a/man3/gets.3
+++ b/man3/gets.3
@@ -72,9 +72,7 @@ until either a terminating newline or
.BR EOF ,
which it replaces with
.BR '\e0' .
-No check for buffer overrun is performed (see
-.B BUGS
-below).
+No check for buffer overrun is performed (see BUGS below).
.PP
.BR fgets ()
reads in at most one less than
diff --git a/man3/stdio.3 b/man3/stdio.3
index b8796e2f50..914b833193 100644
--- a/man3/stdio.3
+++ b/man3/stdio.3
@@ -134,7 +134,7 @@ and routines are automatically loaded as needed by the compilers
and
.BR pc (1).
The
-.B SYNOPSIS
+SYNOPSIS
sections of the following manual pages indicate which include files are to
be used, what the compiler declaration for the function looks like and
which external variables are of interest.