mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/6] Documentation: coding-style: Escape \n\t to fix HTML rendering
@ 2017-05-15 13:40 Jonathan Neuschäfer
  2017-05-15 13:40 ` [PATCH 2/6] Documentation: kernel-docs: Move vfs.txt under "Docs at the Linux Kernel tree" Jonathan Neuschäfer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jonathan Neuschäfer @ 2017-05-15 13:40 UTC (permalink / raw)
  To: linux-doc; +Cc: linux-kernel, Jonathan Neuschäfer

Without this patch, Sphinx renders the sentence as follows, thus hiding
the backslashes:

	[...] end each string except the last with <cite>nt</cite> to
	properly indent the next instruction [...]

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 Documentation/process/coding-style.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/process/coding-style.rst b/Documentation/process/coding-style.rst
index d20d52a4d812..7710c7e0240c 100644
--- a/Documentation/process/coding-style.rst
+++ b/Documentation/process/coding-style.rst
@@ -980,7 +980,7 @@ do so, though, and doing so unnecessarily can limit optimization.
 
 When writing a single inline assembly statement containing multiple
 instructions, put each instruction on a separate line in a separate quoted
-string, and end each string except the last with \n\t to properly indent the
+string, and end each string except the last with ``\n\t`` to properly indent the
 next instruction in the assembly output:
 
 .. code-block:: c
-- 
2.11.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-05-15 13:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-15 13:40 [PATCH 1/6] Documentation: coding-style: Escape \n\t to fix HTML rendering Jonathan Neuschäfer
2017-05-15 13:40 ` [PATCH 2/6] Documentation: kernel-docs: Move vfs.txt under "Docs at the Linux Kernel tree" Jonathan Neuschäfer
2017-05-15 13:40 ` [PATCH 3/6] Documentation: kernel-docs: Remove "Here is its" at the end of lines Jonathan Neuschäfer
2017-05-15 13:40 ` [PATCH 4/6] Documentation: Remove outdated info about -git patches Jonathan Neuschäfer
2017-05-15 13:40 ` [PATCH 5/6] Documentation: howto: Remove outdated info about bugzilla mailing lists Jonathan Neuschäfer
2017-05-15 13:40 ` [PATCH 6/6] Documentation: mono: Update links and s/CVS/Git/ Jonathan Neuschäfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®