Skip to content

Commit

Permalink
Minor fix in mkiocccentry process in FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
xexyl committed Feb 9, 2025
1 parent 949cdce commit a33a904
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,8 @@ <h4 id="mkiocccentry-process"><code>mkiocccentry</code> process</h4>
<p>The <code>mkiocccentry(1)</code> tool performs the following steps:</p>
<ol start="0" type="1">
<li>Change to the <code>topdir</code>.</li>
<li>Traverses the directory, gathering lists of ignored files and files to copy
<li>Traverses the directory, gathering lists of ignored
files/directories/symlinks as well as directories to make and files to copy
to the submission directory.
<ul>
<li>If the depth is too deep it is an error (see <code>MAX_PATH_DEPTH</code> in
Expand Down
3 changes: 2 additions & 1 deletion faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,8 @@ not match the regexp `^[0-9A-Za-z][0-9A-Za-z._+-]*$`.
The `mkiocccentry(1)` tool performs the following steps:

0. Change to the `topdir`.
1. Traverses the directory, gathering lists of ignored files and files to copy
1. Traverses the directory, gathering lists of ignored
files/directories/symlinks as well as directories to make and files to copy
to the submission directory.
* If the depth is too deep it is an error (see `MAX_PATH_DEPTH` in
[limit_ioccc.h](https://github.com/ioccc-src/mkiocccentry/blob/master/soup/limit_ioccc.h)).
Expand Down

0 comments on commit a33a904

Please sign in to comment.