Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d290c10

Browse files
committed
Use \programopt in one place.
1 parent 310ee61 commit d290c10

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/doc/doc.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,8 @@ \section{Processing Tools}
956956
symbolic link to it or run it in place; the actual script file
957957
must be stored as part of the documentation source tree,
958958
though it may be used to format documents outside the
959-
tree. Use \program{mkhowto -}\program{-help} for a list of
959+
tree. Use \program{mkhowto} \programopt{-}\programopt{-help}
960+
for a list of
960961
command line options.
961962

962963
\program{mkhowto} can be used for both \code{howto} and

Doc/lib/libshutil.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ \section{\module{shutil} ---
4444
\begin{funcdesc}{copy2}{src, dst}
4545
Similar to \function{copy()}, but last access time and last
4646
modification time are copied as well. This is similar to the
47-
\UNIX{} command \program{cp -p}.
47+
\UNIX{} command \program{cp} \programopt{-p}.
4848
\end{funcdesc}
4949

5050
\begin{funcdesc}{copytree}{src, dst\optional{, symlinks}}

0 commit comments

Comments
 (0)