Source-Changes-HG archive

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

[src/trunk]: src/sbin/cgdconfig Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/f849bf00c558
branches:  trunk
changeset: 783098:f849bf00c558
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Dec 05 08:56:54 2012 +0000

description:
Whitespace.
New sentence, new line.

diffstat:

 sbin/cgdconfig/cgdconfig.8 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 8c6fc58c9f9b -r f849bf00c558 sbin/cgdconfig/cgdconfig.8
--- a/sbin/cgdconfig/cgdconfig.8        Wed Dec 05 08:05:54 2012 +0000
+++ b/sbin/cgdconfig/cgdconfig.8        Wed Dec 05 08:56:54 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cgdconfig.8,v 1.32 2012/12/05 02:23:20 christos Exp $
+.\" $NetBSD: cgdconfig.8,v 1.33 2012/12/05 08:56:54 wiz Exp $
 .\"
 .\" Copyright (c) 2002, The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -178,7 +178,8 @@
 .It urandomkey
 The method simply reads
 .Pa /dev/urandom
-and uses the resulting bits as the key.  This is similar to the
+and uses the resulting bits as the key.
+This is similar to the
 .Pa randomkey
 method, but it guarantees that cgdconfig will not stall waiting for
 hard-random bits (useful when configuring a cgd for swap at boot time).
@@ -355,7 +356,7 @@
 .Pp
 To scrub data from a disk before setting up a cgd:
 .Bd -literal
-       # cgdconfig -s cgd0 /dev/sd0e aes-cbc 256 < /dev/urandom 
+       # cgdconfig -s cgd0 /dev/sd0e aes-cbc 256 < /dev/urandom
        # dd if=/dev/zero of=/dev/rcgd0d bs=32k progress=512
        # cgdconfig -u cgd0
 .Ed



Home | Main Index | Thread Index | Old Index