diff options
Diffstat (limited to '')
-rw-r--r-- | doc/dirmngr.texi | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/dirmngr.texi b/doc/dirmngr.texi index 34450474c..e6264878a 100644 --- a/doc/dirmngr.texi +++ b/doc/dirmngr.texi @@ -469,7 +469,7 @@ dirmngr --daemon @end example Please ignore the output; it is not needed anymore. Check the log file -to see whether all trusted root certificates have benn loaded correctly. +to see whether all trusted root certificates have been loaded correctly. @c @@ -519,15 +519,8 @@ This prints some caching statistics to the log file. @section Examples -The way to start the dirmngr in the foreground (as done by tools if no -dirmngr is running in the background) is to use: - -@example - dirmngr --server -v -@end example - -If a dirmngr is supposed to be used as a system wide daemon, it should -be started like: +Dirmngr is supposed to be used as a system wide daemon, it should be +started like: @example dirmngr --daemon @@ -539,6 +532,14 @@ socket for client requests. It does also print information about the socket used but they are only for compatibilty reasons with old GnuPG versions and may be ignored. +For debugging purposes it is also possible to start Dirmngr in the +foreground: + +@example + dirmngr --server -v +@end example + + @c @c Assuan Protocol |