Skip to content

Commit 46e4bd8

Browse files
committed
deploy: f0e8d44
1 parent 0a51b93 commit 46e4bd8

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

user/contributing.html

+1
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ <h2 id="other-implementations"><a class="header" href="#other-implementations">O
442442
<li><a href="https://github.com/vlang/coreutils">V lang</a></li>
443443
<li><a href="https://github.com/SerenityOS/serenity/tree/master/Userland/Utilities">SerenityOS</a></li>
444444
<li><a href="https://github.com/dspinellis/unix-history-repo">Initial Unix</a></li>
445+
<li><a href="https://metacpan.org/pod/PerlPowerTools">Perl Power Tools</a></li>
445446
</ul>
446447
<p>However, when reimplementing the tools/options in Rust, don't read their source codes
447448
when they are using reciprocal licenses (ex: GNU GPL, GNU LGPL, etc).</p>

user/print.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,7 @@ <h2 id="other-implementations"><a class="header" href="#other-implementations">O
808808
<li><a href="https://github.com/vlang/coreutils">V lang</a></li>
809809
<li><a href="https://github.com/SerenityOS/serenity/tree/master/Userland/Utilities">SerenityOS</a></li>
810810
<li><a href="https://github.com/dspinellis/unix-history-repo">Initial Unix</a></li>
811+
<li><a href="https://metacpan.org/pod/PerlPowerTools">Perl Power Tools</a></li>
811812
</ul>
812813
<p>However, when reimplementing the tools/options in Rust, don't read their source codes
813814
when they are using reciprocal licenses (ex: GNU GPL, GNU LGPL, etc).</p>
@@ -5000,7 +5001,11 @@ <h2 id="options-50"><a class="header" href="#options-50">Options</a></h2>
50005001
<dd>
50015002
<p>append SUFFIX to TEMPLATE; SUFFIX must not contain a path separator. This option is implied if TEMPLATE does not end with X.</p>
50025003
</dd>
5003-
<dt><code>--tmpdir=&lt;DIR&gt;</code>, <code>-p &lt;DIR&gt;</code></dt>
5004+
<dt><code>-p &lt;DIR&gt;</code></dt>
5005+
<dd>
5006+
<p>short form of --tmpdir</p>
5007+
</dd>
5008+
<dt><code>--tmpdir=&lt;DIR&gt;</code></dt>
50045009
<dd>
50055010
<p>interpret TEMPLATE relative to DIR; if DIR is not specified, use $TMPDIR ($TMP on windows) if set, else /tmp. With this option, TEMPLATE must not be an absolute name; unlike with -t, TEMPLATE may contain slashes, but mktemp creates only the final component</p>
50065011
</dd>

user/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

user/searchindex.json

+1-1
Large diffs are not rendered by default.

user/utils/mktemp.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,11 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
221221
<dd>
222222
<p>append SUFFIX to TEMPLATE; SUFFIX must not contain a path separator. This option is implied if TEMPLATE does not end with X.</p>
223223
</dd>
224-
<dt><code>--tmpdir=&lt;DIR&gt;</code>, <code>-p &lt;DIR&gt;</code></dt>
224+
<dt><code>-p &lt;DIR&gt;</code></dt>
225+
<dd>
226+
<p>short form of --tmpdir</p>
227+
</dd>
228+
<dt><code>--tmpdir=&lt;DIR&gt;</code></dt>
225229
<dd>
226230
<p>interpret TEMPLATE relative to DIR; if DIR is not specified, use $TMPDIR ($TMP on windows) if set, else /tmp. With this option, TEMPLATE must not be an absolute name; unlike with -t, TEMPLATE may contain slashes, but mktemp creates only the final component</p>
227231
</dd>

0 commit comments

Comments
 (0)