Skip to content

Commit d77522f

Browse files
committed
deploy: f0e8d44
1 parent 2936434 commit d77522f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

user/print.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -9578,8 +9578,8 @@ <h2 id="examples-97"><a class="header" href="#examples-97">Examples</a></h2>
95789578
</div>
95799579
<pre><code>unexpand [OPTION]... [FILE]...
95809580
</code></pre>
9581-
<p>Convert blanks in each FILE to tabs, writing to standard output.</p>
9582-
<p>With no FILE, or when FILE is -, read standard input.</p>
9581+
<p>Convert blanks in each <code>FILE</code> to tabs, writing to standard output.
9582+
With no <code>FILE</code>, or when <code>FILE</code> is <code>-</code>, read standard input.</p>
95839583
<h2 id="options-108"><a class="header" href="#options-108">Options</a></h2>
95849584
<dl><dt></dt>
95859585
<dd>

user/utils/unexpand.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ <h1 id="unexpand"><a class="header" href="#unexpand">unexpand</a></h1>
181181
</div>
182182
<pre><code>unexpand [OPTION]... [FILE]...
183183
</code></pre>
184-
<p>Convert blanks in each FILE to tabs, writing to standard output.</p>
185-
<p>With no FILE, or when FILE is -, read standard input.</p>
184+
<p>Convert blanks in each <code>FILE</code> to tabs, 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></dt>
188188
<dd>

0 commit comments

Comments
 (0)