diff options
author | Werner Koch <wk@gnupg.org> | 2004-06-28 09:42:33 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-06-28 09:42:33 +0200 |
commit | 6e4f619b3c23a4bc206314a7239eba773a8ff91e (patch) | |
tree | b0e88da40461c8ca1eb61f50d7fecaa983dd16ae /doc | |
parent | (log_set_file): Do not close an old logstream if it (diff) | |
download | gnupg2-6e4f619b3c23a4bc206314a7239eba773a8ff91e.tar.xz gnupg2-6e4f619b3c23a4bc206314a7239eba773a8ff91e.zip |
Added some doc stuff
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/debugging.texi | 15 | ||||
-rw-r--r-- | doc/gnupg.texi | 3 |
4 files changed, 22 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index bcc288125..1760695be 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-06-22 Werner Koch <wk@g10code.com> + + * glossary.texi: New. + 2004-06-18 Werner Koch <wk@gnupg.org> * debugging.texi: New. diff --git a/doc/Makefile.am b/doc/Makefile.am index d1d72e834..9dc917de4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -22,7 +22,7 @@ info_TEXINFOS = gnupg.texi gnupg_TEXINFOS = \ gpgsm.texi gpg-agent.texi scdaemon.texi assuan.texi\ - debugging.texi contrib.texi gpl.texi fdl.texi + debugging.texi glossary.texi contrib.texi gpl.texi fdl.texi DISTCLEANFILES = gnupg.tmp gnupg.ops diff --git a/doc/debugging.texi b/doc/debugging.texi index e5e3e43fd..9406ba567 100644 --- a/doc/debugging.texi +++ b/doc/debugging.texi @@ -17,7 +17,7 @@ solve the problem at hand. @menu * Debugging Tools:: Description of some useful tools - +* Common Problems:: Commonly seen problems. @end menu @@ -80,3 +80,16 @@ in a standard way and directly available from @command{gpgsm}. +@node Common Problems +@section Commonly Seen Problems + + +@itemize @bullet +@item Error code @samp{Not supported} from Dirmngr + + Most likely the option @option{enable-ocsp} is active for gpgsm + but Dirmngr's OCSP feature has not been enabled using + @option{allow-ocsp} in @file{dirmngr.conf}. + +@end itemize + diff --git a/doc/gnupg.texi b/doc/gnupg.texi index 58c995b38..0beb97e69 100644 --- a/doc/gnupg.texi +++ b/doc/gnupg.texi @@ -134,6 +134,7 @@ Miscellaneous Indices +* Glossary:: Short descrition of used terms. * Option Index:: Index to command line options. * Index:: Index of concepts and symbol names. @end menu @@ -155,6 +156,8 @@ Indices @c Indexes @c --------------------------------------------------------------------- +@include glossary.texi + @node Option Index @unnumbered Option Index |