From d9d8cdf0430c0573384fa24ebd4c0de40c7a04d3 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 16 May 1999 14:48:58 +0000 Subject: [PATCH] This is now the main file which will @include all chapter files so we can 1999-05-16 Martin Baulig * main.texi: This is now the main file which will @include all chapter files so we can use `texinfo-multiple-files-update'. * reference.texi: Added all missing sections with a "not yet written" notice. --- doc/main.texi | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 doc/main.texi diff --git a/doc/main.texi b/doc/main.texi new file mode 100644 index 00000000..338577ba --- /dev/null +++ b/doc/main.texi @@ -0,0 +1,53 @@ +@node Top, About, (dir), (dir) + +@menu +* About:: About LibGTop +* White Paper:: LibGTop White Paper +* Reference Manual:: LibGTop Reference Manual + + + + + + + + --- The Detailed Node Listing --- + +About LibGTop + +* Availability:: Where to get LibGTop +* Supported Platforms:: Supported Platforms +* Mailing List:: Helping with LibGTop development +* Thanks:: People who contributed to LibGTop + +LibGTop White Paper + +* Introduction:: + +LibGTop Reference Manual + +* glibtop_cpu:: CPU Usage. +* glibtop_mem:: Memory Usage. +* glibtop_swap:: Swap Usage. +* glibtop_uptime:: System Uptime. +* glibtop_loadavg:: Load Average. +* glibtop_proclist:: Process List. +* glibtop_proc_state:: Process State. +* glibtop_proc_uid:: Process UID and TTY Information. +* glibtop_proc_mem:: Process Memory Information. +* glibtop_proc_time:: Process Time Information. +* glibtop_proc_signal:: Process Signal Information. +* glibtop_proc_kernel:: Process Kernel Data Information. +* glibtop_proc_segment:: Process Segment Information. +* glibtop_proc_args:: Process Arguments. +* glibtop_proc_map:: Process Memory Maps. +* glibtop_netload:: Network Load. +* glibtop_ppp:: PPP Usage. +* glibtop_mountlist:: Mount List. +* glibtop_fsusage:: File System Usage. +@end menu + +@include about.texi +@include white-paper.texi +@include reference.texi +