[PATCH 1/5] doc/gpg.texi: move '@end ifset' to start of line
Ian Abbott
abbotti at mev.co.uk
Thu Apr 25 13:00:12 CEST 2013
Fix Texinfo warning: @end ifset should only appear at a line beginning.
---
doc/gpg.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/gpg.texi b/doc/gpg.texi
index cec4581..3b34185 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -2990,9 +2990,9 @@ Operation is further controlled by a few environment variables:
@item GPG_AGENT_INFO
Used to locate the gpg-agent.
- @ifset gpgone
+ at ifset gpgone
This is only honored when @option{--use-agent} is set.
- @end ifset
+ at end ifset
The value consists of 3 colon delimited fields: The first is the path
to the Unix Domain Socket, the second the PID of the gpg-agent and the
protocol version which should be set to 1. When starting the gpg-agent
--
1.8.1.5
More information about the Gnupg-devel
mailing list