diff options
author | Ian Abbott <abbotti@mev.co.uk> | 2013-04-25 13:00:16 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2013-05-07 21:25:27 +0200 |
commit | 2c3fc4719b92d9e3ac32efd134a930e1cc126032 (patch) | |
tree | c6364a06e514d6ea741c60edecbe487414489b37 /doc/gpgsm.texi | |
parent | Fix potential heap corruption in "gpg -v --version". (diff) | |
download | gnupg2-2c3fc4719b92d9e3ac32efd134a930e1cc126032.tar.xz gnupg2-2c3fc4719b92d9e3ac32efd134a930e1cc126032.zip |
doc: fix some Texinfo warnings.
* doc/gpg.texi: Fix syntax and add missing menu entries.
* doc/gpgsm.texi: Fix subsectioning.
--
These five patches fix some warnings from Texinfo 5 by adding some
missing nodes and changing some sections to subsections, and moving an
'@end ifset' to the start of a line. I also noticed the 'Deprecated
options' subsection didn't appear in the GPG options menu, so I added
it. (Texinfo never warned about it because it was after the last node
in the menu.)
1) doc/gpg.texi: move '@end ifset' to start of line
2) doc/gpg.texi: Add missing node for 'Compliance options' section.
3) doc/gpg.texi: add node for 'Deprecated options' subsection.
4) doc/gpg.texi: make 'Unattended key generation' a subsection
5) doc/gpgsm.texi: fix subsectioning for Unattended Usage
(all 5 merged into one patch by wk)
(cherry picked from commit 4d67f59a336bfa0ff19fc23209940724196fd886)
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'doc/gpgsm.texi')
-rw-r--r-- | doc/gpgsm.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index 6a84391e3..f7cedaf95 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -916,8 +916,8 @@ but may also be used in the standard operation mode by using the * CSR and certificate creation:: CSR and certificate creation. @end menu -@node Automated signature checking,,,Unattended Usage -@section Automated signature checking +@node Automated signature checking +@subsection Automated signature checking It is very important to understand the semantics used with signature verification. Checking a signature is not as simple as it may sound and @@ -960,8 +960,8 @@ this is a missing certificate. @end table -@node CSR and certificate creation,,,Unattended Usage -@section CSR and certificate creation +@node CSR and certificate creation +@subsection CSR and certificate creation @ifclear gpgtwoone @strong{Please notice}: The immediate creation of certificates is only |