diff options
author | Werner Koch <[email protected]> | 2013-04-30 16:05:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-04-30 16:05:04 +0000 |
commit | 0ff0aa3fc8440420247fe4cff30c3ac9be1b2f7d (patch) | |
tree | ce0d3974c490399c83d7b8660dd429e7d9742be7 | |
parent | Fix for i686-w64-mingw32. (diff) | |
download | gpgme-0ff0aa3fc8440420247fe4cff30c3ac9be1b2f7d.tar.gz gpgme-0ff0aa3fc8440420247fe4cff30c3ac9be1b2f7d.zip |
Syntax fix for gpgme.texi.
--
This fixes commit 12374cbecede047accd2d2267bba5927037ed16c.
-rw-r--r-- | doc/gpgme.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 8eeaafcf..b47d4383 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -5816,7 +5816,7 @@ if this is not possible, by calling the function @code{gpgme_set_global_flag}. The value is the trace level and an optional file name. -@noindenr +@noindent For example @smallexample GPGME_DEBUG=9:/home/user/mygpgme.log |