Skip to content

Commit 6ef7a6e

Browse files
committed
deploy: 2ed80ff
1 parent bdb19f6 commit 6ef7a6e

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

user/print.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -5914,7 +5914,7 @@ <h2 id="options-62"><a class="header" href="#options-62">Options</a></h2>
59145914
</dd>
59155915
<dt><code>--page-width=&lt;width&gt;</code>, <code>-W &lt;width&gt;</code></dt>
59165916
<dd>
5917-
<p>set page width to PAGE_WIDTH (72) characters always,<br /> truncate lines, except -J option is set, no interference<br /> with -S or -s</p>
5917+
<p>set page width to PAGE_WIDTH (72) characters always, truncate lines, except -J option is set, no interference with -S or -s</p>
59185918
</dd>
59195919
<dt><code>--across</code>, <code>-a</code></dt>
59205920
<dd>
@@ -5942,7 +5942,7 @@ <h2 id="options-62"><a class="header" href="#options-62">Options</a></h2>
59425942
</dd>
59435943
<dt><code>-J</code></dt>
59445944
<dd>
5945-
<p>merge full lines, turns off -W line truncation, no column<br /> alignment, --sep-string[=STRING] sets separators</p>
5945+
<p>merge full lines, turns off -W line truncation, no column alignment, --sep-string[=STRING] sets separators</p>
59465946
</dd>
59475947
<dt><code>--help</code></dt>
59485948
<dd>
@@ -8394,8 +8394,8 @@ <h2 id="examples-82"><a class="header" href="#examples-82">Examples</a></h2>
83948394
</div>
83958395
<pre><code>sum [OPTION]... [FILE]...
83968396
</code></pre>
8397-
<p>Checksum and count the blocks in a file.
8398-
With no FILE, or when FILE is -, read standard input.</p>
8397+
<p>Checksum and count the blocks in a file.</p>
8398+
<p>With no FILE, or when FILE is -, read standard input.</p>
83998399
<h2 id="options-94"><a class="header" href="#options-94">Options</a></h2>
84008400
<dl><dt></dt>
84018401
<dd>
@@ -9252,8 +9252,8 @@ <h2 id="examples-96"><a class="header" href="#examples-96">Examples</a></h2>
92529252
</div>
92539253
<pre><code>unexpand [OPTION]... [FILE]...
92549254
</code></pre>
9255-
<p>Convert blanks in each FILE to tabs, writing to standard output.
9256-
With no FILE, or when FILE is -, read standard input.</p>
9255+
<p>Convert blanks in each FILE to tabs, writing to standard output.</p>
9256+
<p>With no FILE, or when FILE is -, read standard input.</p>
92579257
<h2 id="options-108"><a class="header" href="#options-108">Options</a></h2>
92589258
<dl><dt></dt>
92599259
<dd>

user/utils/pr.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
222222
</dd>
223223
<dt><code>--page-width=&lt;width&gt;</code>, <code>-W &lt;width&gt;</code></dt>
224224
<dd>
225-
<p>set page width to PAGE_WIDTH (72) characters always,<br /> truncate lines, except -J option is set, no interference<br /> with -S or -s</p>
225+
<p>set page width to PAGE_WIDTH (72) characters always, truncate lines, except -J option is set, no interference with -S or -s</p>
226226
</dd>
227227
<dt><code>--across</code>, <code>-a</code></dt>
228228
<dd>
@@ -250,7 +250,7 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
250250
</dd>
251251
<dt><code>-J</code></dt>
252252
<dd>
253-
<p>merge full lines, turns off -W line truncation, no column<br /> alignment, --sep-string[=STRING] sets separators</p>
253+
<p>merge full lines, turns off -W line truncation, no column alignment, --sep-string[=STRING] sets separators</p>
254254
</dd>
255255
<dt><code>--help</code></dt>
256256
<dd>

user/utils/sum.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ <h1 id="sum"><a class="header" href="#sum">sum</a></h1>
178178
</div>
179179
<pre><code>sum [OPTION]... [FILE]...
180180
</code></pre>
181-
<p>Checksum and count the blocks in a file.
182-
With no FILE, or when FILE is -, read standard input.</p>
181+
<p>Checksum and count the blocks in a file.</p>
182+
<p>With no FILE, or when FILE is -, read standard input.</p>
183183
<h2 id="options"><a class="header" href="#options">Options</a></h2>
184184
<dl><dt></dt>
185185
<dd>

user/utils/unexpand.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ <h1 id="unexpand"><a class="header" href="#unexpand">unexpand</a></h1>
178178
</div>
179179
<pre><code>unexpand [OPTION]... [FILE]...
180180
</code></pre>
181-
<p>Convert blanks in each FILE to tabs, writing to standard output.
182-
With no FILE, or when FILE is -, read standard input.</p>
181+
<p>Convert blanks in each FILE to tabs, writing to standard output.</p>
182+
<p>With no FILE, or when FILE is -, read standard input.</p>
183183
<h2 id="options"><a class="header" href="#options">Options</a></h2>
184184
<dl><dt></dt>
185185
<dd>

0 commit comments

Comments
 (0)