]> granicus.if.org Git - procps-ng/commitdiff
warning + doc refs
authoralbert <>
Mon, 2 Jun 2003 23:31:12 +0000 (23:31 +0000)
committeralbert <>
Mon, 2 Jun 2003 23:31:12 +0000 (23:31 +0000)
Makefile
proc/sysinfo.h
vmstat.8

index e660234dde1a33a5429f88c2ebcebaef2279e872..234cd34c1c4b072725cdbcbed3b0c99a421538da 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ TARFILES := AUTHORS BUGS NEWS README TODO COPYING COPYING.LIB \
             Makefile procps.lsm procps.spec v t README.top \
             minimal.c $(notdir $(MANFILES)) \
             uptime.c tload.c free.c w.c top.c vmstat.c watch.c skill.c \
-            sysctl.c pgrep.c top.h pmap.c
+            sysctl.c pgrep.c top.h pmap.c vmstat.h
 
 CURSES := -I/usr/include/ncurses -lncurses
 
index 4e60b10efbefa8c6f749eb90b893cfcea9111b49..068cd3c91725a390586a55133ca8b10a9145f502 100644 (file)
@@ -53,8 +53,6 @@ extern unsigned long kb_pagetables;
 
 #define BUFFSIZE 8192
 typedef unsigned long long jiff;
-extern void crash(const char *filename);
-extern void getrunners(unsigned int *restrict running, unsigned int *restrict blocked);
 extern void getstat(jiff *restrict cuse, jiff *restrict cice, jiff *restrict csys, jiff *restrict cide, jiff *restrict ciow,
             unsigned long *restrict pin, unsigned long *restrict pout, unsigned long *restrict s_in, unsigned long *restrict sout,
             unsigned *restrict intr, unsigned *restrict ctxt,
index bcf89ed19f7c8acbf993efaeecaafd65707df7f1..e4a0afdfb13dffe868ebf87abfe3907dbc141805 100644 (file)
--- a/vmstat.8
+++ b/vmstat.8
@@ -124,7 +124,7 @@ Since procps 3.1.9, vmstat lets you choose units (k, K, m, M)
 .fi
 
 .SH "SEE ALSO"
-ps(1), top(1), free(1)
+iostat(1), sar(1), mpstat(1), ps(1), top(1), free(1)
 .PP
 .SH BUGS
 Does not tabulate the block io per device or count the number of system calls.