From 05775b52485a0d37033b26d696f36c622a4aa32e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 11 Nov 2016 15:10:57 +0100 Subject: doc: Fix regression in macro handling -- The way macros are handled seem to have changed since 2008. Fix that: Reported-by: dkg@fifthhorseman.net Signed-off-by: Werner Koch --- doc/gpgme.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/gpgme.texi') 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 -- cgit v1.2.3