Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
d290c108
Commit
d290c108
authored
Nov 09, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use \programopt in one place.
parent
310ee61f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Doc/doc/doc.tex
Doc/doc/doc.tex
+2
-1
Doc/lib/libshutil.tex
Doc/lib/libshutil.tex
+1
-1
No files found.
Doc/doc/doc.tex
View file @
d290c108
...
...
@@ -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
must be stored as part of the documentation source tree,
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.
\program
{
mkhowto
}
can be used for both
\code
{
howto
}
and
...
...
Doc/lib/libshutil.tex
View file @
d290c108
...
...
@@ -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
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment