manual: delete nested @cartouche
authorMike Frysinger <vapier@gentoo.org>
Mon, 29 Oct 2012 23:03:00 +0000 (19:03 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 29 Oct 2012 23:54:47 +0000 (19:54 -0400)
Putting @cartouche inside of @smallexample does not work with HTML output
as the former produces a <table> while the latter produces a <pre>.  You
cannot nest a <table> in a <pre> as the contents are no longer formatted.

Since it's entirely unnecessary, and none of the other examples do this,
just drop the cartouche.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
ChangeLog
manual/message.texi

index d2c7cc7..664543d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-10-29  Mike Frysinger  <vapier@gentoo.org>
+
+       * manual/message.texi: Delete @cartouche tags.
+
 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
 
        * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
index f65123c..6f51918 100644 (file)
@@ -699,7 +699,6 @@ Now we can start building the program (assume the message catalog source
 file is named @file{hello.msg} and the program source file @file{hello.c}):
 
 @smallexample
-@cartouche
 % gencat -H msgnrs.h -o hello.cat hello.msg
 % cat msgnrs.h
 #define MainSet 0x1     /* hello.msg:4 */
@@ -711,7 +710,6 @@ de
 % ./hello
 Hallo, Welt!
 %
-@end cartouche
 @end smallexample
 
 The call of the @code{gencat} program creates the missing header file