aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man
diff options
context:
space:
mode:
authorGeorge Dunlap <george.dunlap@eu.citrix.com>2012-04-24 18:51:56 +0100
committerGeorge Dunlap <george.dunlap@eu.citrix.com>2012-04-24 18:51:56 +0100
commit4d9dfa2abbd32d0cb5c36a21b35f4fecd1b17ca5 (patch)
tree8abf458e21c33ec560b41d535ddf36511d446d24 /docs/man
parentf7e9df6a86f37c364d77b1011a745318967b2379 (diff)
downloadxen-4d9dfa2abbd32d0cb5c36a21b35f4fecd1b17ca5.tar.gz
xen-4d9dfa2abbd32d0cb5c36a21b35f4fecd1b17ca5.tar.bz2
xen-4d9dfa2abbd32d0cb5c36a21b35f4fecd1b17ca5.zip
[v2] xl: Don't require a config file for cpupools
Since the key information can be fairly simply put on the command-line, there's no need to require an actual config file. Also improve the help to cross-reference the xlcpupool.cfg manpage. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/xl.pod.110
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1
index 6e7a7a082f..283c9ed2ac 100644
--- a/docs/man/xl.pod.1
+++ b/docs/man/xl.pod.1
@@ -873,11 +873,13 @@ Cpu-pools can be specified either by name or by id.
=over 4
-=item B<cpupool-create> [I<OPTIONS>] I<ConfigFile> [I<Variable=Value> ...]
+=item B<cpupool-create> [I<OPTIONS>] [I<ConfigFile>] [I<Variable=Value> ...]
-Create a cpu pool based an I<ConfigFile>.
-Variable settings from the I<ConfigFile> may be altered by specifying new
-or additional assignments on the command line.
+Create a cpu pool based an config from a I<ConfigFile> or command-line
+parameters. Variable settings from the I<ConfigFile> may be altered
+by specifying new or additional assignments on the command line.
+
+See the L<xlcpupool.cfg(5)> manpage for more information.
B<OPTIONS>