[COMMITTED] Move @end statement to start of line
Allan McRae
allan@archlinux.org
Thu Feb 21 12:41:00 GMT 2013
Fixes a warning with texinfo-5.0.
---
manual/message.texi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
ChangeLog:
2013-02-21 Allan McRae <allan@archlinux.org>
* manual/message.texi (Charset conversion in gettext):
Move @end statement to beginning of line.
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
--
1.8.1.4
More information about the Libc-alpha
mailing list