From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <jmiao@redhat.com>
Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28])
 by dpdk.org (Postfix) with ESMTP id 43BD37E75
 for <dev@dpdk.org>; Fri, 24 Oct 2014 08:59:26 +0200 (CEST)
Received: from int-mx14.intmail.prod.int.phx2.redhat.com
 (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27])
 by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9O77rkK020148
 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL)
 for <dev@dpdk.org>; Fri, 24 Oct 2014 03:07:53 -0400
Received: from cyclades01.nay.redhat.com ([10.66.70.120])
 by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id
 s9O77oo8030026; Fri, 24 Oct 2014 03:07:51 -0400
From: Jincheng Miao <jmiao@redhat.com>
To: dev@dpdk.org
Date: Fri, 24 Oct 2014 15:07:48 +0800
Message-Id: <1414134468-1553-1-git-send-email-jmiao@redhat.com>
X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27
Subject: [dpdk-dev]  [PATCH] doc: fix a typo
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 24 Oct 2014 06:59:26 -0000

Signed-off-by: Jincheng Miao <jmiao@redhat.com>
---
 doc/guides/linux_gsg/sys_reqs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst
index 6a03f54..c14411e 100755
--- a/doc/guides/linux_gsg/sys_reqs.rst
+++ b/doc/guides/linux_gsg/sys_reqs.rst
@@ -267,7 +267,7 @@ Use the following command (assuming that 2048 MB is required):
 
 .. code-block:: console
 
-    echo 2048 /sys/kernel/mm/dom0-mm/memsize-mB/memsize
+    echo 2048 > /sys/kernel/mm/dom0-mm/memsize-mB/memsize
 
 The user can also check how much memory has already been used:
 
-- 
1.9.3