From 28e83baac20e3fe624af89a55eb06c2a7cab6828 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Sun, 25 Jun 2006 05:48:58 -0700 Subject: [PATCH] [PATCH] kernel-doc for lib/cmdline.c 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 Signed-off-by: Linus Torvalds --- Documentation/DocBook/kernel-api.tmpl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index 920aed8465a..428c217d9e8 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl @@ -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 +