Update description of -k and -e flags
authorPaul Park <pjpark@mit.edu>
Mon, 21 Aug 1995 21:15:27 +0000 (21:15 +0000)
committerPaul Park <pjpark@mit.edu>
Mon, 21 Aug 1995 21:15:27 +0000 (21:15 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6558 dc483132-0cff-0310-8789-dd5450dbe970

src/admin/stash/ChangeLog
src/admin/stash/kdb5_stash.M

index f06310e3e4c6d4c6c3f47a51861880261ac1456d..0d578c460a974133f2e64b11bbb88308bedd8873 100644 (file)
@@ -1,4 +1,8 @@
 
+Mon Aug 21 16:48:01 EDT 1995   Paul Park       (pjpark@mit.edu)
+       * kdb5_stash.M - Remove "ascii representation of a decimal number".
+
+
 Mon Jul 31 15:49:17 EDT 1995   Paul Park       (pjpark@mit.edu)
        * kdb5_stash.c - Use kadm string conversion routines.
 
index 06d02cc812b33fd9be9e21ea94a8bfcd031946c5..25758ed8f7c051b615339319ad954bdd72775246 100644 (file)
@@ -71,8 +71,8 @@ stored; by default the database is in DEFAULT_DBM_FILE (normally
 The
 .B \-k
 .I keytype
-option specifies the key type (as an ascii representation of a decimal
-number) of the master key in the database; the default is KEYTYPE_DES.
+option specifies the key type of the master key in the database; the default
+is KEYTYPE_DES.
 .PP
 The
 .B \-M
@@ -83,9 +83,8 @@ the default is KRB5_KDB_M_NAME (usually "K/M" in the KDC's realm).
 The
 .B \-e
 .I enctype
-option specifies the encryption type (as an ascii representation of a decimal
-number) used for entries in the database; the default is the default
-encryption type for the master keytype.
+option specifies the encryption type used for entries in the database; the
+default is the default encryption type for the master keytype.
 .PP
 The
 .B \-f