浏览代码

Documentation: Fix misconversion of #if

At some stage of the conversion pipeline, something thought that the
DocBook entity # should be rendered as NUM instead of #.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Matthew Wilcox 7 年之前
父节点
当前提交
423860a65a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Documentation/kernel-hacking/hacking.rst

+ 2 - 2
Documentation/kernel-hacking/hacking.rst

@@ -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'