]> xenbits.xensource.com Git - people/aperard/xen-unstable.git/commitdiff
docs: Correct name for xen-command-line.pandoc
authorLeo Yan <leo.yan@linaro.org>
Mon, 24 Jul 2023 08:52:11 +0000 (16:52 +0800)
committerStefano Stabellini <stefano.stabellini@amd.com>
Tue, 25 Jul 2023 19:40:02 +0000 (12:40 -0700)
In the commit d661611d08 ("docs/markdown: Switch to using pandoc, and
fix underscore escaping"), the documentation suffix was changed from
".markdown" to ".pandoc"; however, the reference was missed to update.

This patch updates the documentation name to xen-command-line.pandoc.

Fixes: d661611d08 ("docs/markdown: Switch to using pandoc, and fix underscore escaping")
Signed-off-by: Leo Yan <leo.yan@linaro.org>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
docs/features/sched_credit2.pandoc
docs/misc/arm/big.LITTLE.txt
xen/common/Kconfig

index 436ff9f8f6ad4df0ff1410e768b2570faeb77485..ef07e463cb078eadcc12a284bd9985b6866ec786 100644 (file)
@@ -27,7 +27,7 @@ different than `credit2`) parameter is passed to Xen via the
 bootloader.
 
 Other parameters are available for tuning the behavior of Credit2
-(see `docs/misc/xen-command-line.markdown` for a complete list and
+(see `docs/misc/xen-command-line.pandoc` for a complete list and
 for their meaning).
 
 Once the system is live, for creating a cpupool with Credit2 as
index b6ea1c9d61a1264c90cd7820d34aa6ab1c2215f7..1d11058444797ad024ca4796e6f7eac75d378474 100644 (file)
@@ -42,5 +42,5 @@ The following option runs one domain vcpu as big and one as LITTLE:
   cpus = ["0-3", "4-7"]
 
 
-[1] docs/misc/xen-command-line.markdown
+[1] docs/misc/xen-command-line.pandoc
 [2] docs/man/xl.cfg.pod.5
index dd8d7c3f1ccbed2b085869405c28dec95beb9377..0d248ab94108f7286af91c82c6c7a465d4d8c735 100644 (file)
@@ -440,7 +440,7 @@ config DOM0_MEM
          The specified string will be used for the dom0_mem parameter in
          case it was not specified on the command line.
 
-         See docs/misc/xen-command-line.markdown for the supported syntax.
+         See docs/misc/xen-command-line.pandoc for the supported syntax.
 
          Leave empty if you are not sure what to specify.