summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libshutil.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libshutil.tex')
-rw-r--r--Doc/lib/libshutil.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libshutil.tex b/Doc/lib/libshutil.tex
index ad96bd3..8ff5367 100644
--- a/Doc/lib/libshutil.tex
+++ b/Doc/lib/libshutil.tex
@@ -19,8 +19,9 @@ file type and creator codes will not be correct.
\begin{funcdesc}{copyfile}{src, dst}
- Copy the contents of \var{src} to \var{dst}. If \var{dst} exists,
- it will be replaced, otherwise it will be created.
+ Copy the contents of the file named \var{src} to a file named
+ \var{dst}. If \var{dst} exists, it will be replaced, otherwise it
+ will be created.
\end{funcdesc}
\begin{funcdesc}{copyfileobj}{fsrc, fdst\optional{, length}}