From: anlan_cs Date: Wed, 14 Jun 2023 12:56:25 +0000 (+0800) Subject: doc: Fix one syntax error for code block X-Git-Tag: base_9.1~358^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F13796%2Fhead;p=mirror%2Ffrr.git doc: Fix one syntax error for code block The code block doesn't work because blank line is missing. So, just make it work. Signed-off-by: anlan_cs --- diff --git a/doc/developer/topotests.rst b/doc/developer/topotests.rst index 4d8d4c877f..1c2d6b3bdb 100644 --- a/doc/developer/topotests.rst +++ b/doc/developer/topotests.rst @@ -453,7 +453,7 @@ the tests log directory e.g.,:: -rw------- 1 root root 45172 Apr 19 05:30 capture-r2-r2-eth0.pcap -rw------- 1 root root 48412 Apr 19 05:30 capture-sw1.pcap ... -- + Viewing Live Daemon Logs """"""""""""""""""""""""