From b163dc0f033f82d9ba36da08148cbf45ba21c2ef Mon Sep 17 00:00:00 2001 From: Paul Park Date: Mon, 21 Aug 1995 21:15:27 +0000 Subject: Update description of -k and -e flags git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6558 dc483132-0cff-0310-8789-dd5450dbe970 --- src/admin/stash/ChangeLog | 4 ++++ src/admin/stash/kdb5_stash.M | 9 ++++----- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/admin/stash/ChangeLog b/src/admin/stash/ChangeLog index f06310e3e..0d578c460 100644 --- a/src/admin/stash/ChangeLog +++ b/src/admin/stash/ChangeLog @@ -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. diff --git a/src/admin/stash/kdb5_stash.M b/src/admin/stash/kdb5_stash.M index 06d02cc81..25758ed8f 100644 --- a/src/admin/stash/kdb5_stash.M +++ b/src/admin/stash/kdb5_stash.M @@ -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 -- cgit