diff options
author | Miles Bader <miles@gnu.org> | 1996-08-27 18:27:31 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-08-27 18:27:31 +0000 |
commit | 2e6c5408302b36b67b2e094d471145b44530d0ca (patch) | |
tree | 15098deed6476050a570efe54e7668d6680b88db /utils/vmstat.c | |
parent | a3752e4edf20e4ea119de4389465e02f307fc3f6 (diff) | |
download | hurd-2e6c5408302b36b67b2e094d471145b44530d0ca.tar.gz hurd-2e6c5408302b36b67b2e094d471145b44530d0ca.tar.bz2 hurd-2e6c5408302b36b67b2e094d471145b44530d0ca.zip |
(doc): Add program description.
Diffstat (limited to 'utils/vmstat.c')
-rw-r--r-- | utils/vmstat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/vmstat.c b/utils/vmstat.c index c7f7a7af..eb0595f7 100644 --- a/utils/vmstat.c +++ b/utils/vmstat.c @@ -48,7 +48,8 @@ static const struct argp_option options[] = { {0} }; static const char *args_doc = "[PERIOD [COUNT [HEADER_INTERVAL]]]"; -static const char *doc = "If PERIOD is supplied, then terse mode is" +static const char *doc = "Show system virtual memory statistics" +"\vIf PERIOD is supplied, then terse mode is" " selected, and the output repeated every PERIOD seconds, with cumulative" " fields given the difference from the last output. If COUNT is given" " and non-zero, only that many lines are output. HEADER_INTERVAL" |