summaryrefslogtreecommitdiff
path: root/lib/libc/sys/brk.2
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-08-22 22:05:59 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-08-22 22:05:59 +0000
commitbf5a138ec42c842d9402e45de366f7b71e267e42 (patch)
tree6d567531aa723650fda7eb154a0b70535bb19e38 /lib/libc/sys/brk.2
parent0982f4916f9e0def1dbeb907dcd4482ecb545586 (diff)
Notes
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 0e34e4f7daa9..c05396b0b988 100644
--- a/lib/libc/sys/brk.2
+++ b/lib/libc/sys/brk.2
@@ -102,13 +102,13 @@ e.g.
for the definition of
.Em etext ) .
.Sh RETURN VALUES
-.Nm Brk
+.Fn Brk
returns 0 if successful;
otherwise -1 with
.Va errno
set to indicate why the allocation failed.
The
-.Nm sbrk
+.Fn sbrk
function returns a pointer to the base of the new storage if successful;
otherwise -1 with
.Va errno
@@ -142,5 +142,5 @@ the data segment without consulting
.Xr getrlimit 2 .
.Sh HISTORY
A
-.Nm
+.Fn brk
function call appeared in Version 7 AT&T UNIX.