diff options
author | Allan McRae <allan@archlinux.org> | 2013-02-21 16:19:17 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-02-21 22:40:24 +1000 |
commit | 582a3cff1385a493d2759ac1ff9c3e8d6d57bb74 (patch) | |
tree | d54569208a9e6fdca403445479adf92c5886558b /manual/message.texi | |
parent | 8094523147ae32d8b53133acf077afd0049c532e (diff) | |
download | glibc-582a3cff1385a493d2759ac1ff9c3e8d6d57bb74.zip glibc-582a3cff1385a493d2759ac1ff9c3e8d6d57bb74.tar.gz glibc-582a3cff1385a493d2759ac1ff9c3e8d6d57bb74.tar.bz2 |
Move @end statement to start of line
Fixes a warning with texinfo-5.0.
Diffstat (limited to 'manual/message.texi')
-rw-r--r-- | manual/message.texi | 3 |
1 files changed, 2 insertions, 1 deletions
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 |