Skip to content

Commit 3cf8b3e

Browse files
committed
deploy: 055173b
1 parent 28f2d8f commit 3cf8b3e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+214
-168
lines changed

user/print.html

Lines changed: 106 additions & 83 deletions
Large diffs are not rendered by default.

user/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

user/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

user/utils/base32.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="base32"><a class="header" href="#base32">base32</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>base32 [OPTIONS] [file]...
166+
<pre><code>base32 [OPTION]... [FILE]
167167
</code></pre>
168168
<p>With no FILE, or when FILE is -, read standard input.</p>
169169
<p>The data are encoded as described for the base32 alphabet in RFC

user/utils/base64.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="base64"><a class="header" href="#base64">base64</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>base64 [OPTIONS] [file]...
166+
<pre><code>base64 [OPTION]... [FILE]
167167
</code></pre>
168168
<p>With no FILE, or when FILE is -, read standard input.</p>
169169
<p>The data are encoded as described for the base32 alphabet in RFC

user/utils/basename.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="basename"><a class="header" href="#basename">basename</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>basename [OPTIONS]
166+
<pre><code>basename NAME [SUFFIX]
167+
basename OPTION... NAME...
167168
</code></pre>
168169
<p>Print NAME with any leading directory components removed
169170
If specified, also remove a trailing SUFFIX</p>

user/utils/basenc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="basenc"><a class="header" href="#basenc">basenc</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>basenc [OPTIONS] [file]...
166+
<pre><code>basenc [OPTION]... [FILE]
167167
</code></pre>
168168
<p>With no FILE, or when FILE is -, read standard input.</p>
169169
<p>When decoding, the input may contain newlines in addition to the bytes of

user/utils/cat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="cat"><a class="header" href="#cat">cat</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>[OPTION]... [FILE]...
166+
<pre><code>cat [OPTION]... [FILE]...
167167
</code></pre>
168168
<p>Concatenate FILE(s), or standard input, to standard output
169169
With no FILE, or when FILE is -, read standard input.</p>

user/utils/chcon.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="chcon"><a class="header" href="#chcon">chcon</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>chcon [OPTIONS] [FILE]...
166+
<pre><code>chcon [OPTION]... CONTEXT FILE...
167+
chcon [OPTION]... [-u USER] [-r ROLE] [-l RANGE] [-t TYPE] FILE...
168+
chcon [OPTION]... --reference=RFILE FILE...
167169
</code></pre>
168170
<p>Change the SELinux security context of each FILE to CONTEXT.
169171
With --reference, change the security context of each FILE to that of RFILE.</p>

user/utils/chgrp.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="chgrp"><a class="header" href="#chgrp">chgrp</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>chgrp [OPTIONS]
166+
<pre><code>chgrp [OPTION]... GROUP FILE...
167+
chgrp [OPTION]... --reference=RFILE FILE...
167168
</code></pre>
168169
<p>Change the group of each FILE to GROUP.</p>
169170
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/chmod.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="chmod"><a class="header" href="#chmod">chmod</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>chmod [OPTIONS] [ARGS]
166+
<pre><code>chmod [OPTION]... MODE[,MODE]... FILE...
167+
chmod [OPTION]... OCTAL-MODE FILE...
168+
chmod [OPTION]... --reference=RFILE FILE...
167169
</code></pre>
168170
<p>Change the mode of each FILE to MODE.
169171
With --reference, change the mode of each FILE to that of RFILE.</p>

user/utils/chown.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="chown"><a class="header" href="#chown">chown</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>chown [OPTIONS]
166+
<pre><code>chown [OPTION]... [OWNER][:[GROUP]] FILE...
167+
chown [OPTION]... --reference=RFILE FILE...
167168
</code></pre>
168169
<p>change file owner and group</p>
169170
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/chroot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="chroot"><a class="header" href="#chroot">chroot</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>[OPTION]... NEWROOT [COMMAND [ARG]...]
166+
<pre><code>chroot [OPTION]... NEWROOT [COMMAND [ARG]...]
167167
</code></pre>
168168
<p>Run COMMAND with root directory set to NEWROOT.</p>
169169
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/cksum.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="cksum"><a class="header" href="#cksum">cksum</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>[OPTIONS] [FILE]...
166+
<pre><code>cksum [OPTIONS] [FILE]...
167167
</code></pre>
168168
<p>Print CRC and size for each file</p>
169169
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/comm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="comm"><a class="header" href="#comm">comm</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>comm [OPTIONS] &lt;FILE1&gt; &lt;FILE2&gt;
166+
<pre><code>comm [OPTION]... FILE1 FILE2
167167
</code></pre>
168168
<p>compare two sorted files line by line</p>
169169
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/cp.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="cp"><a class="header" href="#cp">cp</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>cp [OPTIONS] [--] [paths]...
166+
<pre><code>cp [OPTION]... [-T] SOURCE DEST
167+
cp [OPTION]... SOURCE... DIRECTORY
168+
cp [OPTION]... -t DIRECTORY SOURCE...
167169
</code></pre>
168170
<p>Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.</p>
169171
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/csplit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="csplit"><a class="header" href="#csplit">csplit</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>csplit [OPTIONS] &lt;file&gt; &lt;pattern&gt;...
166+
<pre><code>csplit [OPTION]... FILE PATTERN...
167167
</code></pre>
168168
<p>split a file into sections determined by context lines</p>
169169
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/cut.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="cut"><a class="header" href="#cut">cut</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>[-d] [-s] [-z] [--output-delimiter] ((-f|-b|-c) {{sequence}}) {{sourcefile}}+
166+
<pre><code>cut [-d] [-s] [-z] [--output-delimiter] ((-f|-b|-c) {{sequence}}) {{sourcefile}}+
167167
</code></pre>
168168
<p>Prints specified byte or field columns from each line of stdin or the input files</p>
169169
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/date.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="date"><a class="header" href="#date">date</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>date [OPTIONS] [format]
166+
<pre><code>date [OPTION]... [+FORMAT]...
167+
date [OPTION]... [MMDDhhmm[[CC]YY][.ss]]
167168
</code></pre>
168169
<p>print or set the system date and time</p>
169170
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/df.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="df"><a class="header" href="#df">df</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>df [OPTIONS] [paths]...
166+
<pre><code>df [OPTION]... [FILE]...
167167
</code></pre>
168168
<p>Show information about the file system on which each FILE resides,
169169
or all file systems by default.</p>

user/utils/dircolors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="dircolors"><a class="header" href="#dircolors">dircolors</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>dircolors [OPTIONS]
166+
<pre><code>dircolors [OPTION]... [FILE]
167167
</code></pre>
168168
<p>Output commands to set the LS_COLORS environment variable.</p>
169169
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/dirname.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="dirname"><a class="header" href="#dirname">dirname</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>dirname [OPTIONS]
166+
<pre><code>dirname [OPTION] NAME...
167167
</code></pre>
168168
<p>strip last component from file name</p>
169169
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/du.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="du"><a class="header" href="#du">du</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>du [OPTIONS] [--]
166+
<pre><code>du [OPTION]... [FILE]...
167+
du [OPTION]... --files0-from=F
167168
</code></pre>
168169
<p>estimate file space usage</p>
169170
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/echo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="echo"><a class="header" href="#echo">echo</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>[OPTIONS]... [STRING]...
166+
<pre><code>echo [OPTIONS]... [STRING]...
167167
</code></pre>
168168
<p>display a line of text</p>
169169
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/expand.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="expand"><a class="header" href="#expand">expand</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>expand [OPTIONS]
166+
<pre><code>expand [OPTION]... [FILE]...
167167
</code></pre>
168168
<p>Convert tabs in each FILE to spaces, writing to standard output.
169169
With no FILE, or when FILE is -, read standard input.</p>

user/utils/fmt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="fmt"><a class="header" href="#fmt">fmt</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>fmt [OPTIONS] [files]...
166+
<pre><code>fmt [OPTION]... [FILE]...
167167
</code></pre>
168168
<p>Reformat paragraphs from input files (or stdin) to stdout.</p>
169169
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/fold.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="fold"><a class="header" href="#fold">fold</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>[OPTION]... [FILE]...
166+
<pre><code>fold [OPTION]... [FILE]...
167167
</code></pre>
168168
<p>Writes each file (or standard input if no files are given)
169169
to standard output whilst breaking long lines</p>

user/utils/groups.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="groups"><a class="header" href="#groups">groups</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>groups [USERNAME]...
166+
<pre><code>groups [OPTION]... [USERNAME]...
167167
</code></pre>
168168
<p>Print group memberships for each USERNAME or, if no USERNAME is specified, for
169169
the current process (which may differ if the groups data‐base has changed).</p>

user/utils/hostid.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="hostid"><a class="header" href="#hostid">hostid</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>[options]
166+
<pre><code>hostid [options]
167167
</code></pre>
168168
<p>Print the numeric identifier (in hexadecimal) for the current host</p>
169169
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/hostname.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="hostname"><a class="header" href="#hostname">hostname</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>hostname [OPTIONS] [host]
166+
<pre><code>hostname [OPTION]... [HOSTNAME]
167167
</code></pre>
168168
<p>Display or set the system's host name.</p>
169169
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/id.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="id"><a class="header" href="#id">id</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>id [OPTIONS] [USER]...
166+
<pre><code>id [OPTION]... [USER]...
167167
</code></pre>
168168
<p>Print user and group information for each specified USER,
169169
or (when USER omitted) for the current user.</p>

user/utils/install.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="install"><a class="header" href="#install">install</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>install [OPTIONS] [--] [files]...
166+
<pre><code>install [OPTION]... [FILE]...
167167
</code></pre>
168168
<p>Copy SOURCE to DEST or multiple SOURCE(s) to the existing
169169
DIRECTORY, while setting permission modes and owner/group</p>

user/utils/kill.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="kill"><a class="header" href="#kill">kill</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>kill [OPTIONS]
166+
<pre><code>kill [OPTIONS]... PID...
167167
</code></pre>
168168
<p>Send signal to processes or list information about signals.</p>
169169
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/link.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="link"><a class="header" href="#link">link</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>link &lt;FILES&gt;...
166+
<pre><code>link FILE1 FILE2
167167
</code></pre>
168168
<p>Call the link function to create a link named FILE2 to an existing FILE1.</p>
169169
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/ln.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,10 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="ln"><a class="header" href="#ln">ln</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>ln [OPTIONS] &lt;files&gt;...
166+
<pre><code>ln [OPTION]... [-T] TARGET LINK_NAME
167+
ln [OPTION]... TARGET
168+
ln [OPTION]... TARGET... DIRECTORY
169+
ln [OPTION]... -t DIRECTORY TARGET...
167170
</code></pre>
168171
<p>change file owner and group</p>
169172
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/ls.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="ls"><a class="header" href="#ls">ls</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>ls [OPTIONS] [--] [paths]...
166+
<pre><code>ls [OPTION]... [FILE]...
167167
</code></pre>
168168
<p>By default, ls will list the files and contents of any directories on the command line, expect that it will ignore files and directories whose names start with '.'.</p>
169169
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/mkdir.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="mkdir"><a class="header" href="#mkdir">mkdir</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>mkdir [OPTIONS] [dirs]...
166+
<pre><code>mkdir [OPTION]... [USER]
167167
</code></pre>
168168
<p>Create the given DIRECTORY(ies) if they do not exist</p>
169169
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/mktemp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="mktemp"><a class="header" href="#mktemp">mktemp</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>mktemp [OPTIONS] [template]...
166+
<pre><code>mktemp [OPTION]... [TEMPLATE]
167167
</code></pre>
168168
<p>create a temporary file or directory.</p>
169169
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/mv.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="mv"><a class="header" href="#mv">mv</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>mv [OPTIONS] &lt;files&gt;...
166+
<pre><code>mv [OPTION]... [-T] SOURCE DEST
167+
mv [OPTION]... SOURCE... DIRECTORY
168+
mv [OPTION]... -t DIRECTORY SOURCE...
167169
</code></pre>
168170
<p>Move SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.</p>
169171
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/nice.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,9 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="nice"><a class="header" href="#nice">nice</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>nice [OPTIONS] [COMMAND]...
166+
<pre><code>nice [OPTIONS] [COMMAND [ARGS]]
167167
</code></pre>
168+
<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>
168169
<h2 id="options"><a class="header" href="#options">Options</a></h2>
169170
<dl><dt><code>--help</code>, <code>-h</code></dt>
170171
<dd>

user/utils/nohup.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="nohup"><a class="header" href="#nohup">nohup</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>nohup &lt;cmd&gt;...
166+
<pre><code>nohup COMMAND [ARG]...
167+
nohup FLAG
167168
</code></pre>
168169
<p>Run COMMAND ignoring hangup signals.</p>
169170
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/nproc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="nproc"><a class="header" href="#nproc">nproc</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>nproc [OPTIONS]
166+
<pre><code>nproc [OPTIONS]...
167167
</code></pre>
168168
<p>Print the number of cores available to the current process.</p>
169169
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/numfmt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="numfmt"><a class="header" href="#numfmt">numfmt</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>numfmt [OPTIONS]
166+
<pre><code>numfmt [OPTION]... [NUMBER]...
167167
</code></pre>
168168
<p>Convert numbers from/to human-readable strings</p>
169169
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/pathchk.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="pathchk"><a class="header" href="#pathchk">pathchk</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>pathchk [OPTIONS]
166+
<pre><code>pathchk [OPTION]... NAME...
167167
</code></pre>
168168
<p>Check whether file names are valid or portable</p>
169169
<h2 id="options"><a class="header" href="#options">Options</a></h2>

user/utils/pinky.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="menu-title">uutils Documentation</h1>
163163
<h1 id="pinky"><a class="header" href="#pinky">pinky</a></h1>
164164
<div class="version">version: 0.0.12
165165
</div>
166-
<pre><code>pinky [OPTIONS] [user]...
166+
<pre><code>pinky [OPTION]... [USER]...
167167
</code></pre>
168168
<p>pinky - lightweight finger</p>
169169
<h2 id="options"><a class="header" href="#options">Options</a></h2>

0 commit comments

Comments
 (0)