diff options
author | Fred Drake <fdrake@acm.org> | 2001-05-09 15:50:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-05-09 15:50:17 (GMT) |
commit | c116b82b773fac82b1228775fc5bdabcac8562ad (patch) | |
tree | 749e08d0d4e49984cbdf9ed4b62c72f1aca6ca0b /Doc/lib/libposix.tex | |
parent | 78cae61ad47f70208468a77d665b009601fac2be (diff) | |
download | cpython-c116b82b773fac82b1228775fc5bdabcac8562ad.zip cpython-c116b82b773fac82b1228775fc5bdabcac8562ad.tar.gz cpython-c116b82b773fac82b1228775fc5bdabcac8562ad.tar.bz2 |
Work around limitations of the module synopsis table generation to avoid
leaking LaTeX2HTML's internal string munging.
This fixes SF bug #420399.
Diffstat (limited to 'Doc/lib/libposix.tex')
-rw-r--r-- | Doc/lib/libposix.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex index dada973..0bb8173 100644 --- a/Doc/lib/libposix.tex +++ b/Doc/lib/libposix.tex @@ -3,7 +3,7 @@ \declaremodule{builtin}{posix} \platform{Unix} -\modulesynopsis{The most common \POSIX{} system calls (normally used +\modulesynopsis{The most common \POSIX\ system calls (normally used via module \refmodule{os}).} |