summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Park <pjpark@mit.edu>1995-08-21 21:15:27 +0000
committerPaul Park <pjpark@mit.edu>1995-08-21 21:15:27 +0000
commitb163dc0f033f82d9ba36da08148cbf45ba21c2ef (patch)
tree0396d1237267aa1e75d6481e1b48d6c5a0ef9ec6 /src
parent4c4732e8424fee786e98f9e0151db8a88f9beb51 (diff)
downloadkrb5-b163dc0f033f82d9ba36da08148cbf45ba21c2ef.tar.gz
krb5-b163dc0f033f82d9ba36da08148cbf45ba21c2ef.tar.xz
krb5-b163dc0f033f82d9ba36da08148cbf45ba21c2ef.zip
Update description of -k and -e flags
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6558 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/admin/stash/ChangeLog4
-rw-r--r--src/admin/stash/kdb5_stash.M9
2 files changed, 8 insertions, 5 deletions
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