From 3655c14d2599f0251f379d6bcc720a891e923c5e Mon Sep 17 00:00:00 2001 From: Remko Lodder Date: Wed, 28 Nov 2007 12:29:59 +0000 Subject: [PATCH] Every newline should start on it's own line. I didn't do that in the previous commit, so make it happen now. Prodded by: brueffer --- sbin/mdconfig/mdconfig.8 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8 index fd7de3d0c09d..ba79b34d1371 100644 --- a/sbin/mdconfig/mdconfig.8 +++ b/sbin/mdconfig/mdconfig.8 @@ -99,9 +99,10 @@ A file specified with becomes the backing store for this memory disk. .It Cm swap Storage for this type of memory disk is allocated from buffer -memory. Pages get pushed out to the swap when the system is -under memory pressure, otherwise they stay in the operating -emory. Using +memory. +Pages get pushed out to the swap when the system is under memory +pressure, otherwise they stay in the operating memory. +Using .Cm swap backing is generally preferable over .Cm malloc