diff options
author | Werner Koch <[email protected]> | 2016-11-11 14:10:57 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-11-11 14:10:57 +0000 |
commit | 05775b52485a0d37033b26d696f36c622a4aa32e (patch) | |
tree | 6f9e9447c6cf7b1fbf825b98019a067b6a7b9161 /doc/gpgme.texi | |
parent | tests,python: Atomic directory creation (diff) | |
download | gpgme-05775b52485a0d37033b26d696f36c622a4aa32e.tar.gz gpgme-05775b52485a0d37033b26d696f36c622a4aa32e.zip |
doc: Fix regression in macro handling
--
The way macros are handled seem to have changed since 2008. Fix that:
Reported-by: [email protected]
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r-- | doc/gpgme.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index c790537d..ee5ba6d4 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -31,11 +31,11 @@ General Public License for more details. @end copying @c Macros used by the description of the UI server protocol -@macro clnt - @sc{c:} @c +@macro clnt{string} + @sc{c:} \string\ @end macro -@macro srvr - @sc{s:} @c +@macro srvr{string} + @sc{s:} \string\ @end macro |