From: John McNamara Date: Fri, 20 May 2016 14:08:39 +0000 (+0100) Subject: doc: fix code section in versioning guide X-Git-Tag: spdx-start~6790 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=b3c64b7de8d5a40053c00625ddda4c02b8d12d94;p=dpdk.git doc: fix code section in versioning guide Fix broken console directive in the ABI validator section of the ABI versioning docs. Fixes: f1ef9794f9bd ("doc: add ABI guidelines") Signed-off-by: John McNamara --- diff --git a/doc/guides/contributing/versioning.rst b/doc/guides/contributing/versioning.rst index ae10a984ca..92b4d7ca7e 100644 --- a/doc/guides/contributing/versioning.rst +++ b/doc/guides/contributing/versioning.rst @@ -475,7 +475,7 @@ Where ``REV1`` and ``REV2`` are valid gitrevisions(7) https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html on the local repo and target is the usual DPDK compilation target. -For example: +For example:: # Check between the previous and latest commit: ./scripts/validate-abi.sh HEAD~1 HEAD x86_64-native-linuxapp-gcc