Change name of admin instance in manpage
authorPaul Park <pjpark@mit.edu>
Mon, 15 May 1995 14:58:28 +0000 (14:58 +0000)
committerPaul Park <pjpark@mit.edu>
Mon, 15 May 1995 14:58:28 +0000 (14:58 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5815 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/v5client/ChangeLog
src/kadmin/v5client/kadmin5.M

index 4285e5970de63fc66a161f45a01515fdb0db361f..667a3ce9266f7eac23a813af1bbdb1dcaa72bbbc 100644 (file)
@@ -1,4 +1,8 @@
 
+Mon May 15 10:57:17 EDT 1995   Paul Park       (pjpark@mit.edu)
+       * kadmin5.M     - Change default principal name for kadmin5.
+
+
 Fri May 12 16:04:01 EDT 1995   Paul Park       (pjpark@mit.edu)
        * configure.in  - Check for regex.h.
        * kadmin5.c     - Use regex.h only if present.  Correctly calculate
index f925652060e787c63e671d0ffd09453ef0f77e8a..8443c67292927e58fb0a11ebb77325f662e5c5fd 100644 (file)
@@ -45,14 +45,16 @@ specifies the default realm.
 .B principal
 specifies a principal name to use instead of the default 
 .I user
-.B /kadmind5@realm.
+.B /kadmin5@realm.
 .IP \-m
 specifies that multiple operations will be permitted for only one entry of the
 administrative principal's password.
 
 .SH DESCRIPTION
 This utility provides a network administration interface to the Kerberos
-master database.  Kerberos administrators use kadmin5 to register new
+master database.  Kerberos administrators use
+.I kadmin5
+to register new
 users and services with the master database; to remove old users and services
 from the master database; to modify information about existing database
 entries; and to create service key tables from entries in the database.
@@ -71,7 +73,7 @@ Principals who may perform administrative operations are controlled by the
 .I kadmind5
 access control list.  The default administrative principal is
 .I user
-.B /kadmind5@realm.
+.B /kadmin5@realm.
 .PP
 One command may be specified on the command line, or if no command is provided,
 an interactive command loop is entered for the administrator to enter commands.