Module Name: src
Committed By: wiz
Date: Wed Dec 5 08:56:55 UTC 2012
Modified Files:
src/sbin/cgdconfig: cgdconfig.8
Log Message:
Whitespace.
New sentence, new line.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sbin/cgdconfig/cgdconfig.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/cgdconfig/cgdconfig.8
diff -u src/sbin/cgdconfig/cgdconfig.8:1.32 src/sbin/cgdconfig/cgdconfig.8:1.33
--- src/sbin/cgdconfig/cgdconfig.8:1.32 Wed Dec 5 02:23:20 2012
+++ src/sbin/cgdconfig/cgdconfig.8 Wed Dec 5 08:56:54 2012
@@ -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 @@ a disk volume with meaningless data prio
.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 @@ sequence of commands that is recommended
.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