summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2019-09-07 19:32:11 +0000
committerwiz <wiz@NetBSD.org>2019-09-07 19:32:11 +0000
commit943fcc88c03e17ecb70f0aa0d5cb862a013287d1 (patch)
tree3ac4645b67a5fe3abc105c8a42a89cb9c925a7d4 /lib/libc/sys
parent27dda45f00da7bdc8919df1245f8535a05ff5cc8 (diff)
Add missing word. More markup.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/brk.215
1 files changed, 11 insertions, 4 deletions
diff --git a/lib/libc/sys/brk.2 b/lib/libc/sys/brk.2
index 9535e8a2cd6..0aedef2eac6 100644
--- a/lib/libc/sys/brk.2
+++ b/lib/libc/sys/brk.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: brk.2,v 1.38 2019/09/07 19:30:39 wiz Exp $
+.\" $NetBSD: brk.2,v 1.39 2019/09/07 19:32:11 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -46,10 +46,17 @@
.Fn sbrk "intptr_t incr"
.Sh DESCRIPTION
.Bf -symbolic
-The brk and sbrk functions are legacy interfaces from before the
+The
+.Fn brk
+and
+.Fn sbrk
+functions are legacy interfaces from before the
advent of modern virtual memory management.
-brk is subject to removal and sbrk is destined for full compat, where the
-system call will exist in the kernel, but no longer exposed.
+.Fn brk
+is subject to removal and
+.Fn sbrk
+is destined for full compat, where the
+system call will exist in the kernel, but no longer be exposed.
.Ef
.Pp
The