From 60457d8a2536799592f0bf8b86e6c8c9956f28d9 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 29 Oct 2012 19:03:00 -0400 Subject: manual: delete nested @cartouche Putting @cartouche inside of @smallexample does not work with HTML output as the former produces a while the latter produces a
.  You
cannot nest a 
in a
 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 
---
 manual/message.texi | 2 --
 1 file changed, 2 deletions(-)

(limited to 'manual')

diff --git a/manual/message.texi b/manual/message.texi
index f65123c9f8..6f51918673 100644
--- a/manual/message.texi
+++ b/manual/message.texi
@@ -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
-- 
cgit 1.4.1