From 16210d39ba3d8d46784b7f0e3d585138cc30f56e Mon Sep 17 00:00:00 2001 From: sevan Date: Sat, 7 Sep 2019 13:17:43 +0000 Subject: [PATCH] New sentence, new line --- lib/libc/sys/brk.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libc/sys/brk.2 b/lib/libc/sys/brk.2 index ff0f449dcde1..d1a2ed94e5e4 100644 --- a/lib/libc/sys/brk.2 +++ b/lib/libc/sys/brk.2 @@ -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