Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1641699

[PATCH 1/6] Documentation: coding-style: Escape \n\t to fix HTML rendering

From Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Newsgroups linux.kernel
Subject [PATCH 1/6] Documentation: coding-style: Escape \n\t to fix HTML rendering
Date 2017-05-15 15:50 +0200
Message-ID <tHoxP-pi-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 1/6] Documentation: coding-style: Escape \n\t to fix HTML rendering Jonathan Neuschäfer <j.neuschaefer@gmx.net> - 2017-05-15 15:50 +0200
  [PATCH 5/6] Documentation: howto: Remove outdated info about bugzilla mailing lists Jonathan Neuschäfer <j.neuschaefer@gmx.net> - 2017-05-15 15:50 +0200
  [PATCH 2/6] Documentation: kernel-docs: Move vfs.txt under "Docs at the Linux Kernel tree" Jonathan Neuschäfer <j.neuschaefer@gmx.net> - 2017-05-15 15:50 +0200
  [PATCH 3/6] Documentation: kernel-docs: Remove "Here is its" at the end of lines Jonathan Neuschäfer <j.neuschaefer@gmx.net> - 2017-05-15 15:50 +0200
  [PATCH 4/6] Documentation: Remove outdated info about -git patches Jonathan Neuschäfer <j.neuschaefer@gmx.net> - 2017-05-15 15:50 +0200
  [PATCH 6/6] Documentation: mono: Update links and s/CVS/Git/ Jonathan Neuschäfer <j.neuschaefer@gmx.net> - 2017-05-15 15:50 +0200

csiph-web