aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/brk.2
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-03-27 20:49:07 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-03-27 20:49:07 +0000
commit064f007493a990a098f3f0f5ae66732c5747c837 (patch)
tree56c4c6b3ee0f1367c7bb50d3cb70ee35ec089c82 /lib/libc/sys/brk.2
parent5ea390eff5605faf9c5d901748e93857d18bbe6f (diff)
downloadsrc-064f007493a990a098f3f0f5ae66732c5747c837.tar.gz
src-064f007493a990a098f3f0f5ae66732c5747c837.zip
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.
Notes
Notes: svn path=/head/; revision=14855
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 7580f3855dbf..0cfca78a3486 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