diff options
author | Werner Koch <wk@gnupg.org> | 2014-06-03 08:58:20 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-06-03 08:58:20 +0200 |
commit | 50cd3d40aec3b94cfddec94361ed1aafc999d61b (patch) | |
tree | c2e4132ebdf52a2be1538af94acb19420f6b35f0 /doc | |
parent | gpg: Avoid NULL-deref in default key listing. (diff) | |
download | gnupg2-50cd3d40aec3b94cfddec94361ed1aafc999d61b.tar.xz gnupg2-50cd3d40aec3b94cfddec94361ed1aafc999d61b.zip |
doc: Minor texi updates.
--
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 4 | ||||
-rw-r--r-- | doc/tools.texi | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index bc12cbccc..9463bb5eb 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1503,8 +1503,8 @@ mechanisms, in the order they are to be tried: required if @code{local} is also used. @item clear - Clear all defined mechanisms. This is usefule to override - mechanisms fiven in a config file. + Clear all defined mechanisms. This is useful to override + mechanisms given in a config file. @end table diff --git a/doc/tools.texi b/doc/tools.texi index 2a1d38f3e..32ab1e4f8 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -305,6 +305,7 @@ Reload all or the given component. This is basically the same as sending a SIGHUP to the component. Components which don't support reloading are ignored. +@ifset gpgtwoone @item --launch [@var{component}] @opindex launch If the @var{component} is not already running, start it. @@ -319,6 +320,7 @@ Kill the given component. Components which support killing are gpg-agent and scdaemon. Components which don't support reloading are ignored. Note that as of now reload and kill have the same effect for scdaemon. +@end ifset @end table |