From: Andrew Cooper Date: Fri, 7 Dec 2018 13:43:23 +0000 (+0000) Subject: docs/cmdline: Fix markdown syntax X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5e4af078e8ff6c16f8f7bf02bbe64022f5357529;p=people%2Fpauldu%2Fxen.git docs/cmdline: Fix markdown syntax * vwfi needs a closing `. rmrr needs one as well, and the opening ' switched to ` * The com1/com2 example lines are already verbatim blocks and shouldn't escape their underscores. This ends up in the rendered output. Signed-off-by: Andrew Cooper Acked-by: Wei Liu --- diff --git a/docs/misc/xen-command-line.markdown b/docs/misc/xen-command-line.markdown index 6f671d3219..8097b7a374 100644 --- a/docs/misc/xen-command-line.markdown +++ b/docs/misc/xen-command-line.markdown @@ -348,8 +348,8 @@ The accepted name keywords for name=value pairs are: The following are examples of correct specifications: com1=115200,8n1,0x3f8,4 - com1=115200,8n1,0x3f8,4,reg\_width=4,reg\_shift=2 - com1=baud=115200,parity=n,stop\_bits=1,io\_base=0x3f8,reg\_width=4 + com1=115200,8n1,0x3f8,4,reg_width=4,reg_shift=2 + com1=baud=115200,parity=n,stop_bits=1,io_base=0x3f8,reg_width=4 ### conring\_size > `= ` @@ -1665,7 +1665,7 @@ Specify the host reboot method. when running nested Xen) ### rmrr -> '= start<-end>=[s1]bdf1[,[s1]bdf2[,...]];start<-end>=[s2]bdf1[,[s2]bdf2[,...]] +> `= start<-end>=[s1]bdf1[,[s1]bdf2[,...]];start<-end>=[s2]bdf1[,[s2]bdf2[,...]]` Define RMRR units that are missing from ACPI table along with device they belong to and use them for 1:1 mapping. End addresses can be omitted and one @@ -2096,7 +2096,7 @@ As the virtualisation is not 100% safe, don't use the vpmu flag on production systems (see http://xenbits.xen.org/xsa/advisory-163.html)! ### vwfi (arm) -> `= trap | native +> `= trap | native` > Default: `trap`