docs: remove stale create example from xl.1
authorOlaf Hering <olaf@aepfle.de>
Mon, 11 Jan 2021 17:41:48 +0000 (18:41 +0100)
committerIan Jackson <iwj@xenproject.org>
Mon, 8 Feb 2021 15:43:31 +0000 (15:43 +0000)
Maybe xm create had a feature to create a domU based on a configuration
file. xl create requires the '-f' option to refer to a file.
There is no code to look into XEN_CONFIG_DIR, so remove the example.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Reviewed-by: Ian Jackson <iwj@xenproject.org>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
docs/man/xl.1.pod.in

index f4779d8fd65461d2bec74bc3ada7735d0a82b266..0354d3beba09d5e5c1256ef17cb6b70920b6a8ea 100644 (file)
@@ -171,13 +171,6 @@ B<EXAMPLES>
 
 =over 4
 
-=item I<with config file>
-
-  xl create DebianLenny
-
-This creates a domain with the file /etc/xen/DebianLenny, and returns as
-soon as it is run.
-
 =item I<with extra parameters>
 
   xl create hvm.cfg 'cpus="0-3"; pci=["01:05.1","01:05.2"]'