Skip to content

Commit

Permalink
Fixed wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
bringhurst committed Dec 9, 2013
1 parent 8d39a7c commit ec4b833
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/html/dfilemaker.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 id="options">OPTIONS</h1>
<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>
</dd>
<dt>-f, --fill=<em>type</em></dt>
<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>
<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>
</dd>
<dt>-r, --ratio=<em>min</em>-<em>max</em></dt>
<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>
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/dfilemaker.1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The default depth is set to 10 min, 20 max.
.TP
.B \-f, \-\-fill=\f[I]type\f[]
Specify the fill pattern of the file.
Currently three options are available, \f[C]random\f[], \f[C]true\f[],
Current options available are: \f[C]random\f[], \f[C]true\f[],
\f[C]false\f[], and \f[C]alternate\f[].
\f[C]random\f[] will fill the file using urandom(4).
\f[C]true\f[] will fill the file with a 0xFF pattern.
Expand Down
2 changes: 1 addition & 1 deletion doc/markdown/dfilemaker.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ suitable for testing.
is set to 10 min, 20 max.

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

0 comments on commit ec4b833

Please sign in to comment.