]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Move @end statement to start of line
authorAllan McRae <allan@archlinux.org>
Thu, 21 Feb 2013 06:19:17 +0000 (16:19 +1000)
committerAllan McRae <allan@archlinux.org>
Thu, 21 Feb 2013 12:40:24 +0000 (22:40 +1000)
Fixes a warning with texinfo-5.0.

ChangeLog
manual/message.texi

index 1ccf7df73fb5deed28afe7afeb7531921eb75294..8b0e254473dc0896f99d88fa3ba72508ec7e6186 100644 (file)
--- 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
index 2b186ee11926c5520c85731c372dcc51003701e0..ea5e1a1326adec0a3d6df0da1d1c1e8343f38039 100644 (file)
@@ -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