diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2015-04-07 15:53:05 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-04-07 16:54:44 +0200 |
commit | 6b94875fa3a7280e7f1c0df11027b927b6961ede (patch) | |
tree | de2f221a94d19b1e1e34df80933664733449ab97 /man | |
parent | f8b07704b86886e52902f9b320623ab10aad7dc4 (diff) |
man: fix typos in machinectl
The s/now/not/ unfortunately inverted the meaning.
Diffstat (limited to 'man')
-rw-r--r-- | man/machinectl.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/machinectl.xml b/man/machinectl.xml index eee7d0d0b2..59a6e14d47 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -594,7 +594,7 @@ specify <literal>-</literal> as local machine name.</para> <para>Note that the read-only subvolume is prefixed with - <filename>.tar-</filename>, and is thus now shown by + <filename>.tar-</filename>, and is thus not shown by <command>list-images</command>, unless <option>--all</option> is passed.</para> @@ -623,7 +623,7 @@ (see above).</para> <para>If the the downloaded image is in - <filename>.qcow2</filename> format it es converted into a raw + <filename>.qcow2</filename> format it is converted into a raw image file before it is made available.</para> <para>Downloaded images of this type will be placed as @@ -635,7 +635,7 @@ <para>Similar to the behaviour of <command>pull-tar</command>, the read-only image is prefixed with - <filename>.raw-</filename>, and thus now shown by + <filename>.raw-</filename>, and thus not shown by <command>list-images</command>, unless <option>--all</option> is passed.</para> @@ -667,7 +667,7 @@ <literal>-</literal> as local machine name.</para> <para>The read-only layer subvolumes are prefixed with - <filename>.dkr-</filename>, and thus now shown by + <filename>.dkr-</filename>, and thus not shown by <command>list-images</command>, unless <option>--all</option> is passed.</para> |