Move @end statement to start of line

Fixes a warning with texinfo-5.0.
This commit is contained in:
Allan McRae 2013-02-21 16:19:17 +10:00
parent 8094523147
commit 582a3cff13
2 changed files with 7 additions and 1 deletions

View File

@ -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

View 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