aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples
diff options
context:
space:
mode:
Diffstat (limited to 'tools/examples')
-rw-r--r--tools/examples/xlexample.hvm2
-rw-r--r--tools/examples/xlexample.pvlinux2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/examples/xlexample.hvm b/tools/examples/xlexample.hvm
index a5a65c2b72..1530b51723 100644
--- a/tools/examples/xlexample.hvm
+++ b/tools/examples/xlexample.hvm
@@ -3,7 +3,7 @@
# =====================================================================
#
# This is a fairly minimal example of what is required for an
-# HVM guest. For a more complete guide see <XXX Document TBD>
+# HVM guest. For a more complete guide see xl.cfg(5)
# This configures an HVM rather than PV guest
builder = "hvm"
diff --git a/tools/examples/xlexample.pvlinux b/tools/examples/xlexample.pvlinux
index a5fad4767c..bb5996b29f 100644
--- a/tools/examples/xlexample.pvlinux
+++ b/tools/examples/xlexample.pvlinux
@@ -3,7 +3,7 @@
# =====================================================================
#
# This is a fairly minimal example of what is required for a
-# Paravirtualised Linux guest. For a more complete guide see <XXX Document TBD>
+# Paravirtualised Linux guest. For a more complete guide see xl.cfg(5)
# Guest name
name = "example.pvlinux"