From patchwork Tue Oct 20 02:41:45 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tetsuya Mukawa X-Patchwork-Id: 7755 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 9029C8E7A; Tue, 20 Oct 2015 04:42:04 +0200 (CEST) Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) by dpdk.org (Postfix) with ESMTP id 3400B8E6C for ; Tue, 20 Oct 2015 04:42:03 +0200 (CEST) Received: by padhk11 with SMTP id hk11so5520854pad.1 for ; Mon, 19 Oct 2015 19:42:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=9Rg+NOj/l80lK5OxYsjfKAX4LjGXwTJx5H2+OujT3/M=; b=j9ZC21a3oP5psr7xDYUm8W5FQCIgpKOOrlLugBWs+rn0wOzDkdj7W1UNx3kJGWWHDA sCUHINWQKCNaxdSYhC3XWK8VVAW9KulAXAQf72eUbSrRueO8XoRjoQAsxQDh1HMEi8jB 3ZEGTwICOD9G3ChpuSHr3u2FIz3w9rPgYsPHOAkTeJU53VWwQV+nxKPsZtanNNBeKXaI nTHQu5cZEXL0AO3hJJ23FOJ79vBX2x6UpxRaK2rDlyv/0c0wVzDgvVp6iOxwwmaudsEC pxeNdtvKwRYN8wkKvtrpkxzL/kb6Rgd+psIi6LlwfjOB+0O2bYt6YJbrz/Jh4y09ipo5 +KvQ== X-Gm-Message-State: ALoCoQlrhe+eITpWytSRVDyebrgnHrKzF6+av0jn3WQI5G+qc7ZHwsi9JpAF1AjeRWMqFSp6uwBO X-Received: by 10.68.93.133 with SMTP id cu5mr935020pbb.71.1445308922451; Mon, 19 Oct 2015 19:42:02 -0700 (PDT) Received: from eris.hq.igel.co.jp (napt.igel.co.jp. [219.106.231.132]) by smtp.gmail.com with ESMTPSA id mk5sm540696pab.44.2015.10.19.19.42.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 19 Oct 2015 19:42:01 -0700 (PDT) From: Tetsuya Mukawa To: dev@dpdk.org Date: Tue, 20 Oct 2015 11:41:45 +0900 Message-Id: <1445308905-28508-1-git-send-email-mukawa@igel.co.jp> X-Mailer: git-send-email 2.1.4 Subject: [dpdk-dev] [PATCH] doc: Add missing new line before code block X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list 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" The patch adds missing new line to "Managing ABI updates" section. Signed-off-by: Tetsuya Mukawa Acked-by: John McNamara --- doc/guides/contributing/versioning.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/guides/contributing/versioning.rst b/doc/guides/contributing/versioning.rst index 8a739dd..d824762 100644 --- a/doc/guides/contributing/versioning.rst +++ b/doc/guides/contributing/versioning.rst @@ -382,7 +382,8 @@ easy. Start by removing the symbol from the requisite version map file: } DPDK_2.0; -Next remove the corresponding versioned export +Next remove the corresponding versioned export. + .. code-block:: c -VERSION_SYMBOL(rte_acl_create, _v20, 2.0);