summaryrefslogtreecommitdiffstats
path: root/man3/gets.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/gets.3')
-rw-r--r--man3/gets.336
1 files changed, 18 insertions, 18 deletions
diff --git a/man3/gets.3 b/man3/gets.3
index 8ffffaaa6..03242595b 100644
--- a/man3/gets.3
+++ b/man3/gets.3
@@ -41,7 +41,7 @@ However, given the lack of buffer overrun checking, there can be no
guarantees that the function will even return.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -88,20 +88,20 @@ For more information, see CWE-242 (aka "Use of Inherently Dangerous
Function") at
http://cwe.mitre.org/data/definitions/242.html
.SH SEE ALSO
-.BR read (2),
-.BR write (2),
-.BR ferror (3),
-.BR fgetc (3),
-.BR fgets (3),
-.BR fgetwc (3),
-.BR fgetws (3),
-.BR fopen (3),
-.BR fread (3),
-.BR fseek (3),
-.BR getline (3),
-.BR getwchar (3),
-.BR puts (3),
-.BR scanf (3),
-.BR ungetwc (3),
-.BR unlocked_stdio (3),
-.BR feature_test_macros (7)
+.MR read 2 ,
+.MR write 2 ,
+.MR ferror 3 ,
+.MR fgetc 3 ,
+.MR fgets 3 ,
+.MR fgetwc 3 ,
+.MR fgetws 3 ,
+.MR fopen 3 ,
+.MR fread 3 ,
+.MR fseek 3 ,
+.MR getline 3 ,
+.MR getwchar 3 ,
+.MR puts 3 ,
+.MR scanf 3 ,
+.MR ungetwc 3 ,
+.MR unlocked_stdio 3 ,
+.MR feature_test_macros 7