summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1999-05-16 13:44:11 +0000
committerMartin Baulig <martin@src.gnome.org>1999-05-16 13:44:11 +0000
commit1954718e3f18c89b4ae7ccef5c39e6ed9d85f69d (patch)
tree9650be33c325ff2cc0d69eee0ce915c959bfc154 /doc
parent6712cae260eba3e1c68690ce90f3484c3770380d (diff)
downloadlibgtop-1954718e3f18c89b4ae7ccef5c39e6ed9d85f69d.tar.gz
This is now the main file which will @include all chapter files so we can
1999-05-16 Martin Baulig <martin@home-of-linux.org> * 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.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog8
-rw-r--r--doc/about.texi2
-rw-r--r--doc/libgtop.texi41
-rw-r--r--doc/reference.texi72
4 files changed, 81 insertions, 42 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 75a7a356..1c631e84 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,13 @@
1999-05-16 Martin Baulig <martin@home-of-linux.org>
+ * 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.
+
+1999-05-16 Martin Baulig <martin@home-of-linux.org>
+
* white-paper.texi: Initial version of the LibGTop White Paper.
* Makefile.am: Create `auto-macros.texi' from `auto-macros.texi.in'
diff --git a/doc/about.texi b/doc/about.texi
index 83f36d35..c4c13d16 100644
--- a/doc/about.texi
+++ b/doc/about.texi
@@ -1,5 +1,3 @@
-@include auto-macros.texi
-
@node About, White Paper, Top, Top
@chapter About LibGTop
diff --git a/doc/libgtop.texi b/doc/libgtop.texi
index d9f3bb79..89f683c8 100644
--- a/doc/libgtop.texi
+++ b/doc/libgtop.texi
@@ -5,6 +5,7 @@
@setchapternewpage odd
@c %**end of header
+@include auto-macros.texi
@include version.texi
@ifinfo
@@ -73,45 +74,7 @@ translation approved by the Free Software Foundation.
@contents
-@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.
-@end menu
-
-@include about.texi
-@include white-paper.texi
-@include reference.texi
+@include main.texi
@bye
diff --git a/doc/reference.texi b/doc/reference.texi
index ecd83124..9f26be40 100644
--- a/doc/reference.texi
+++ b/doc/reference.texi
@@ -11,6 +11,16 @@
* 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
@node glibtop_cpu, glibtop_mem, Reference Manual, Reference Manual
@@ -634,7 +644,7 @@ Array of additional process groups@*
@end table
@page
-@node glibtop_proc_mem, , glibtop_proc_uid, Reference Manual
+@node glibtop_proc_mem, glibtop_proc_time, glibtop_proc_uid, Reference Manual
@section Process Memory information
Library function @code{glibtop_get_proc_mem}:
@@ -748,3 +758,63 @@ happens, this will @emph{never} affect any of the other sizes of the process.
The hints above describe how it works under Linux - but we should try to make
@code{glibtop_get_proc_mem} show the same behavior under every other system.
+@page
+@node glibtop_proc_time, glibtop_proc_signal, glibtop_proc_mem, Reference Manual
+@section Process Time information
+
+[Not yet written.]
+
+@page
+@node glibtop_proc_signal, glibtop_proc_kernel, glibtop_proc_time, Reference Manual
+@section Process Signal information
+
+[Not yet written.]
+
+@page
+@node glibtop_proc_kernel, glibtop_proc_segment, glibtop_proc_signal, Reference Manual
+@section Process Kernel Data information
+
+[Not yet written.]
+
+@page
+@node glibtop_proc_segment, glibtop_proc_args, glibtop_proc_kernel, Reference Manual
+@section Process Segment information
+
+[Not yet written.]
+
+@page
+@node glibtop_proc_args, glibtop_proc_map, glibtop_proc_segment, Reference Manual
+@section Process Arguments
+
+[Not yet written.]
+
+@page
+@node glibtop_proc_map, glibtop_netload, glibtop_proc_args, Reference Manual
+@section Process Memory Maps
+
+[Not yet written.]
+
+@page
+@node glibtop_netload, glibtop_ppp, glibtop_proc_map, Reference Manual
+@section Network Load
+
+[Not yet written.]
+
+@page
+@node glibtop_ppp, glibtop_mountlist, glibtop_netload, Reference Manual
+@section PPP Statistics
+
+[Not yet written.]
+
+@page
+@node glibtop_mountlist, glibtop_fsusage, glibtop_ppp, Reference Manual
+@section Mount List
+
+[Not yet written.]
+
+@page
+@node glibtop_fsusage, , glibtop_mountlist, Reference Manual
+@section File System Usage
+
+[Not yet written.]
+