summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-08-05 08:40:36 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-08-05 12:01:16 +0000
commit32b64cce23cd7fb35900a0613a1162e639f0c59c (patch)
tree3e858c56b3db8c39091a6eef8e82304f191d826a /man
parent9ae742ea4f40da6150efeba7be06464fa031e123 (diff)
man: point nspawn --machine to machinectl search-path
The --machine option used to describe searching for machines in /var/lib/machines, which is not the whole story, so let's link to where it's described in more detail.
Diffstat (limited to 'man')
-rw-r--r--man/systemd-nspawn.xml15
1 files changed, 9 insertions, 6 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
index 06285edc0b..d1e050cb89 100644
--- a/man/systemd-nspawn.xml
+++ b/man/systemd-nspawn.xml
@@ -156,12 +156,15 @@
<para>If neither <option>--directory=</option>, nor
<option>--image=</option> is specified the directory is
- determined as <filename>/var/lib/machines/</filename> suffixed
- by the machine name as specified with
- <option>--machine=</option>. If neither
- <option>--directory=</option>, <option>--image=</option>, nor
- <option>--machine=</option> are specified, the current
- directory will be used. May not be specified together with
+ determined by searching for a directory named the same as the
+ machine name specified with <option>--machine=</option>. See
+ <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+ section "Files and Directories" for the precise search path.</para>
+
+ <para>If neither <option>--directory=</option>,
+ <option>--image=</option>, nor <option>--machine=</option>
+ are specified, the current directory will
+ be used. May not be specified together with
<option>--image=</option>.</para></listitem>
</varlistentry>