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

@ -956,7 +956,8 @@ distribution, to create or maintain whole documents or sections.
symbolic link to it or run it in place; the actual script file symbolic link to it or run it in place; the actual script file
must be stored as part of the documentation source tree, must be stored as part of the documentation source tree,
though it may be used to format documents outside the though it may be used to format documents outside the
tree. Use \program{mkhowto -}\program{-help} for a list of tree. Use \program{mkhowto} \programopt{-}\programopt{-help}
for a list of
command line options. command line options.
\program{mkhowto} can be used for both \code{howto} and \program{mkhowto} can be used for both \code{howto} and

View File

@ -44,7 +44,7 @@ file type and creator codes will not be correct.
\begin{funcdesc}{copy2}{src, dst} \begin{funcdesc}{copy2}{src, dst}
Similar to \function{copy()}, but last access time and last Similar to \function{copy()}, but last access time and last
modification time are copied as well. This is similar to the modification time are copied as well. This is similar to the
\UNIX{} command \program{cp -p}. \UNIX{} command \program{cp} \programopt{-p}.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{copytree}{src, dst\optional{, symlinks}} \begin{funcdesc}{copytree}{src, dst\optional{, symlinks}}