Skip to content

Commit ec4b833

Browse files
committed
Fixed wording.
1 parent 8d39a7c commit ec4b833

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/html/dfilemaker.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 id="options">OPTIONS</h1>
2323
<dd><p>Specify the depth of the filesystem tree to generate. The depth will be selected at random within the bounds of min and max. The default depth is set to 10 min, 20 max.</p>
2424
</dd>
2525
<dt>-f, --fill=<em>type</em></dt>
26-
<dd><p>Specify the fill pattern of the file. Currently three options are available, <code>random</code>, <code>true</code>, <code>false</code>, and <code>alternate</code>. <code>random</code> will fill the file using urandom(4). <code>true</code> will fill the file with a 0xFF pattern. <code>false</code> will fill the file with a 0x00 pattern. <code>alternate</code> will fill the file with a 0xAA pattern. The default fill is <code>random</code>.</p>
26+
<dd><p>Specify the fill pattern of the file. Current options available are: <code>random</code>, <code>true</code>, <code>false</code>, and <code>alternate</code>. <code>random</code> will fill the file using urandom(4). <code>true</code> will fill the file with a 0xFF pattern. <code>false</code> will fill the file with a 0x00 pattern. <code>alternate</code> will fill the file with a 0xAA pattern. The default fill is <code>random</code>.</p>
2727
</dd>
2828
<dt>-r, --ratio=<em>min</em>-<em>max</em></dt>
2929
<dd><p>Specify the ratio of files to directories as a percentage. The ratio will be chosen at random within the bounds of min and max. The default ratio is 5% min to 20% max.</p>

doc/man/man1/dfilemaker.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The default depth is set to 10 min, 20 max.
2020
.TP
2121
.B \-f, \-\-fill=\f[I]type\f[]
2222
Specify the fill pattern of the file.
23-
Currently three options are available, \f[C]random\f[], \f[C]true\f[],
23+
Current options available are: \f[C]random\f[], \f[C]true\f[],
2424
\f[C]false\f[], and \f[C]alternate\f[].
2525
\f[C]random\f[] will fill the file using urandom(4).
2626
\f[C]true\f[] will fill the file with a 0xFF pattern.

doc/markdown/dfilemaker.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ suitable for testing.
2020
is set to 10 min, 20 max.
2121

2222
-f, \--fill=*type*
23-
: Specify the fill pattern of the file. Currently three options are available,
23+
: Specify the fill pattern of the file. Current options available are:
2424
`random`, `true`, `false`, and `alternate`. `random` will fill the file
2525
using urandom(4). `true` will fill the file with a 0xFF pattern. `false`
2626
will fill the file with a 0x00 pattern. `alternate` will fill the file

0 commit comments

Comments
 (0)