summaryrefslogtreecommitdiffstats
path: root/man3/end.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/end.3')
-rw-r--r--man3/end.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/end.3 b/man3/end.3
index f0c22ff5d..b410ba39a 100644
--- a/man3/end.3
+++ b/man3/end.3
@@ -49,11 +49,11 @@ the program break will be somewhere near
.I &end
(perhaps at the start of the following page).
However, the break will change as memory is allocated via
-.BR brk (2)
+.MR brk 2
or
-.BR malloc (3).
+.MR malloc 3 .
Use
-.BR sbrk (2)
+.MR sbrk 2
with an argument of zero to find the current value of the program break.
.SH EXAMPLES
When run, the program below produces output such as the following:
@@ -90,7 +90,7 @@ main(void)
.EE
.\" SRC END
.SH SEE ALSO
-.BR objdump (1),
-.BR readelf (1),
-.BR sbrk (2),
-.BR elf (5)
+.MR objdump 1 ,
+.MR readelf 1 ,
+.MR sbrk 2 ,
+.MR elf 5