Use \programopt in one place.

This commit is contained in:
Fred Drake 1999-11-09 18:03:00 +00:00
parent 310ee61f20
commit d290c10890
2 changed files with 3 additions and 2 deletions

View file

@ -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}}