Documentation: Fix misconversion of #if
authorMatthew Wilcox <mawilcox@microsoft.com>
Wed, 17 Jan 2018 03:40:55 +0000 (19:40 -0800)
committerJonathan Corbet <corbet@lwn.net>
Wed, 17 Jan 2018 23:45:01 +0000 (16:45 -0700)
At some stage of the conversion pipeline, something thought that the
DocBook entity &num; should be rendered as NUM instead of #.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/kernel-hacking/hacking.rst

index 5192d7f78ecaa8ba784379c2aa70beb6cb994590..9999c84682931778767b89256307d0efca5b0b2a 100644 (file)
@@ -690,8 +690,8 @@ not provide the necessary runtime environment and the include files are
 not tested for it. It is still possible, but not recommended. If you
 really want to do this, forget about exceptions at least.
 
-NUMif
------
+#if
+---
 
 It is generally considered cleaner to use macros in header files (or at
 the top of .c files) to abstract away functions rather than using \`#if'