diff options
author | Ineiev <[email protected]> | 2016-03-04 14:45:19 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2016-09-20 07:15:19 +0000 |
commit | 8078d8246fa38c3e478fc9a542117468780ace00 (patch) | |
tree | ecb6c27656854230082f68832d051640d0fb8e5a /doc/debugging.texi | |
parent | doc: Add a few extra coding standard notes. (diff) | |
download | gnupg-8078d8246fa38c3e478fc9a542117468780ace00.tar.gz gnupg-8078d8246fa38c3e478fc9a542117468780ace00.zip |
doc: Do not end section names with "."
Diffstat (limited to 'doc/debugging.texi')
-rw-r--r-- | doc/debugging.texi | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/debugging.texi b/doc/debugging.texi index e19c5774f..7fde49a4c 100644 --- a/doc/debugging.texi +++ b/doc/debugging.texi @@ -86,7 +86,7 @@ should not occur but sometimes things go wrong), run it using @node Debugging Hints -@section Various hints on debugging. +@section Various hints on debugging @itemize @bullet @@ -258,7 +258,7 @@ can't do anything about it without actually downloading the keys. @c *** Architecture Details ***************** @c ******************************************** @node Architecture Details -@section How the whole thing works internally. +@section How the whole thing works internally @menu @@ -266,9 +266,8 @@ can't do anything about it without actually downloading the keys. * GnuPG-1 and GnuPG-2:: Relationship between GnuPG 1.4 and 2.x. @end menu - @node Component interaction -@subsection How the components work together. +@subsection How the components work together @float Figure,fig:moduleoverview @@ -278,7 +277,7 @@ can't do anything about it without actually downloading the keys. @node GnuPG-1 and GnuPG-2 -@subsection Relationship between GnuPG 1.4 and 2.x. +@subsection Relationship between GnuPG 1.4 and 2.x Here is a little picture showing how the different GnuPG versions make use of a smartcard: |