misc: Use the code format for commands and messages
authorSiddhesh Poyarekar <siddhesh.poyarekar@gmail.com>
Wed, 14 Feb 2018 20:09:01 +0000 (01:39 +0530)
committerSiddhesh Poyarekar <siddhesh.poyarekar@gmail.com>
Tue, 6 Mar 2018 19:47:42 +0000 (19:47 +0000)
commit10e5646dbbe46aa317ec568cb2a58968ca867575
tree23b2927f8e493f941510d546764eac03e704c63c
parent1c4606bc4d2589152eb09a74c8fe62e3004097a7
misc: Use the code format for commands and messages

Make the style consistent across code blocks.  This also makes sure
that markdown does not try to read any of the code blocks and try to
do anything with it.

Using the blockquotes instead of code blocks results in github
attempting to render tags and special markdown chars, which is wrong.

Change-Id: I8526933c8283ae02646d6273ed0cbd8e85176bd0
Signed-off-by: Siddhesh Poyarekar <siddhesh.poyarekar@gmail.com>
Reviewed-on: https://gem5-review.googlesource.com/8323
Reviewed-by: Brandon Potter <Brandon.Potter@amd.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
CONTRIBUTING.md