summaryrefslogtreecommitdiffstats
path: root/man3/getline.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getline.3')
-rw-r--r--man3/getline.318
1 files changed, 9 insertions, 9 deletions
diff --git a/man3/getline.3 b/man3/getline.3
index e9afc06eb..7628f53f7 100644
--- a/man3/getline.3
+++ b/man3/getline.3
@@ -22,7 +22,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR getline (),
@@ -55,14 +55,14 @@ Alternatively, before calling
.BR getline (),
.I *lineptr
can contain a pointer to a
-.BR malloc (3)\-allocated
+.MR malloc 3 \-allocated
buffer
.I *n
bytes in size.
If the buffer is not large enough to hold the line,
.BR getline ()
resizes it with
-.BR realloc (3),
+.MR realloc 3 ,
updating
.I *lineptr
and
@@ -120,7 +120,7 @@ is not valid).
Allocation or reallocation of the line buffer failed.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -175,8 +175,8 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR read (2),
-.BR fgets (3),
-.BR fopen (3),
-.BR fread (3),
-.BR scanf (3)
+.MR read 2 ,
+.MR fgets 3 ,
+.MR fopen 3 ,
+.MR fread 3 ,
+.MR scanf 3