Merge pull request #35 from ktdreyer/texinfo51

texinfo 5.1 fixes
This commit is contained in:
Love Hörnquist Åstrand
2013-08-13 00:47:31 -07:00
2 changed files with 18 additions and 0 deletions

View File

@@ -34,9 +34,18 @@
@subtitle 2008 @subtitle 2008
@author Love Hörnquist Åstrand @author Love Hörnquist Åstrand
@iftex
@def@copynext{@vskip 20pt plus 1fil} @def@copynext{@vskip 20pt plus 1fil}
@def@copyrightstart{} @def@copyrightstart{}
@def@copyrightend{} @def@copyrightend{}
@end iftex
@macro copynext
@end macro
@macro copyrightstart
@end macro
@macro copyrightend
@end macro
@page @page
@copyrightstart @copyrightstart
Copyright (c) 1994-2008 Kungliga Tekniska Högskolan Copyright (c) 1994-2008 Kungliga Tekniska Högskolan
@@ -183,6 +192,13 @@ This manual is for version @value{VERSION} of hx509.
* CMS signing and encryption:: * CMS signing and encryption::
* Certificate matching:: * Certificate matching::
* Software PKCS 11 module:: * Software PKCS 11 module::
* Creating a CA certificate::
* Issuing certificates::
* Issuing CRLs::
* Application requirements::
* CMS background::
* Matching syntax::
* How to use the PKCS11 module::
@detailmenu @detailmenu
--- The Detailed Node Listing --- --- The Detailed Node Listing ---

View File

@@ -43,9 +43,11 @@ services can authenticate each other.
@ifhtml @ifhtml
@macro sub{arg} @macro sub{arg}
@html @html
<sub>\arg\</sub> <sub>\arg\</sub>
@end html @end html
@end macro @end macro
@end ifhtml @end ifhtml