Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys New sentence, new line



details:   https://anonhg.NetBSD.org/src/rev/cb3b07b444da
branches:  trunk
changeset: 459373:cb3b07b444da
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sat Sep 07 13:17:43 2019 +0000

description:
New sentence, new line

diffstat:

 lib/libc/sys/brk.2 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 68079b154276 -r cb3b07b444da lib/libc/sys/brk.2
--- a/lib/libc/sys/brk.2        Sat Sep 07 12:40:17 2019 +0000
+++ b/lib/libc/sys/brk.2        Sat Sep 07 13:17:43 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index