This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-546-g60457d8


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 "GNU C Library master sources".

The branch, master has been updated
       via  60457d8a2536799592f0bf8b86e6c8c9956f28d9 (commit)
      from  48b76e2d045df12778dc0fb0b1e8f4e413a9373f (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 -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=60457d8a2536799592f0bf8b86e6c8c9956f28d9

commit 60457d8a2536799592f0bf8b86e6c8c9956f28d9
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Mon Oct 29 19:03:00 2012 -0400

    manual: delete nested @cartouche
    
    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>

diff --git a/ChangeLog b/ChangeLog
index d2c7cc7..664543d 100644
--- 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
diff --git a/manual/message.texi b/manual/message.texi
index f65123c..6f51918 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

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

Summary of changes:
 ChangeLog           |    4 ++++
 manual/message.texi |    2 --
 2 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]