summaryrefslogtreecommitdiffstats
path: root/man2/brk.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/brk.2')
-rw-r--r--man2/brk.214
1 files changed, 7 insertions, 7 deletions
diff --git a/man2/brk.2 b/man2/brk.2
index 40ba0f302..2f5fab222 100644
--- a/man2/brk.2
+++ b/man2/brk.2
@@ -23,7 +23,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 brk (),
@@ -63,7 +63,7 @@ sets the end of the data segment to the value specified by
.IR addr ,
when that value is reasonable, the system has enough memory,
and the process does not exceed its maximum data size (see
-.BR setrlimit (2)).
+.MR setrlimit 2 ).
.P
.BR sbrk ()
increments the program's data space by
@@ -110,7 +110,7 @@ Avoid using
and
.BR sbrk ():
the
-.BR malloc (3)
+.MR malloc 3
memory allocation package is the
portable and comfortable way of allocating memory.
.P
@@ -147,7 +147,7 @@ is implemented as a library function that uses the
system call, and does some internal bookkeeping so that it can
return the old break value.
.SH SEE ALSO
-.BR execve (2),
-.BR getrlimit (2),
-.BR end (3),
-.BR malloc (3)
+.MR execve 2 ,
+.MR getrlimit 2 ,
+.MR end 3 ,
+.MR malloc 3