Skip to content

Commit 0ccc948

Browse files
committed
deploy: c249eba
1 parent d49ff5a commit 0ccc948

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

user/print.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2052,7 +2052,7 @@ <h2 id="options-20"><a class="header" href="#options-20">Options</a></h2>
20522052
<dd>
20532053
<p>include dummy file systems</p>
20542054
</dd>
2055-
<dt><code>--block-size</code>, <code>-B</code></dt>
2055+
<dt><code>--block-size=&lt;SIZE&gt;</code>, <code>-B &lt;SIZE&gt;</code></dt>
20562056
<dd>
20572057
<p>scale sizes by SIZE before printing them; e.g.'-BM' prints sizes in units of 1,048,576 bytes</p>
20582058
</dd>
@@ -2084,9 +2084,9 @@ <h2 id="options-20"><a class="header" href="#options-20">Options</a></h2>
20842084
<dd>
20852085
<p>do not invoke sync before getting usage info (default)</p>
20862086
</dd>
2087-
<dt><code>--output</code></dt>
2087+
<dt><code>--output=&lt;FIELD_LIST&gt;</code></dt>
20882088
<dd>
2089-
<p>use the output format defined by FIELD_LIST,or print all fields if FIELD_LIST is omitted.</p>
2089+
<p>use the output format defined by FIELD_LIST, or print all fields if FIELD_LIST is omitted.</p>
20902090
</dd>
20912091
<dt><code>--portability</code>, <code>-P</code></dt>
20922092
<dd>
@@ -2096,15 +2096,15 @@ <h2 id="options-20"><a class="header" href="#options-20">Options</a></h2>
20962096
<dd>
20972097
<p>invoke sync before getting usage info</p>
20982098
</dd>
2099-
<dt><code>--type</code>, <code>-t</code></dt>
2099+
<dt><code>--type=&lt;TYPE&gt;</code>, <code>-t &lt;TYPE&gt;</code></dt>
21002100
<dd>
21012101
<p>limit listing to file systems of type TYPE</p>
21022102
</dd>
21032103
<dt><code>--print-type</code>, <code>-T</code></dt>
21042104
<dd>
21052105
<p>print file system type</p>
21062106
</dd>
2107-
<dt><code>--exclude-type</code>, <code>-x</code></dt>
2107+
<dt><code>--exclude-type=&lt;TYPE&gt;</code>, <code>-x &lt;TYPE&gt;</code></dt>
21082108
<dd>
21092109
<p>limit listing to file systems not of type TYPE</p>
21102110
</dd>

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/df.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
194194
<dd>
195195
<p>include dummy file systems</p>
196196
</dd>
197-
<dt><code>--block-size</code>, <code>-B</code></dt>
197+
<dt><code>--block-size=&lt;SIZE&gt;</code>, <code>-B &lt;SIZE&gt;</code></dt>
198198
<dd>
199199
<p>scale sizes by SIZE before printing them; e.g.'-BM' prints sizes in units of 1,048,576 bytes</p>
200200
</dd>
@@ -226,9 +226,9 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
226226
<dd>
227227
<p>do not invoke sync before getting usage info (default)</p>
228228
</dd>
229-
<dt><code>--output</code></dt>
229+
<dt><code>--output=&lt;FIELD_LIST&gt;</code></dt>
230230
<dd>
231-
<p>use the output format defined by FIELD_LIST,or print all fields if FIELD_LIST is omitted.</p>
231+
<p>use the output format defined by FIELD_LIST, or print all fields if FIELD_LIST is omitted.</p>
232232
</dd>
233233
<dt><code>--portability</code>, <code>-P</code></dt>
234234
<dd>
@@ -238,15 +238,15 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
238238
<dd>
239239
<p>invoke sync before getting usage info</p>
240240
</dd>
241-
<dt><code>--type</code>, <code>-t</code></dt>
241+
<dt><code>--type=&lt;TYPE&gt;</code>, <code>-t &lt;TYPE&gt;</code></dt>
242242
<dd>
243243
<p>limit listing to file systems of type TYPE</p>
244244
</dd>
245245
<dt><code>--print-type</code>, <code>-T</code></dt>
246246
<dd>
247247
<p>print file system type</p>
248248
</dd>
249-
<dt><code>--exclude-type</code>, <code>-x</code></dt>
249+
<dt><code>--exclude-type=&lt;TYPE&gt;</code>, <code>-x &lt;TYPE&gt;</code></dt>
250250
<dd>
251251
<p>limit listing to file systems not of type TYPE</p>
252252
</dd>

0 commit comments

Comments
 (0)