summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsubprocess.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-07-30 03:03:43 (GMT)
committerFred Drake <fdrake@acm.org>2006-07-30 03:03:43 (GMT)
commite0d4aecfc29dccc65b53e4a8d2e633355a29d9ae (patch)
tree653edd386107362ba6278d219777f07b9d33b274 /Doc/lib/libsubprocess.tex
parentda9face1fe36c2089a08a6ef1777025f14ed2f48 (diff)
downloadcpython-e0d4aecfc29dccc65b53e4a8d2e633355a29d9ae.zip
cpython-e0d4aecfc29dccc65b53e4a8d2e633355a29d9ae.tar.gz
cpython-e0d4aecfc29dccc65b53e4a8d2e633355a29d9ae.tar.bz2
lots of markup nits, most commonly Unix/unix --> \UNIX
Diffstat (limited to 'Doc/lib/libsubprocess.tex')
-rw-r--r--Doc/lib/libsubprocess.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsubprocess.tex b/Doc/lib/libsubprocess.tex
index 9ea44dc..03072f7 100644
--- a/Doc/lib/libsubprocess.tex
+++ b/Doc/lib/libsubprocess.tex
@@ -107,7 +107,7 @@ for the new process.
If \var{universal_newlines} is \constant{True}, the file objects stdout
and stderr are opened as text files, but lines may be terminated by
-any of \code{'\e n'}, the Unix end-of-line convention, \code{'\e r'},
+any of \code{'\e n'}, the \UNIX{} end-of-line convention, \code{'\e r'},
the Macintosh convention or \code{'\e r\e n'}, the Windows convention.
All of these external representations are seen as \code{'\e n'} by the
Python program. \note{This feature is only available if Python is built