Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH] docs: fix warning in compilation
@ 2019-01-25  4:15 ogawa.yasufumi
  0 siblings, 0 replies; only message in thread
From: ogawa.yasufumi @ 2019-01-25  4:15 UTC (permalink / raw)
  To: ferruh.yigit, spp, ogawa.yasufumi

From: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>

Design section of spp_vf includes malformed code block as described
bellow.

    .. code-block:: none

        /tmp/spp_pcap.20181108110600.ring0.1.2.pcap.lz4.tmp
    This example shows that ``receiver`` thread receives ``start`` ...

There is no blank line the end of the code block. It is warned while
compilation.

This update is to fix it by inserting blank line.

Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>
---
 docs/guides/spp_vf/design.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/guides/spp_vf/design.rst b/docs/guides/spp_vf/design.rst
index 0f3e5c8..23246ba 100644
--- a/docs/guides/spp_vf/design.rst
+++ b/docs/guides/spp_vf/design.rst
@@ -184,6 +184,7 @@ YYYYMMDDhhmmss is the time when ``spp_pcap`` receives ``start`` command.
 .. code-block:: none
 
     /tmp/spp_pcap.20181108110600.ring0.1.2.pcap.lz4.tmp
+
 This example shows that ``receiver`` thread receives ``start`` command at
 20181108110600.  Port is ring:0, wcore_num is 1 and sequential number is 2.
 
-- 
2.7.4

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-25  4:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-25  4:15 [spp] [PATCH] docs: fix warning in compilation ogawa.yasufumi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).