]> xenbits.xensource.com Git - people/liuw/xen.git/commitdiff
docs/parse-support-md: More complete example runes
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 3 Dec 2018 12:09:28 +0000 (12:09 +0000)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 10 Dec 2018 15:13:07 +0000 (15:13 +0000)
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Juergen Gross <jgross@suse.com>
docs/parse-support-md

index 99ce547c118e1d60abd9f3cb1d8592e72acb14c8..66725236f27cdddb296917c328ed4364f5606245 100755 (executable)
@@ -5,10 +5,10 @@
 #
 # usage:
 #   pandoc -t json SUPPORT.md >j-unstable
-#   git-cat-file ... | pandoc -t json >j-4.10
+#   git cat-file blob origin/staging-4.11:SUPPORT.md | pandoc -t json >j-4.11
 #   docs/parse-support-md \
 #            j-unstable https://xenbits/unstable/SUPPORT.html
-#            j-4.10 https://xenbits/4.10/SUPPORT.html
+#            j-4.11 https://xenbits/4.11/SUPPORT.html
 # or equivalent
 
 use strict;