diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2015-04-07 15:53:04 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-04-07 16:54:41 +0200 |
commit | f8b07704b86886e52902f9b320623ab10aad7dc4 (patch) | |
tree | 41e877e0f8888ffc228a8e9d1965e62f46827a9e /man | |
parent | 60d17b74d714fa15d68639062dc2932d7b096229 (diff) |
man: Resolve how to refer to derived names for machinectl containers
"the name it is" is clumsy english, and since the most recently referred
to thing was a name anyway we can just leave the "it is".
This matches later uses in the same document.
Diffstat (limited to 'man')
-rw-r--r-- | man/machinectl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/machinectl.xml b/man/machinectl.xml index f6729151ba..eee7d0d0b2 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -562,7 +562,7 @@ <literal>https://</literal>, and must refer to a <filename>.tar</filename>, <filename>.tar.gz</filename>, <filename>.tar.xz</filename> or <filename>.tar.bz2</filename> - archive file. If the local machine name is omitted the name it + archive file. If the local machine name is omitted it is automatically derived from the last component of the URL, with its suffix removed.</para> @@ -615,7 +615,7 @@ be a <filename>.qcow2</filename> or raw disk image, optionally compressed as <filename>.gz</filename>, <filename>.xz</filename>, or <filename>.bz2</filename>. If the - local machine name is omitted the name it is automatically + local machine name is omitted it is automatically derived from the last component of the URL, with its suffix removed.</para> |