Skip to content

Commit daccc01

Browse files
committed
deploy: c249eba
1 parent b9e6315 commit daccc01

14 files changed

+44
-40
lines changed

user/print.html

+21-19
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,8 @@ <h2 id="options-2"><a class="header" href="#options-2">Options</a></h2>
633633
</div>
634634
<pre><code>base32 [OPTION]... [FILE]
635635
</code></pre>
636-
<p>With no FILE, or when FILE is -, read standard input.</p>
636+
<p>encode/decode data and print to standard output
637+
With no FILE, or when FILE is -, read standard input.</p>
637638
<p>The data are encoded as described for the base32 alphabet in RFC
638639
4648. When decoding, the input may contain newlines in addition
639640
to the bytes of the formal base32 alphabet. Use --ignore-garbage
@@ -693,7 +694,8 @@ <h2 id="examples-2"><a class="header" href="#examples-2">Examples</a></h2>
693694
</div>
694695
<pre><code>base64 [OPTION]... [FILE]
695696
</code></pre>
696-
<p>With no FILE, or when FILE is -, read standard input.</p>
697+
<p>encode/decode data and print to standard output
698+
With no FILE, or when FILE is -, read standard input.</p>
697699
<p>The data are encoded as described for the base32 alphabet in RFC
698700
4648. When decoding, the input may contain newlines in addition
699701
to the bytes of the formal base32 alphabet. Use --ignore-garbage
@@ -807,7 +809,8 @@ <h2 id="examples-4"><a class="header" href="#examples-4">Examples</a></h2>
807809
</div>
808810
<pre><code>basenc [OPTION]... [FILE]
809811
</code></pre>
810-
<p>With no FILE, or when FILE is -, read standard input.</p>
812+
<p>encode/decode data and print to standard output
813+
With no FILE, or when FILE is -, read standard input.</p>
811814
<p>When decoding, the input may contain newlines in addition to the bytes of
812815
the formal alphabet. Use --ignore-garbage to attempt to recover
813816
from any other non-alphabet bytes in the encoded stream.</p>
@@ -1614,14 +1617,14 @@ <h2 id="options-15"><a class="header" href="#options-15">Options</a></h2>
16141617
<dd>
16151618
<p>stay on this file system</p>
16161619
</dd>
1617-
<dt><code>--copy-contents</code></dt>
1618-
<dd>
1619-
<p>NotImplemented: copy contents of special files when recursive</p>
1620-
</dd>
16211620
<dt><code>--sparse=&lt;WHEN&gt;</code></dt>
16221621
<dd>
16231622
<p>NotImplemented: control creation of sparse files. See below</p>
16241623
</dd>
1624+
<dt><code>--copy-contents</code></dt>
1625+
<dd>
1626+
<p>NotImplemented: copy contents of special files when recursive</p>
1627+
</dd>
16251628
<dt><code>--context=&lt;CTX&gt;</code></dt>
16261629
<dd>
16271630
<p>NotImplemented: set SELinux security context of destination file to default type</p>
@@ -2467,7 +2470,7 @@ <h2 id="examples-23"><a class="header" href="#examples-23">Examples</a></h2>
24672470
</div>
24682471
<pre><code>env [OPTION]... [-] [NAME=VALUE]... [COMMAND [ARG]...]
24692472
</code></pre>
2470-
<p>env ~ (uutils) set each NAME to VALUE in the environment and run COMMAND</p>
2473+
<p>set each NAME to VALUE in the environment and run COMMAND</p>
24712474
<h2 id="options-26"><a class="header" href="#options-26">Options</a></h2>
24722475
<dl><dt><code>--help</code>, <code>-h</code></dt>
24732476
<dd>
@@ -2590,10 +2593,10 @@ <h2 id="examples-25"><a class="header" href="#examples-25">Examples</a></h2>
25902593
<div class="version">v0.0.14
25912594
</div>
25922595
</div>
2593-
<pre><code>expr [EXPRESSION]
2596+
<pre><code>Print the value of EXPRESSION to standard output
2597+
expr [EXPRESSION]
25942598
expr [OPTIONS]
25952599
</code></pre>
2596-
<p>Print the value of EXPRESSION to standard output</p>
25972600
<h2 id="options-28"><a class="header" href="#options-28">Options</a></h2>
25982601
<dl><dt><code>--version</code></dt>
25992602
<dd>
@@ -3708,7 +3711,8 @@ <h2 id="examples-41"><a class="header" href="#examples-41">Examples</a></h2>
37083711
</div>
37093712
<pre><code>ls [OPTION]... [FILE]...
37103713
</code></pre>
3711-
<p>List directory contents. Ignore files and directories starting with a '.' by default</p>
3714+
<p>List directory contents.
3715+
Ignore files and directories starting with a '.' by default</p>
37123716
<h2 id="options-45"><a class="header" href="#options-45">Options</a></h2>
37133717
<dl><dt><code>--version</code>, <code>-V</code></dt>
37143718
<dd>
@@ -4476,6 +4480,7 @@ <h2 id="examples-50"><a class="header" href="#examples-50">Examples</a></h2>
44764480
</div>
44774481
<pre><code>nl [OPTION]... [FILE]...
44784482
</code></pre>
4483+
<p>number lines of files</p>
44794484
<h2 id="options-54"><a class="header" href="#options-54">Options</a></h2>
44804485
<dl><dt><code>--version</code>, <code>-V</code></dt>
44814486
<dd>
@@ -5014,7 +5019,7 @@ <h2 id="examples-57"><a class="header" href="#examples-57">Examples</a></h2>
50145019
</div>
50155020
<pre><code>pinky [OPTION]... [USER]...
50165021
</code></pre>
5017-
<p>pinky - lightweight finger</p>
5022+
<p>lightweight finger</p>
50185023
<h2 id="options-61"><a class="header" href="#options-61">Options</a></h2>
50195024
<dl><dt><code>--version</code>, <code>-V</code></dt>
50205025
<dd>
@@ -8038,7 +8043,8 @@ <h2 id="examples-94"><a class="header" href="#examples-94">Examples</a></h2>
80388043
</div>
80398044
<pre><code>uname [OPTION]...
80408045
</code></pre>
8041-
<p>Print certain system information. With no OPTION, same as -s.</p>
8046+
<p>Print certain system information.
8047+
With no OPTION, same as -s.</p>
80428048
<h2 id="options-106"><a class="header" href="#options-106">Options</a></h2>
80438049
<dl><dt><code>--help</code>, <code>-h</code></dt>
80448050
<dd>
@@ -8627,21 +8633,17 @@ <h2 id="examples-104"><a class="header" href="#examples-104">Examples</a></h2>
86278633
<div class="additional">
86288634
<div class="platforms">
86298635
</div>
8630-
<div class="version">v0.0.14
8636+
<div class="version">v
86318637
</div>
86328638
</div>
86338639
<pre><code>yes [STRING]...
86348640
</code></pre>
8635-
<p>yes ~ (uutils) repeatedly display a line with STRING (or 'y')</p>
8641+
<p>repeatedly display a line with STRING (or 'y')</p>
86368642
<h2 id="options-116"><a class="header" href="#options-116">Options</a></h2>
86378643
<dl><dt><code>--help</code>, <code>-h</code></dt>
86388644
<dd>
86398645
<p>Print help information</p>
86408646
</dd>
8641-
<dt><code>--version</code>, <code>-V</code></dt>
8642-
<dd>
8643-
<p>Print version information</p>
8644-
</dd>
86458647
<dt></dt>
86468648
<dd>
86478649
</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/base32.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ <h1 id="base32"><a class="header" href="#base32">base32</a></h1>
179179
</div>
180180
<pre><code>base32 [OPTION]... [FILE]
181181
</code></pre>
182-
<p>With no FILE, or when FILE is -, read standard input.</p>
182+
<p>encode/decode data and print to standard output
183+
With no FILE, or when FILE is -, read standard input.</p>
183184
<p>The data are encoded as described for the base32 alphabet in RFC
184185
4648. When decoding, the input may contain newlines in addition
185186
to the bytes of the formal base32 alphabet. Use --ignore-garbage

user/utils/base64.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ <h1 id="base64"><a class="header" href="#base64">base64</a></h1>
179179
</div>
180180
<pre><code>base64 [OPTION]... [FILE]
181181
</code></pre>
182-
<p>With no FILE, or when FILE is -, read standard input.</p>
182+
<p>encode/decode data and print to standard output
183+
With no FILE, or when FILE is -, read standard input.</p>
183184
<p>The data are encoded as described for the base32 alphabet in RFC
184185
4648. When decoding, the input may contain newlines in addition
185186
to the bytes of the formal base32 alphabet. Use --ignore-garbage

user/utils/basenc.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ <h1 id="basenc"><a class="header" href="#basenc">basenc</a></h1>
179179
</div>
180180
<pre><code>basenc [OPTION]... [FILE]
181181
</code></pre>
182-
<p>With no FILE, or when FILE is -, read standard input.</p>
182+
<p>encode/decode data and print to standard output
183+
With no FILE, or when FILE is -, read standard input.</p>
183184
<p>When decoding, the input may contain newlines in addition to the bytes of
184185
the formal alphabet. Use --ignore-garbage to attempt to recover
185186
from any other non-alphabet bytes in the encoded stream.</p>

user/utils/cp.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -299,14 +299,14 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
299299
<dd>
300300
<p>stay on this file system</p>
301301
</dd>
302-
<dt><code>--copy-contents</code></dt>
303-
<dd>
304-
<p>NotImplemented: copy contents of special files when recursive</p>
305-
</dd>
306302
<dt><code>--sparse=&lt;WHEN&gt;</code></dt>
307303
<dd>
308304
<p>NotImplemented: control creation of sparse files. See below</p>
309305
</dd>
306+
<dt><code>--copy-contents</code></dt>
307+
<dd>
308+
<p>NotImplemented: copy contents of special files when recursive</p>
309+
</dd>
310310
<dt><code>--context=&lt;CTX&gt;</code></dt>
311311
<dd>
312312
<p>NotImplemented: set SELinux security context of destination file to default type</p>

user/utils/env.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h1 id="env"><a class="header" href="#env">env</a></h1>
179179
</div>
180180
<pre><code>env [OPTION]... [-] [NAME=VALUE]... [COMMAND [ARG]...]
181181
</code></pre>
182-
<p>env ~ (uutils) set each NAME to VALUE in the environment and run COMMAND</p>
182+
<p>set each NAME to VALUE in the environment and run COMMAND</p>
183183
<h2 id="options"><a class="header" href="#options">Options</a></h2>
184184
<dl><dt><code>--help</code>, <code>-h</code></dt>
185185
<dd>

user/utils/expr.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ <h1 id="expr"><a class="header" href="#expr">expr</a></h1>
177177
<div class="version">v0.0.14
178178
</div>
179179
</div>
180-
<pre><code>expr [EXPRESSION]
180+
<pre><code>Print the value of EXPRESSION to standard output
181+
expr [EXPRESSION]
181182
expr [OPTIONS]
182183
</code></pre>
183-
<p>Print the value of EXPRESSION to standard output</p>
184184
<h2 id="options"><a class="header" href="#options">Options</a></h2>
185185
<dl><dt><code>--version</code></dt>
186186
<dd>

user/utils/ls.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ <h1 id="ls"><a class="header" href="#ls">ls</a></h1>
179179
</div>
180180
<pre><code>ls [OPTION]... [FILE]...
181181
</code></pre>
182-
<p>List directory contents. Ignore files and directories starting with a '.' by default</p>
182+
<p>List directory contents.
183+
Ignore files and directories starting with a '.' by default</p>
183184
<h2 id="options"><a class="header" href="#options">Options</a></h2>
184185
<dl><dt><code>--version</code>, <code>-V</code></dt>
185186
<dd>

user/utils/nl.html

+1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ <h1 id="nl"><a class="header" href="#nl">nl</a></h1>
179179
</div>
180180
<pre><code>nl [OPTION]... [FILE]...
181181
</code></pre>
182+
<p>number lines of files</p>
182183
<h2 id="options"><a class="header" href="#options">Options</a></h2>
183184
<dl><dt><code>--version</code>, <code>-V</code></dt>
184185
<dd>

user/utils/pinky.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ <h1 id="pinky"><a class="header" href="#pinky">pinky</a></h1>
178178
</div>
179179
<pre><code>pinky [OPTION]... [USER]...
180180
</code></pre>
181-
<p>pinky - lightweight finger</p>
181+
<p>lightweight finger</p>
182182
<h2 id="options"><a class="header" href="#options">Options</a></h2>
183183
<dl><dt><code>--version</code>, <code>-V</code></dt>
184184
<dd>

user/utils/uname.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ <h1 id="uname"><a class="header" href="#uname">uname</a></h1>
178178
</div>
179179
<pre><code>uname [OPTION]...
180180
</code></pre>
181-
<p>Print certain system information. With no OPTION, same as -s.</p>
181+
<p>Print certain system information.
182+
With no OPTION, same as -s.</p>
182183
<h2 id="options"><a class="header" href="#options">Options</a></h2>
183184
<dl><dt><code>--help</code>, <code>-h</code></dt>
184185
<dd>

user/utils/yes.html

+2-6
Original file line numberDiff line numberDiff line change
@@ -171,21 +171,17 @@ <h1 id="yes"><a class="header" href="#yes">yes</a></h1>
171171
<div class="additional">
172172
<div class="platforms">
173173
</div>
174-
<div class="version">v0.0.14
174+
<div class="version">v
175175
</div>
176176
</div>
177177
<pre><code>yes [STRING]...
178178
</code></pre>
179-
<p>yes ~ (uutils) repeatedly display a line with STRING (or 'y')</p>
179+
<p>repeatedly display a line with STRING (or 'y')</p>
180180
<h2 id="options"><a class="header" href="#options">Options</a></h2>
181181
<dl><dt><code>--help</code>, <code>-h</code></dt>
182182
<dd>
183183
<p>Print help information</p>
184184
</dd>
185-
<dt><code>--version</code>, <code>-V</code></dt>
186-
<dd>
187-
<p>Print version information</p>
188-
</dd>
189185
<dt></dt>
190186
<dd>
191187
</dd>

0 commit comments

Comments
 (0)