kgen_generate_whatis - update man directory whatis file
LIBRARY CALL
int
kgen_generate_whatis(
kobject object,
char *func_name,
char *short_desc)
INPUT
object - The kobject pointer of the entry to be
added to the
func_name - The function name in the object.
short_desc - The short description of the routine
OUTPUT
none
RETURN VALUE
TRUE (1) on success, FALSE (0) otherwise
DESCRIPTION
This routine takes a new routine name, its short
description, the library name, and the toolbox name,
and either inserts the item into the toolboxes whatis file,
or updates the current entry in the whatis file.