[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] docs/cmdline: Fix markdown syntax
commit 5e4af078e8ff6c16f8f7bf02bbe64022f5357529 Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> AuthorDate: Fri Dec 7 13:43:23 2018 +0000 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Mon Dec 10 15:44:28 2018 +0000 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 <andrew.cooper3@xxxxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- docs/misc/xen-command-line.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 > `= <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` -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |