diff options
author | Werner Koch <wk@gnupg.org> | 2004-09-30 10:38:32 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-09-30 10:38:32 +0200 |
commit | 5fe61f65dda1200e2b5e97bf75938ea30b776972 (patch) | |
tree | e8991dc9473ab15587200ba7f2303998fc65c6ad /doc/tools.texi | |
parent | spelling fix (diff) | |
download | gnupg2-5fe61f65dda1200e2b5e97bf75938ea30b776972.tar.xz gnupg2-5fe61f65dda1200e2b5e97bf75938ea30b776972.zip |
* gpg.texi: New.
* gnupg.texi: Include gpg.texi
* tools.texi: Add a few @command markups.
* gpgsm.texi: Ditto
* gpg-agent.texi: Ditto.
* scdaemon.texi: Ditto.
Diffstat (limited to '')
-rw-r--r-- | doc/tools.texi | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/doc/tools.texi b/doc/tools.texi index 72707639c..79ae85d90 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -13,18 +13,20 @@ GnuPG comes with a couple of smaller tools: * gpgconf:: Modify .gnupg home directories. @end menu - +@c +@c WATHCGNUPG +@c @node watchgnupg @section Read logs from a socket Most of the main utilities are able to write there log files to a -Unix Domain socket if configured that way. watchgnupg is a simple +Unix Domain socket if configured that way. @command{watchgnupg} is a simple listener for such a socket. It ameliorates the output with a time stamp and makes sure that long lines are not interspersed with log output from other utilities. @noindent -watchgnupg is commonly invoked as +@command{watchgnupg} is commonly invoked as @samp{watchgnupg --force ~/.gnupg/S.log} @@ -33,7 +35,7 @@ This starts it on the current terminal for listening on the socket @file{~/.gnupg/S.log}. @noindent -watchgnupg understands these options: +@command{watchgnupg} understands these options: @table @gnupgtabopt @@ -56,7 +58,9 @@ Display a brief help page and exit @end table - +@c +@c ADDGNUPGHOME +@c @node addgnupghome @section Create .gnupg home directories. @@ -69,11 +73,14 @@ directories of the accounts given on the command line. It takes care not to overwrite existing GnuPG home directories. @noindent -addgnupghome is invoked by root as: +@command{addgnupghome} is invoked by root as: @samp{addgnupghome account1 account2 ... accountn} +@c +@c GPGCONF +@c @node gpgconf @section Modify .gnupg home directories. |