docs: substitute XEN_CONFIG_DIR in xl.conf.5
authorOlaf Hering <olaf@aepfle.de>
Mon, 11 Jan 2021 17:41:49 +0000 (18:41 +0100)
committerIan Jackson <iwj@xenproject.org>
Mon, 8 Feb 2021 15:45:28 +0000 (15:45 +0000)
xl(1) opens xl.conf in XEN_CONFIG_DIR.
Substitute this variable also in the man page.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Reviewed-by: Anthony PERARD <anthony.perard@citrix.com>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
docs/man/xl.1.pod.in
docs/man/xl.conf.5.pod

index 0354d3beba09d5e5c1256ef17cb6b70920b6a8ea..e206039d9982e66189a297be61db5971a7815573 100644 (file)
@@ -50,7 +50,7 @@ setup the bridge.
 
 If you specify the amount of memory dom0 has, passing B<dom0_mem> to
 Xen, it is highly recommended to disable B<autoballoon>. Edit
-B</etc/xen/xl.conf> and set it to 0.
+B<@XEN_CONFIG_DIR@/xl.conf> and set it to 0.
 
 =item run xl as B<root>
 
index 41ee4287446b2c8d5d55bc7d5a2d72f43731d651..dfea9d64ba39381ade9efc0b21726fdf91ce6c4b 100644 (file)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-/etc/xen/xl.conf - XL Global/Host Configuration 
+@XEN_CONFIG_DIR@/xl.conf - XL Global/Host Configuration
 
 =head1 DESCRIPTION