From 50cd3d40aec3b94cfddec94361ed1aafc999d61b Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 3 Jun 2014 08:58:20 +0200 Subject: [PATCH] doc: Minor texi updates. -- --- doc/gpg.texi | 4 ++-- 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