Source-Changes-HG archive

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

[src/trunk]: src/sbin/cgdconfig channelling wiz



details:   https://anonhg.NetBSD.org/src/rev/4e2e88e7c600
branches:  trunk
changeset: 537715:4e2e88e7c600
user:      dan <dan%NetBSD.org@localhost>
date:      Fri Oct 04 23:47:03 2002 +0000

description:
channelling wiz

diffstat:

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

diffs (28 lines):

diff -r 11386ca850f5 -r 4e2e88e7c600 sbin/cgdconfig/cgdconfig.8
--- a/sbin/cgdconfig/cgdconfig.8        Fri Oct 04 23:04:53 2002 +0000
+++ b/sbin/cgdconfig/cgdconfig.8        Fri Oct 04 23:47:03 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cgdconfig.8,v 1.1 2002/10/04 18:37:19 elric Exp $
+.\" $NetBSD: cgdconfig.8,v 1.2 2002/10/04 23:47:03 dan Exp $
 .\"
 .\" Copyright (c) 2002, The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -88,8 +88,7 @@
 Specify the configuration file explicitly, rather than defaulting to
 .Pa /etc/cgd/cgd.conf .
 .It Fl g
-Generate a paramsfile, stored as
-.Pa paramsfile .
+Generate a paramsfile (to stdout).
 .It Fl i Ar ivmeth
 Specify the IV method.
 .It Fl k Ar kgmeth
@@ -204,7 +203,7 @@
 To set up and configure a cgd that uses AES with a 192 bit key
 in CBC mode with the IV Method "encblkno" (encrypted block number):
 .Bd -literal
-       # cgdconfig -g /etc/cgd/wd0e aes-cbc 192
+       # cgdconfig -g -o /etc/cgd/wd0e aes-cbc 192
        # cgdconfig cgd0 /dev/wd0e
        /dev/wd0e's passphrase:
 .Ed



Home | Main Index | Thread Index | Old Index