summaryrefslogtreecommitdiffstats
path: root/Doc/libposix.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-14 14:51:31 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-14 14:51:31 (GMT)
commitaf8a015c937d11e4efcda3f91344ad3e758d26e8 (patch)
tree5e342ee84e829d81f408c1c990b66762ee034da3 /Doc/libposix.tex
parentb215137224cafcdb665a7b298dbf02be6a214d0c (diff)
downloadcpython-af8a015c937d11e4efcda3f91344ad3e758d26e8.zip
cpython-af8a015c937d11e4efcda3f91344ad3e758d26e8.tar.gz
cpython-af8a015c937d11e4efcda3f91344ad3e758d26e8.tar.bz2
Consistency: "{\bf ...}" ==> "\strong{...}"
"{\em ...}" ==> "\emph{...}" Not at all sure what to do with "{\rm ...}". Leaving it for now.
Diffstat (limited to 'Doc/libposix.tex')
-rw-r--r--Doc/libposix.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/libposix.tex b/Doc/libposix.tex
index fbd7832..16742c5 100644
--- a/Doc/libposix.tex
+++ b/Doc/libposix.tex
@@ -355,9 +355,9 @@ Set the current process' user id.
\end{funcdesc}
\begin{funcdesc}{stat}{path}
-Perform a {\em stat} system call on the given path. The return value
+Perform a \emph{stat} system call on the given path. The return value
is a tuple of at least 10 integers giving the most important (and
-portable) members of the {\em stat} structure, in the order
+portable) members of the \emph{stat} structure, in the order
\code{st_mode},
\code{st_ino},
\code{st_dev},