diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-09 20:27:12 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-09 20:27:12 (GMT) |
commit | 65b32f7f7448ae9a5f8cf3500ee7e127aa740b77 (patch) | |
tree | cd0dd6be021dc851faca8f2f7a9a33420c2c3834 /Doc/liblocale.tex | |
parent | 41785fb8644b66f4f17e292e9f96e870ae8b2764 (diff) | |
download | cpython-65b32f7f7448ae9a5f8cf3500ee7e127aa740b77.zip cpython-65b32f7f7448ae9a5f8cf3500ee7e127aa740b77.tar.gz cpython-65b32f7f7448ae9a5f8cf3500ee7e127aa740b77.tar.bz2 |
Consistently use \POSIX{} to denote POSIX. There were at least two different
ways to do it previously (not counting module names).
Diffstat (limited to 'Doc/liblocale.tex')
-rw-r--r-- | Doc/liblocale.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/liblocale.tex b/Doc/liblocale.tex index 602988b..a0ecf39 100644 --- a/Doc/liblocale.tex +++ b/Doc/liblocale.tex @@ -3,9 +3,9 @@ \label{module-locale} -The \code{locale} module opens access to the POSIX locale database and -functionality. The POSIX locale mechanism allows applications to -integrate certain cultural aspects into an applications, without +The \code{locale} module opens access to the \POSIX{} locale database +and functionality. The \POSIX{} locale mechanism allows applications +to integrate certain cultural aspects into an applications, without requiring the programmer to know all the specifics of each country where the software is executed. |