Skip to content

Commit f9d307d

Browse files
committed
deploy: f0e8d44
1 parent 1bffa91 commit f9d307d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

user/print.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3301,8 +3301,8 @@ <h2 id="examples-25"><a class="header" href="#examples-25">Examples</a></h2>
33013301
</div>
33023302
<pre><code>expand [OPTION]... [FILE]...
33033303
</code></pre>
3304-
<p>Convert tabs in each FILE to spaces, writing to standard output.
3305-
With no FILE, or when FILE is -, read standard input.</p>
3304+
<p>Convert tabs in each <code>FILE</code> to spaces, writing to standard output.
3305+
With no <code>FILE</code>, or when <code>FILE</code> is <code>-</code>, read standard input.</p>
33063306
<h2 id="options-27"><a class="header" href="#options-27">Options</a></h2>
33073307
<dl><dt><code>--initial</code>, <code>-i</code></dt>
33083308
<dd>
@@ -3672,7 +3672,7 @@ <h2 id="examples-31"><a class="header" href="#examples-31">Examples</a></h2>
36723672
</div>
36733673
<pre><code>groups [OPTION]... [USERNAME]...
36743674
</code></pre>
3675-
<p>Print group memberships for each USERNAME or, if no USERNAME is specified, for
3675+
<p>Print group memberships for each <code>USERNAME</code> or, if no <code>USERNAME</code> is specified, for
36763676
the current process (which may differ if the groups data‐base has changed).</p>
36773677
<h2 id="options-33"><a class="header" href="#options-33">Options</a></h2>
36783678
<dl><dt></dt>

user/utils/expand.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ <h1 id="expand"><a class="header" href="#expand">expand</a></h1>
181181
</div>
182182
<pre><code>expand [OPTION]... [FILE]...
183183
</code></pre>
184-
<p>Convert tabs in each FILE to spaces, writing to standard output.
185-
With no FILE, or when FILE is -, read standard input.</p>
184+
<p>Convert tabs in each <code>FILE</code> to spaces, writing to standard output.
185+
With no <code>FILE</code>, or when <code>FILE</code> is <code>-</code>, read standard input.</p>
186186
<h2 id="options"><a class="header" href="#options">Options</a></h2>
187187
<dl><dt><code>--initial</code>, <code>-i</code></dt>
188188
<dd>

user/utils/groups.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h1 id="groups"><a class="header" href="#groups">groups</a></h1>
180180
</div>
181181
<pre><code>groups [OPTION]... [USERNAME]...
182182
</code></pre>
183-
<p>Print group memberships for each USERNAME or, if no USERNAME is specified, for
183+
<p>Print group memberships for each <code>USERNAME</code> or, if no <code>USERNAME</code> is specified, for
184184
the current process (which may differ if the groups data‐base has changed).</p>
185185
<h2 id="options"><a class="header" href="#options">Options</a></h2>
186186
<dl><dt></dt>

0 commit comments

Comments
 (0)