diff options
author | Nicholas Bishop <nicholasbishop@gmail.com> | 2016-08-20 21:40:00 -0400 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-08-26 15:24:10 +0100 |
commit | 917533936b7e8c9d49d5f16db7c940408e5d955b (patch) | |
tree | 1fa5b80f2a342c1b15286ec54e82e45b97ad1ede /docs | |
parent | 8a641ce02d98157b81ef4dac6d607c2434bfbd60 (diff) |
docs: Fix formatting that causes Github to hide words.
When github renders markdown it hides words inside of angle brackets.
Replacing the angle brackets with backticks fixes the issue.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/USAGE.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/USAGE.markdown b/docs/USAGE.markdown index 0fbff127..e60567b2 100644 --- a/docs/USAGE.markdown +++ b/docs/USAGE.markdown @@ -561,6 +561,6 @@ system configuration: 2. The target host must have a functional glretrace binary available -3. The target host must have access to <trace-file> at the same path - in the filesystem as the <trace-file> path on the host system being +3. The target host must have access to `trace-file` at the same path + in the filesystem as the `trace-file` path on the host system being passed to the qapitrace command line. |