Skip Menu |
 

Subject: texinfo variable fixes, info dir entries
Hello folks,

The attached patch adds dir entries to the texinfo documentation so that
one can easily install the resulting info pages properly. While working
on this, I also found a couple of typo'd variables in the texinfo
documentation, which this patch also fixes.

BTW, I recommend updating texinfo.tex to the latest version from
ftp.gnu.org as well. The version in the doc tree is antediluvian, and
the documentation builds fine with the current version. (You may also
want to add --no-split to the makeinfo --html rules, if you want to
preserve the current single-page HTML files.)
Download krb5.diff
text/x-patch 2.5KiB
Index: krb5/doc/admin.texinfo
===================================================================
--- krb5/doc/admin.texinfo (revision 1812)
+++ krb5/doc/admin.texinfo (working copy)
@@ -14,6 +14,11 @@
@parskip 6pt plus 6pt
@end iftex

+@dircategory Kerberos
+@direntry
+* krb5-admin: (krb5-admin). Kerberos V5 Administrator's Guide
+@end direntry
+
@include definitions.texinfo
@set EDITION 1.0
@set UPDATED June 16, 2000
@@ -2443,7 +2448,7 @@
@b{Re-enter password for principal krbtgt/@value{PRIMARYREALM}@@@value{SECONDREALM}:}
@b{kadmin:} add_princ -requires_preauth krbtgt/@value{SECONDREALM}@@@value{PRIMARYREALM}
@b{Enter password for principal krbtgt/@value{SECONDREALM}@@@value{PRIMARYREALM}:}
-@b{Enter password for principal krbtgt/@value{SECONDREALM}@@@value{PRIMARYREALML}:}
+@b{Enter password for principal krbtgt/@value{SECONDREALM}@@@value{PRIMARYREALM}:}
@b{kadmin:}
@end group
@end smallexample
Index: krb5/doc/install.texinfo
===================================================================
--- krb5/doc/install.texinfo (revision 1812)
+++ krb5/doc/install.texinfo (working copy)
@@ -15,6 +15,11 @@
@parskip 6pt plus 6pt
@end iftex

+@dircategory Kerberos
+@direntry
+* krb5-install: (krb5-install). Kerberos V5 Installation Guide
+@end direntry
+
@include definitions.texinfo
@set EDITION 1.1

Index: krb5/doc/user-guide.texinfo
===================================================================
--- krb5/doc/user-guide.texinfo (revision 1812)
+++ krb5/doc/user-guide.texinfo (working copy)
@@ -13,6 +13,11 @@
@parskip 6pt plus 6pt
@end iftex

+@dircategory Kerberos
+@direntry
+* krb5-user: (krb5-user). Kerberos V5 UNIX User's Guide
+@end direntry
+
@include definitions.texinfo
@set EDITION 1.0

@@ -932,7 +937,7 @@
[ Kerberos V5 accepts you as ``@value{RANDOMUSER1}@@@value{PRIMARYDOMAIN}'' ]
[ Kerberos V5 accepted forwarded credentials ]
What you type is protected by encryption.
-Last login: Tue Jul 30 18:47:44 from @value{RANDOMHOST}.@value{SECONDDOMAIN}
+Last login: Tue Jul 30 18:47:44 from @value{RANDOMHOST1}.@value{SECONDDOMAIN}
Athena Server (sun4) Version 9.1.11 Tue Jul 30 14:40:08 EDT 2002

shell%}
Index: krb5/doc/krb425.texinfo
===================================================================
--- krb5/doc/krb425.texinfo (revision 1812)
+++ krb5/doc/krb425.texinfo (working copy)
@@ -15,6 +15,11 @@
@parskip 6pt plus 6pt
@end iftex

+@dircategory Kerberos
+@direntry
+* krb425: (krb425). Upgrading to Kerberos V5 from V4
+@end direntry
+
@include definitions.texinfo
@set EDITION 1.0
@set UPDATED May 22, 2003
From: Russ Allbery <rra@stanford.edu>
Subject: CVS Commit
Add dircategory and direntry lines to the texinfo source for better info
documentation. Fix a few typos in variable names.

Commit By: rra



Revision: 18111
Changed Files:
U trunk/doc/admin.texinfo
U trunk/doc/install.texinfo
U trunk/doc/krb425.texinfo
U trunk/doc/user-guide.texinfo