Skip to content

Commit fffb397

Browse files
committed
deploy: fff3a4c
1 parent b0d548b commit fffb397

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

user/print.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -5217,9 +5217,9 @@ <h2 id="examples-48"><a class="header" href="#examples-48">Examples</a></h2>
52175217
<div class="version">v0.0.17
52185218
</div>
52195219
</div>
5220-
<pre><code>more [OPTIONS] [files]...
5220+
<pre><code>more [OPTIONS] &lt;FILE&gt;...
52215221
</code></pre>
5222-
<p>A file perusal filter for CRT viewing.</p>
5222+
<p>Display the contents of a text file</p>
52235223
<h2 id="options-51"><a class="header" href="#options-51">Options</a></h2>
52245224
<dl><dt><code>--silent</code>, <code>-d</code></dt>
52255225
<dd>
@@ -5377,7 +5377,10 @@ <h2 id="examples-50"><a class="header" href="#examples-50">Examples</a></h2>
53775377
</div>
53785378
<pre><code>nice [OPTIONS] [COMMAND [ARGS]]
53795379
</code></pre>
5380-
<p>Run COMMAND with an adjusted niceness, which affects process scheduling. With no COMMAND, print the current niceness. Niceness values range from at least -20 (most favorable to the process) to 19 (least favorable to the process).</p>
5380+
<p>Run <code>COMMAND</code> with an adjusted niceness, which affects process scheduling.
5381+
With no <code>COMMAND</code>, print the current niceness. Niceness values range from at
5382+
least -20 (most favorable to the process) to 19 (least favorable to the
5383+
process).</p>
53815384
<h2 id="options-53"><a class="header" href="#options-53">Options</a></h2>
53825385
<dl><dt><code>--adjustment</code>, <code>-n</code></dt>
53835386
<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/more.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ <h1 id="more"><a class="header" href="#more">more</a></h1>
179179
<div class="version">v0.0.17
180180
</div>
181181
</div>
182-
<pre><code>more [OPTIONS] [files]...
182+
<pre><code>more [OPTIONS] &lt;FILE&gt;...
183183
</code></pre>
184-
<p>A file perusal filter for CRT viewing.</p>
184+
<p>Display the contents of a text file</p>
185185
<h2 id="options"><a class="header" href="#options">Options</a></h2>
186186
<dl><dt><code>--silent</code>, <code>-d</code></dt>
187187
<dd>

user/utils/nice.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,10 @@ <h1 id="nice"><a class="header" href="#nice">nice</a></h1>
180180
</div>
181181
<pre><code>nice [OPTIONS] [COMMAND [ARGS]]
182182
</code></pre>
183-
<p>Run COMMAND with an adjusted niceness, which affects process scheduling. With no COMMAND, print the current niceness. Niceness values range from at least -20 (most favorable to the process) to 19 (least favorable to the process).</p>
183+
<p>Run <code>COMMAND</code> with an adjusted niceness, which affects process scheduling.
184+
With no <code>COMMAND</code>, print the current niceness. Niceness values range from at
185+
least -20 (most favorable to the process) to 19 (least favorable to the
186+
process).</p>
184187
<h2 id="options"><a class="header" href="#options">Options</a></h2>
185188
<dl><dt><code>--adjustment</code>, <code>-n</code></dt>
186189
<dd>

0 commit comments

Comments
 (0)