mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
32 lines
1.2 KiB
Groff
32 lines
1.2 KiB
Groff
$NetBSD: patch-.._docs_man_xm.pod.1,v 1.1 2013/05/15 06:58:50 jnemeth Exp $
|
|
|
|
--- ../docs/man/xm.pod.1.orig 2009-01-05 11:26:58.000000000 +0000
|
|
+++ ../docs/man/xm.pod.1
|
|
@@ -75,7 +75,7 @@ in the config file. See L<xmdomain.cfg>
|
|
format, and possible options used in either the configfile or for I<vars>.
|
|
|
|
I<configfile> can either be an absolute path to a file, or a relative
|
|
-path to a file located in /etc/xen.
|
|
+path to a file located in @XENDCONFDIR@.
|
|
|
|
Create will return B<as soon> as the domain is started. This B<does
|
|
not> mean the guest OS in the domain has actually booted, or is
|
|
@@ -156,7 +156,7 @@ B<EXAMPLES>
|
|
|
|
xm create Fedora4
|
|
|
|
-This creates a domain with the file /etc/xen/Fedora4, and returns as
|
|
+This creates a domain with the file @XENDCONFDIR@/Fedora4, and returns as
|
|
soon as it is run.
|
|
|
|
=item I<without config file>
|
|
@@ -388,7 +388,7 @@ file format, and possible options used i
|
|
I<vars>.
|
|
|
|
I<configfile> can either be an absolute path to a file, or a relative
|
|
-path to a file located in /etc/xen.
|
|
+path to a file located in @XENDCONFDIR@.
|
|
|
|
The new subcommand will return without starting the domain. The
|
|
domain needs to be started using the B<xm start> command.
|