summaryrefslogtreecommitdiff
path: root/Documentation/intro
diff options
context:
space:
mode:
authorlic121 <lic121@chinatelecom.cn>2021-11-05 13:44:39 +0800
committerIlya Maximets <i.maximets@ovn.org>2021-11-30 01:24:00 +0100
commit2fe20d0bed6288b1572e19bb7dc5113e23d8f955 (patch)
tree4500fa609f1e4504e2d95050433c3cf8da33ac82 /Documentation/intro
parent29f8dc62931a66557e189813f3ddd63acd0651fa (diff)
downloadopenvswitch-2fe20d0bed6288b1572e19bb7dc5113e23d8f955.tar.gz
docs/dpdk: Fix install doc.
Remove bad quotes. Signed-off-by: lic121 <lic121@chinatelecom.cn> Acked-by: Eelco Chaudron <echaudro@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'Documentation/intro')
-rw-r--r--Documentation/intro/install/dpdk.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/intro/install/dpdk.rst b/Documentation/intro/install/dpdk.rst
index 296ec4fd8..d554409fc 100644
--- a/Documentation/intro/install/dpdk.rst
+++ b/Documentation/intro/install/dpdk.rst
@@ -219,7 +219,7 @@ To verify hugepage configuration::
Mount the hugepages, if not already mounted by default::
- $ mount -t hugetlbfs none /dev/hugepages``
+ $ mount -t hugetlbfs none /dev/hugepages
.. note::