[git] GPG-ERROR - branch, master, updated. libgpg-error-1.23-6-g1a53a0a

by Werner Koch cvs at cvs.gnupg.org
Sat Jul 2 16:35:58 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  1a53a0ac4cc241a5c6d360d6259dd04afc09264c (commit)
      from  467ccbb6062439eda9dce7cd991934d1a5491713 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1a53a0ac4cc241a5c6d360d6259dd04afc09264c
Author: Werner Koch <wk at gnupg.org>
Date:   Sat Jul 2 16:33:50 2016 +0200

    yat2m: Fix table formatting.
    
    * doc/yat2m.c (proc_texi_cmd): Use .TQ for @itemx.  Print a .P at the
    end of a level 0 table.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/doc/yat2m.c b/doc/yat2m.c
index 7599081..9b76f19 100644
--- a/doc/yat2m.c
+++ b/doc/yat2m.c
@@ -746,7 +746,7 @@ proc_texi_cmd (FILE *fp, const char *command, const char *rest, size_t len,
     { "subsection", 6, "\n.SS " },
     { "chapheading", 0},
     { "item",    2, ".TP\n.B " },
-    { "itemx",   2, ".TP\n.B " },
+    { "itemx",   2, ".TQ\n.B " },
     { "table",   3 },
     { "itemize",   3 },
     { "bullet",  0, "* " },
@@ -793,6 +793,8 @@ proc_texi_cmd (FILE *fp, const char *command, const char *rest, size_t len,
             {
               if ((*table_level)-- > 1)
                 fputs (".RE\n", fp);
+              else
+                fputs (".P\n", fp);
             }
           else if (n >= 7 && !memcmp (s, "example", 7)
               && (!n || s[7] == ' ' || s[7] == '\t' || s[7] == '\n'))

-----------------------------------------------------------------------

Summary of changes:
 doc/yat2m.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list