Re: [PATCH v2] docs: netdev-FAQ: fix question headers formatting

2020-12-23 Thread Jakub Kicinski
On Sun, 20 Dec 2020 10:49:47 +0200 Baruch Siach wrote: > Join adjacent questions to a single question line. This fixes the > formatting of questions that were not part of the heading. > > Also, drop Q: and A: prefixes. We don't need them now that questions and > answers are visually separated. >

[PATCH v2] docs: netdev-FAQ: fix question headers formatting

2020-12-20 Thread Baruch Siach
Join adjacent questions to a single question line. This fixes the formatting of questions that were not part of the heading. Also, drop Q: and A: prefixes. We don't need them now that questions and answers are visually separated. Signed-off-by: Baruch Siach --- v2: Address comments from Jakub Ki