krb5 commit [krb5-1.12]: Update man pages

Tom Yu tlyu at MIT.EDU
Wed Nov 27 16:18:57 EST 2013


https://github.com/krb5/krb5/commit/d12bc3b05c285299d313ae527760d76b5ff6b1f6
commit d12bc3b05c285299d313ae527760d76b5ff6b1f6
Author: Tom Yu <tlyu at mit.edu>
Date:   Wed Nov 27 15:54:27 2013 -0500

    Update man pages

 src/man/kadm5.acl.man |    7 ++++---
 src/man/kdb5_util.man |    2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/man/kadm5.acl.man b/src/man/kadm5.acl.man
index 179729d..ae2cdd2 100644
--- a/src/man/kadm5.acl.man
+++ b/src/man/kadm5.acl.man
@@ -147,7 +147,8 @@ Each component of the name may be wildcarded using the \fB*\fP
 character.
 .sp
 \fItarget_principal\fP can also include back\-references to \fIprincipal\fP,
-in which \fB*number\fP matches the component number in \fIprincipal\fP.
+in which \fB*number\fP matches the corresponding wildcard in
+\fIprincipal\fP.
 .TP
 .B \fIrestrictions\fP
 (Optional) A string of flags. Allowed restrictions are:
@@ -212,8 +213,8 @@ instance \fBroot\fP (matches line 3).
 .sp
 (line 4) Any \fBroot\fP principal in \fBATHENA.MIT.EDU\fP can inquire, list,
 or change the password of their null instance, but not any other
-null instance.  (Here, "*1" denotes a back\-reference to the first
-component of the actor principal.)
+null instance.  (Here, \fB*1\fP denotes a back\-reference to the
+component matching the first wildcard in the actor principal.)
 .sp
 (line 5) Any principal in the realm \fBATHENA.MIT.EDU\fP (except for
 \fBjoeadmin at ATHENA.MIT.EDU\fP, as mentioned above) has inquire
diff --git a/src/man/kdb5_util.man b/src/man/kdb5_util.man
index 633e9a5..fda46ff 100644
--- a/src/man/kdb5_util.man
+++ b/src/man/kdb5_util.man
@@ -138,7 +138,7 @@ argument can be used to override the \fIkeyfile\fP specified in
 .sp
 Dumps the current Kerberos and KADM5 database into an ASCII file.  By
 default, the database is dumped in current format, "kdb5_util
-load_dump version 6".  If filename is not specified, or is the string
+load_dump version 7".  If filename is not specified, or is the string
 "\-", the dump is sent to standard output.  Options:
 .INDENT 0.0
 .TP


More information about the cvs-krb5 mailing list