From 2baba11fad6dd680a992260d161dffa1eeae0e42 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 9 Jan 2017 08:54:45 +0100 Subject: [PATCH] doc: Update man page for watchgnupg -- Signed-off-by: Werner Koch --- doc/tools.texi | 43 +++++++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 18 deletions(-) diff --git a/doc/tools.texi b/doc/tools.texi index d321b699a..f0e6fe70c 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -54,13 +54,14 @@ other utilities. This tool is not available for Windows. @command{watchgnupg} is commonly invoked as @example -watchgnupg --force ~/.gnupg/S.log +watchgnupg --force $(gpgconf --list-dirs socketdir)/S.log @end example @manpause @noindent -This starts it on the current terminal for listening on the socket -@file{~/.gnupg/S.log}. +This starts it on the current terminal for listening on the standard +logging socket (which is either @file{~/.gnupg/S.log} or +@file{/var/run/user/UID/gnupg/S.log}). @mansect options @noindent @@ -77,6 +78,10 @@ Delete an already existing socket file. Instead of reading from a local socket, listen for connects on TCP port @var{n}. +@item --time-only +@opindex time-only +Do not print the date part of the timestamp. + @item --verbose @opindex verbose Enable extra informational output. @@ -96,21 +101,22 @@ Display a brief help page and exit. @chapheading Examples @example -$ watchgnupg --force /home/foo/.gnupg/S.log +$ watchgnupg --force --time-only $(gpgconf --list-dirs socketdir)/S.log @end example This waits for connections on the local socket -@file{/home/foo/.gnupg/S.log} and shows all log entries. To make this -work the option @option{log-file} needs to be used with all modules -which logs are to be shown. The value for that option must be given -with a special prefix (e.g. in the conf files): +(e.g. @file{/home/foo/.gnupg/S.log}) and shows all log entries. To +make this work the option @option{log-file} needs to be used with all +modules which logs are to be shown. The suggested entry for the +configuration files is: @example -log-file socket:///home/foo/.gnupg/S.log +log-file socket:// @end example -If only @code{socket://} is used a default socket file named -@file{S.log} in the standard socket directory is used. +If the default socket as given above and returned by "echo $(gpgconf +--list-dirs socketdir)/S.log" is not desired an arbitrary socket name +can be specified, for example @file{socket:///home/foo/bar/mysocket}. For debugging purposes it is also possible to do remote logging. Take care if you use this feature because the information is send in the clear over the network. Use this syntax in the conf files: @@ -119,13 +125,14 @@ clear over the network. Use this syntax in the conf files: log-file tcp://192.168.1.1:4711 @end example -You may use any port and not just 4711 as shown above; only IP addresses -are supported (v4 and v6) and no host names. You need to start -@command{watchgnupg} with the @option{tcp} option. Note that under -Windows the registry entry @var{HKCU\Software\GNU\GnuPG:DefaultLogFile} -can be used to change the default log output from @code{stderr} to -whatever is given by that entry. However the only useful entry is a TCP -name for remote debugging. +You may use any port and not just 4711 as shown above; only IP +addresses are supported (v4 and v6) and no host names. You need to +start @command{watchgnupg} with the @option{tcp} option. Note that +under Windows the registry entry +@var{HKCU\Software\GNU\GnuPG:DefaultLogFile} can be used to change the +default log output from @code{stderr} to whatever is given by that +entry. However the only useful entry is a TCP name for remote +debugging. @mansect see also