From c90fb4c40ec4fb78e4d1b2a40c9c5af36225603c Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 19 Feb 2008 04:49:11 +0000 Subject: man page macro and hyphen fixes Fix various unescaped hyphens, lines starting with . that shouldn't be macros, undefined strings, and misspelled macros in the man pages. Found via man --warnings on a current Debian unstable system. ticket: new component: krb5-doc Version_Reported: 1.6.3 Target_Version: 1.6.4 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20228 dc483132-0cff-0310-8789-dd5450dbe970 --- src/kadmin/cli/kadmin.M | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/kadmin/cli') diff --git a/src/kadmin/cli/kadmin.M b/src/kadmin/cli/kadmin.M index 7739bbbbe..76dee5c48 100644 --- a/src/kadmin/cli/kadmin.M +++ b/src/kadmin/cli/kadmin.M @@ -206,12 +206,12 @@ Specifying "ago" in a duration may result in unexpected behavior. creates the principal .IR newprinc , prompting twice for a password. If no policy is specified with the --policy option, and the policy named "default" exists, then that +\-policy option, and the policy named "default" exists, then that policy is assigned to the principal; note that the assignment of the policy "default" only occurs automatically when a principal is first created, so the policy "default" must already exist for the assignment to occur. This assignment of "default" can be suppressed with the --clearpolicy option. This command requires the +\-clearpolicy option. This command requires the .I add privilege. This command has the aliases .B addprinc @@ -411,7 +411,7 @@ Re-enter password for principal tlyu/admin@BLEEP.COM: Principal "tlyu/admin@BLEEP.COM" created. kadmin: -kadmin: addprinc -x dn=cn=mwm_user,o=org mwm_user +kadmin: addprinc \-x dn=cn=mwm_user,o=org mwm_user WARNING: no policy specified for "mwm_user@BLEEP.COM"; defaulting to no policy. Enter password for principal mwm_user@BLEEP.COM: @@ -639,7 +639,7 @@ sets the number of past keys kept for a principal. This option is not supported .nf .TP EXAMPLES: -kadmin: add_policy -maxlife "2 days" -minlength 5 guests +kadmin: add_policy \-maxlife "2 days" \-minlength 5 guests kadmin: .TP ERRORS: -- cgit