From 043d5e55142bee99a7e94031c94c1ca3afc3ad38 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 2 Mar 2001 16:46:42 +0000 Subject: For copyfile(), be explicit that src and dst are file names; that was only implied. --- Doc/lib/libshutil.tex | 5 +++-- 1 file 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}} -- cgit v0.12