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.17-272-g582a3cf


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  582a3cff1385a493d2759ac1ff9c3e8d6d57bb74 (commit)
      from  8094523147ae32d8b53133acf077afd0049c532e (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=582a3cff1385a493d2759ac1ff9c3e8d6d57bb74

commit 582a3cff1385a493d2759ac1ff9c3e8d6d57bb74
Author: Allan McRae <allan@archlinux.org>
Date:   Thu Feb 21 16:19:17 2013 +1000

    Move @end statement to start of line
    
    Fixes a warning with texinfo-5.0.

diff --git a/ChangeLog b/ChangeLog
index 1ccf7df..8b0e254 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-02-21  Allan McRae  <allan@archlinux.org>
+
+	* manual/message.texi (Charset conversion in gettext):
+	Move @end statement to beginning of line.
+
 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	* sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
diff --git a/manual/message.texi b/manual/message.texi
index 2b186ee..ea5e1a1 100644
--- a/manual/message.texi
+++ b/manual/message.texi
@@ -1441,7 +1441,8 @@ string containing the name of the selected codeset.  The string is
 allocated internally in the function and must not be changed by the
 user.  If the system went out of core during the execution of
 @code{bind_textdomain_codeset}, the return value is @code{NULL} and the
-global variable @var{errno} is set accordingly.  @end deftypefun
+global variable @var{errno} is set accordingly.
+@end deftypefun
 
 
 @node GUI program problems

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

Summary of changes:
 ChangeLog           |    5 +++++
 manual/message.texi |    3 ++-
 2 files changed, 7 insertions(+), 1 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]