Fix mismatched parentheses in documentation.
2015-06-23 Jon Turney <jon.turney@dronecode.org.uk> * libc/locale/locale.c: Fix mismatched parentheses in documentation. * libc/locale/locale.tex: Ditto. * libc/stdio/fgetwc.c: Ditto. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
parent
de5e58a640
commit
958c953416
|
@ -1,3 +1,10 @@
|
||||||
|
2015-06-23 Jon Turney <jon.turney@dronecode.org.uk>
|
||||||
|
|
||||||
|
* libc/locale/locale.c: Fix mismatched parentheses in
|
||||||
|
documentation.
|
||||||
|
* libc/locale/locale.tex: Ditto.
|
||||||
|
* libc/stdio/fgetwc.c: Ditto.
|
||||||
|
|
||||||
2015-06-23 Jon Turney <jon.turney@dronecode.org.uk>
|
2015-06-23 Jon Turney <jon.turney@dronecode.org.uk>
|
||||||
|
|
||||||
* libc/stdlib/efgcvt.c: Fix typo-ed function names in
|
* libc/stdlib/efgcvt.c: Fix typo-ed function names in
|
||||||
|
|
|
@ -88,7 +88,7 @@ Cygwin additionally supports locales from the file
|
||||||
/usr/share/locale/locale.alias.
|
/usr/share/locale/locale.alias.
|
||||||
|
|
||||||
(<<"">> is also accepted; if given, the settings are read from the
|
(<<"">> is also accepted; if given, the settings are read from the
|
||||||
corresponding LC_* environment variables and $LANG according to POSIX rules.
|
corresponding LC_* environment variables and $LANG according to POSIX rules.)
|
||||||
|
|
||||||
This implementation also supports the modifier <<"cjknarrow">>, which
|
This implementation also supports the modifier <<"cjknarrow">>, which
|
||||||
affects how the functions <<wcwidth>> and <<wcswidth>> handle characters
|
affects how the functions <<wcwidth>> and <<wcswidth>> handle characters
|
||||||
|
|
|
@ -9,7 +9,7 @@ one defined in the ANSI C standard.
|
||||||
This is a minimal implementation, supporting only the required @code{"C"}
|
This is a minimal implementation, supporting only the required @code{"C"}
|
||||||
value for locale; strings representing other locales are not
|
value for locale; strings representing other locales are not
|
||||||
honored. (@code{""} is also accepted; it represents the default locale
|
honored. (@code{""} is also accepted; it represents the default locale
|
||||||
for an implementation, here equivalent to @code{"C"}.
|
for an implementation, here equivalent to @code{"C"}).
|
||||||
|
|
||||||
|
|
||||||
@file{locale.h} defines the structure @code{lconv} to collect the
|
@file{locale.h} defines the structure @code{lconv} to collect the
|
||||||
|
|
|
@ -150,7 +150,7 @@ are simply reentrant versions of the above functions that are passed the
|
||||||
additional reentrant structure pointer argument: <[ptr]>.
|
additional reentrant structure pointer argument: <[ptr]>.
|
||||||
|
|
||||||
RETURNS
|
RETURNS
|
||||||
The next wide character cast to <<wint_t>>), unless there is no more data,
|
The next wide character cast to <<wint_t>>, unless there is no more data,
|
||||||
or the host system reports a read error; in either of these situations,
|
or the host system reports a read error; in either of these situations,
|
||||||
<<fgetwc>> and <<getwc>> return <<WEOF>>.
|
<<fgetwc>> and <<getwc>> return <<WEOF>>.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue