Module Name: src
Committed By: sevan
Date: Sat Sep 7 13:17:43 UTC 2019
Modified Files:
src/lib/libc/sys: brk.2
Log Message:
New sentence, new line
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libc/sys/brk.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/brk.2
diff -u src/lib/libc/sys/brk.2:1.36 src/lib/libc/sys/brk.2:1.37
--- src/lib/libc/sys/brk.2:1.36 Sat Sep 7 12:40:17 2019
+++ src/lib/libc/sys/brk.2 Sat Sep 7 13:17:43 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: brk.2,v 1.36 2019/09/07 12:40:17 sevan Exp $
+.\" $NetBSD: brk.2,v 1.37 2019/09/07 13:17:43 sevan Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -47,9 +47,9 @@
.Sh DESCRIPTION
.Bf -symbolic
The brk and 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.
+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.
.Ef
.Pp
The