summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-20 04:43:29 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-20 04:43:29 (GMT)
commitca12b9df7b39dbd5ee47799bb9d7906f331bf663 (patch)
tree3b05606999745a60068b97590b18090d99d249ea /Doc/lib
parentdd17d1ce6211c23b1975e80dd9ca63440bf5e480 (diff)
downloadcpython-ca12b9df7b39dbd5ee47799bb9d7906f331bf663.zip
cpython-ca12b9df7b39dbd5ee47799bb9d7906f331bf663.tar.gz
cpython-ca12b9df7b39dbd5ee47799bb9d7906f331bf663.tar.bz2
Consistency: {\it ...} ==> \emph{...}
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libposix.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex
index 16742c5..131e6e0 100644
--- a/Doc/lib/libposix.tex
+++ b/Doc/lib/libposix.tex
@@ -410,7 +410,7 @@ or other)
times, in seconds. The items are: user time, system time, children's
user time, children's system time, and elapsed real time since a fixed
point in the past, in that order. See the \UNIX{}
-manual page {\it times}(2). (Not on MS-DOS.)
+manual page \emph{times}(2). (Not on MS-DOS.)
\end{funcdesc}
\begin{funcdesc}{umask}{mask}