summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/brk.2
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-03-27 20:49:07 +0000
committermpp <mpp@FreeBSD.org>1996-03-27 20:49:07 +0000
commit822fdcab93140306c21991b7fe837e606e75b48e (patch)
tree56c4c6b3ee0f1367c7bb50d3cb70ee35ec089c82 /lib/libc/sys/brk.2
parentcd9e381ea0b409efec3ad4c0f4633f95a1eac734 (diff)
downloadFreeBSD-src-822fdcab93140306c21991b7fe837e606e75b48e.zip
FreeBSD-src-822fdcab93140306c21991b7fe837e606e75b48e.tar.gz
Added missing section numbers to a bunch of .Xr macros, or
converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems.
Diffstat (limited to 'lib/libc/sys/brk.2')
-rw-r--r--lib/libc/sys/brk.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/brk.2 b/lib/libc/sys/brk.2
index 7580f38..0cfca78 100644
--- a/lib/libc/sys/brk.2
+++ b/lib/libc/sys/brk.2
@@ -94,7 +94,7 @@ it will not be possible to set the break
beyond the
.Em rlim_max
value returned from a call to
-.Xr getrlimit ,
+.Xr getrlimit 2 ,
e.g.
.Dq qetext + rlp\(->rlim_max.
(see
@@ -114,7 +114,7 @@ otherwise -1 with
.Va errno
set to indicate why the allocation failed.
.Sh ERRORS
-.Xr Sbrk
+.Fn Sbrk
will fail and no additional memory will be allocated if
one of the following are true:
.Bl -tag -width [ENOMEM]
@@ -139,7 +139,7 @@ Setting the break may fail due to a temporary lack of
swap space. It is not possible to distinguish this
from a failure caused by exceeding the maximum size of
the data segment without consulting
-.Xr getrlimit .
+.Xr getrlimit 2 .
.Sh HISTORY
A
.Nm
OpenPOWER on IntegriCloud