Skip to content

Commit

Permalink
manual: delete nested @Cartouche
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
vapier committed Oct 29, 2012
1 parent 48b76e2 commit 60457d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-10-29 Mike Frysinger <[email protected]>

* manual/message.texi: Delete @cartouche tags.

2012-10-29 Pino Toscano <[email protected]>

* sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
Expand Down
2 changes: 0 additions & 2 deletions manual/message.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -711,7 +710,6 @@ de
% ./hello
Hallo, Welt!
%
@end cartouche
@end smallexample

The call of the @code{gencat} program creates the missing header file
Expand Down

0 comments on commit 60457d8

Please sign in to comment.