summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libshutil.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-11-09 18:03:00 (GMT)
committerFred Drake <fdrake@acm.org>1999-11-09 18:03:00 (GMT)
commitd290c1089047737437c20787afc6e6ea40ee21a6 (patch)
treec826df7af45a780dd81412576279ddedbdb726f3 /Doc/lib/libshutil.tex
parent310ee61f2036d6de6b3a64b63467e39bc5c31a1a (diff)
downloadcpython-d290c1089047737437c20787afc6e6ea40ee21a6.zip
cpython-d290c1089047737437c20787afc6e6ea40ee21a6.tar.gz
cpython-d290c1089047737437c20787afc6e6ea40ee21a6.tar.bz2
Use \programopt in one place.
Diffstat (limited to 'Doc/lib/libshutil.tex')
-rw-r--r--Doc/lib/libshutil.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libshutil.tex b/Doc/lib/libshutil.tex
index 1f3f6d8..5da3a0e 100644
--- a/Doc/lib/libshutil.tex
+++ b/Doc/lib/libshutil.tex
@@ -44,7 +44,7 @@ file type and creator codes will not be correct.
\begin{funcdesc}{copy2}{src, dst}
Similar to \function{copy()}, but last access time and last
modification time are copied as well. This is similar to the
- \UNIX{} command \program{cp -p}.
+ \UNIX{} command \program{cp} \programopt{-p}.
\end{funcdesc}
\begin{funcdesc}{copytree}{src, dst\optional{, symlinks}}