[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180801050908.29970-14-me@tobin.cc>
Date: Wed, 1 Aug 2018 15:09:08 +1000
From: "Tobin C. Harding" <me@...in.cc>
To: Daniel Borkmann <daniel@...earbox.net>,
Alexei Starovoitov <ast@...nel.org>
Cc: "Tobin C. Harding" <me@...in.cc>, Jonathan Corbet <corbet@....net>,
"David S. Miller" <davem@...emloft.net>, linux-doc@...r.kernel.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH bpf-next 13/13] docs: net: Fix authors list to render as a list
Currently authors list renders on a single line in HTML. The text
format implies that a list was meant.
Use RST list construct to fix authors contact details to be rendered as
a list.
Signed-off-by: Tobin C. Harding <me@...in.cc>
---
Documentation/networking/filter.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/networking/filter.rst b/Documentation/networking/filter.rst
index b989a6c882b8..1913718e3f2a 100644
--- a/Documentation/networking/filter.rst
+++ b/Documentation/networking/filter.rst
@@ -1532,6 +1532,6 @@ The document was written in the hope that it is found useful and in order
to give potential BPF hackers or security auditors a better overview of
the underlying architecture.
-Jay Schulist <jschlst@...ba.org>
-Daniel Borkmann <daniel@...earbox.net>
-Alexei Starovoitov <ast@...nel.org>
+- Jay Schulist <jschlst@...ba.org>
+- Daniel Borkmann <daniel@...earbox.net>
+- Alexei Starovoitov <ast@...nel.org>
--
2.17.1
Powered by blists - more mailing lists