From mboxrd@z Thu Jan 1 00:00:00 1970 From: John McNamara Subject: [PATCH v2] doc: fix minor sphinx build warning Date: Thu, 2 Jul 2015 15:15:22 +0100 Message-ID: <1435846522-24732-1-git-send-email-john.mcnamara@intel.com> To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id DFAF111C5 for ; Thu, 2 Jul 2015 16:15:25 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fix for a minor Sphinx build warning in the ABI guidelines docs: versioning.rst:126: WARNING: Bullet list ends without a blank line; unexpected unindent. Signed-off-by: John McNamara --- doc/guides/guidelines/versioning.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/guidelines/versioning.rst b/doc/guides/guidelines/versioning.rst index a1c9368..ea789cb 100644 --- a/doc/guides/guidelines/versioning.rst +++ b/doc/guides/guidelines/versioning.rst @@ -122,9 +122,9 @@ The macros exported are: the linker to bind references to symbol ``b`` to the internal symbol ``b_e``. -* ``MAP_STATIC_SYMBOL(f, p)``: Declare the prototype ``f``, and map it to the fully -qualified function ``p``, so that if a symbol becomes versioned, it can still be -mapped back to the public symbol name. +* ``MAP_STATIC_SYMBOL(f, p)``: Declare the prototype ``f``, and map it to the + fully qualified function ``p``, so that if a symbol becomes versioned, it + can still be mapped back to the public symbol name. Examples of ABI Macro use ------------------------- -- 1.8.1.4 V2: Removed main heading label.