From: Randy Dunlap Add a new chapter for kernel-lib functions to kernel-api.tmpl. Add lib/cmdline.c to the new kernel-lib chapter. Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton --- Documentation/DocBook/kernel-api.tmpl | 13 +++++++++++++ 1 files changed, 13 insertions(+) diff -puN Documentation/DocBook/kernel-api.tmpl~kernel-doc-for-lib-cmdlinec Documentation/DocBook/kernel-api.tmpl --- 25/Documentation/DocBook/kernel-api.tmpl~kernel-doc-for-lib-cmdlinec Mon Jun 19 14:27:34 2006 +++ 25-akpm/Documentation/DocBook/kernel-api.tmpl Mon Jun 19 14:27:34 2006 @@ -112,10 +112,23 @@ X!Ilib/string.c Bit Operations !Iinclude/asm-i386/bitops.h + + + + Basic Kernel Library Functions + + + The Linux kernel provides more basic utility functions. + + Bitmap Operations !Elib/bitmap.c !Ilib/bitmap.c + + Command-line Parsing +!Elib/cmdline.c + _