BOOTSTRAP (kcms) functions
LIBRARY ROUTINE
kcms_create_manual - create a manual in given toolbox
LIBRARY CALL
int
kcms_create_manual(
kobject toolbox,
kstring manual_name)
INPUT
- toolbox - the toolbox to create the manual for.
- manual_name - The name of the manual to create.
The first letter of the name will be converted
to upper-case,
with the remained of the manual name forced
to be lower-case.
OUTPUT
none
RETURN VALUE
TRUE (1) if the manual was successfully created,
FALSE (0) otherwise.
DESCRIPTION
This routine is used to generate a template manual in
a toolbox.
The manual is created in the directory $TOOLBOX/manual.
The manual created contains three initial chapters:
introduction, glossary, and index.
Each chapter is in a separate subdirectory of the manual
directory.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kcms/src/manual.c
SEE ALSO
kcms(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.