Skip to content

Commit 9b1545c

Browse files
committed
deploy: f0e8d44
1 parent bbe1c36 commit 9b1545c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

user/print.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3836,9 +3836,9 @@ <h2 id="options-34"><a class="header" href="#options-34">Options</a></h2>
38363836
</div>
38373837
<pre><code>head [FLAG]... [FILE]...
38383838
</code></pre>
3839-
<p>Print the first 10 lines of each FILE to standard output.
3840-
With more than one FILE, precede each with a header giving the file name.
3841-
With no FILE, or when FILE is -, read standard input.</p>
3839+
<p>Print the first 10 lines of each <code>FILE</code> to standard output.
3840+
With more than one <code>FILE</code>, precede each with a header giving the file name.
3841+
With no <code>FILE</code>, or when <code>FILE</code> is <code>-</code>, read standard input.</p>
38423842
<p>Mandatory arguments to long flags are mandatory for short flags too.</p>
38433843
<h2 id="options-35"><a class="header" href="#options-35">Options</a></h2>
38443844
<dl><dt><code>--bytes=&lt;[-]NUM&gt;</code>, <code>-c &lt;[-]NUM&gt;</code></dt>

user/utils/head.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,9 @@ <h1 id="head"><a class="header" href="#head">head</a></h1>
181181
</div>
182182
<pre><code>head [FLAG]... [FILE]...
183183
</code></pre>
184-
<p>Print the first 10 lines of each FILE to standard output.
185-
With more than one FILE, precede each with a header giving the file name.
186-
With no FILE, or when FILE is -, read standard input.</p>
184+
<p>Print the first 10 lines of each <code>FILE</code> to standard output.
185+
With more than one <code>FILE</code>, precede each with a header giving the file name.
186+
With no <code>FILE</code>, or when <code>FILE</code> is <code>-</code>, read standard input.</p>
187187
<p>Mandatory arguments to long flags are mandatory for short flags too.</p>
188188
<h2 id="options"><a class="header" href="#options">Options</a></h2>
189189
<dl><dt><code>--bytes=&lt;[-]NUM&gt;</code>, <code>-c &lt;[-]NUM&gt;</code></dt>

0 commit comments

Comments
 (0)