diff options
author | Jack Lloyd <[email protected]> | 2019-03-29 23:06:00 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-03-29 23:06:00 -0400 |
commit | 66c884ba31394b1040fb7f6ab76272f9d904f817 (patch) | |
tree | c6d6e44a60227f5a6752bd3938c984439f13a171 /doc | |
parent | f7d4d30470b3f7a976ba23ffb6892bed23aa6ca5 (diff) |
Fix quoting
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release_process.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release_process.rst b/doc/release_process.rst index 101823119..37121b74f 100644 --- a/doc/release_process.rst +++ b/doc/release_process.rst @@ -19,7 +19,7 @@ And remember that CI doesn't test everything. In particular, not all tests run under valgrind or on the qemu cross builds due to time constraints. So before release, do a complete build/test cycle: - - Running under valgrind (remember `--with-valgrind` flag) + - Running under valgrind (remember ``--with-valgrind`` flag) - Using Clang sanitizers (ASan + UbSan) - Native or cross compile for Linux aarch64 and ppc64le - Native compile on FreeBSD x86-64 |