diff options
author | Russ Allbery <rra@stanford.edu> | 2008-02-19 04:49:11 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-02-19 04:49:11 +0000 |
commit | c90fb4c40ec4fb78e4d1b2a40c9c5af36225603c (patch) | |
tree | 8131f1da15b85b1a20987a8056c2273634e84153 /src/slave | |
parent | 010a7773a51edec7dc977340aec4bb92b0f9a721 (diff) | |
download | krb5-c90fb4c40ec4fb78e4d1b2a40c9c5af36225603c.tar.gz krb5-c90fb4c40ec4fb78e4d1b2a40c9c5af36225603c.tar.xz krb5-c90fb4c40ec4fb78e4d1b2a40c9c5af36225603c.zip |
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
Diffstat (limited to 'src/slave')
-rw-r--r-- | src/slave/kpropd.M | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slave/kpropd.M b/src/slave/kpropd.M index 1d53b101b1..41791f263f 100644 --- a/src/slave/kpropd.M +++ b/src/slave/kpropd.M @@ -122,7 +122,7 @@ mode. .TP .B \-a allows the user to specify the path to the -.KR kpropd.acl +kpropd.acl file; by default the path used is KPROPD_ACL_FILE (normally /usr/local/var/krb5kdc/kpropd.acl). .SH FILES |