diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2009-03-16 16:22:54 -0400 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-03-16 23:11:02 +0100 |
commit | 977f6f4b3dfbdd32d7df5a774a4ed761d5d4b98f (patch) | |
tree | b97e8b693dc2ddb73e205b03392c86deee86f53f /extras | |
parent | 9a2773c4a42bf36fc5122a42229530e421bc51c3 (diff) |
vol_id: fix language in manpage
The documentation for the --offset option wasn't in complete
sentences.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/volume_id/vol_id.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/volume_id/vol_id.xml b/extras/volume_id/vol_id.xml index 3ab0b05c82..475e9bc389 100644 --- a/extras/volume_id/vol_id.xml +++ b/extras/volume_id/vol_id.xml @@ -100,8 +100,8 @@ <varlistentry> <term><option>--offset=<replaceable>bytes</replaceable></option></term> <listitem> - <para>Probing at the given offset, instead of the start of the volume. - The offset value is specified in bytes.</para> + <para>Start probing at the given offset, instead of the beginning + of the volume. The offset value is specified in bytes.</para> </listitem> </varlistentry> <varlistentry> |