diff options
-rw-r--r-- | Documentation/DocBook/kernel-api.tmpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index 920aed8465a8..428c217d9e87 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl | |||
@@ -112,10 +112,23 @@ X!Ilib/string.c | |||
112 | <sect1><title>Bit Operations</title> | 112 | <sect1><title>Bit Operations</title> |
113 | !Iinclude/asm-i386/bitops.h | 113 | !Iinclude/asm-i386/bitops.h |
114 | </sect1> | 114 | </sect1> |
115 | </chapter> | ||
116 | |||
117 | <chapter id="kernel-lib"> | ||
118 | <title>Basic Kernel Library Functions</title> | ||
119 | |||
120 | <para> | ||
121 | The Linux kernel provides more basic utility functions. | ||
122 | </para> | ||
123 | |||
115 | <sect1><title>Bitmap Operations</title> | 124 | <sect1><title>Bitmap Operations</title> |
116 | !Elib/bitmap.c | 125 | !Elib/bitmap.c |
117 | !Ilib/bitmap.c | 126 | !Ilib/bitmap.c |
118 | </sect1> | 127 | </sect1> |
128 | |||
129 | <sect1><title>Command-line Parsing</title> | ||
130 | !Elib/cmdline.c | ||
131 | </sect1> | ||
119 | </chapter> | 132 | </chapter> |
120 | 133 | ||
121 | <chapter id="mm"> | 134 | <chapter id="mm"> |