diff options
author | Fred Drake <fdrake@acm.org> | 1996-12-13 22:04:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1996-12-13 22:04:31 (GMT) |
commit | 4b3f0312c9358a3a05b75aaab72aeee1ac869101 (patch) | |
tree | 6720366f64c003a46b4c0a053c1ccfebcebd00ad /Doc/libtemplate.tex | |
parent | 6dc2aae3cd85f9a11f823df9742e6283b1f406f6 (diff) | |
download | cpython-4b3f0312c9358a3a05b75aaab72aeee1ac869101.zip cpython-4b3f0312c9358a3a05b75aaab72aeee1ac869101.tar.gz cpython-4b3f0312c9358a3a05b75aaab72aeee1ac869101.tar.bz2 |
(lib<all sorts of stuff>.tex):
Merged in many typo corrections and fixes to support GNU info
processing; submitted by Tamito Kajiyama.
Diffstat (limited to 'Doc/libtemplate.tex')
-rw-r--r-- | Doc/libtemplate.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/libtemplate.tex b/Doc/libtemplate.tex index 4afb56b..cd49a8f 100644 --- a/Doc/libtemplate.tex +++ b/Doc/libtemplate.tex @@ -24,8 +24,8 @@ The \code{spam} module defines operations for handling cans of Spam. It knows the four generally available Spam varieties and understands both can sizes. -Because spamification requires UNIX process management, the module is -only available on genuine UNIX systems. +Because spamification requires \UNIX{} process management, the module +is only available on genuine \UNIX{} systems. % ==== 3. ==== |