]> granicus.if.org Git - procps-ng/commitdiff
vmstat and watch manpage slight fixes
authorJan Rybar <jrybar@redhat.com>
Thu, 30 Apr 2020 15:06:18 +0000 (17:06 +0200)
committerJan Rybar <jrybar@redhat.com>
Tue, 30 Jun 2020 08:54:58 +0000 (10:54 +0200)
vmstat - align wording with proc manpage to clarify ambiguities  (rhbz#1796043)
watch - manpage presumes ntp tools are present by default (which they're not on rpm and deb distros, rhbz#1583669)

vmstat.8
watch.1

index e408bca8dd9153ed2f1d406c60f70a9e051abb52..dcc1b1e92c046630e90ace55d7862321cf2ed2e2 100644 (file)
--- a/vmstat.8
+++ b/vmstat.8
@@ -93,7 +93,7 @@ Display help and exit.
 .B "Procs"
 .nf
 r: The number of runnable processes (running or waiting for run time).
-b: The number of processes in uninterruptible sleep.
+b: The number of processes blocked waiting for I/O to complete.
 .fi
 .PP
 .SS
diff --git a/watch.1 b/watch.1
index 256c36b7f779eecf7d16587fdf18dd49a11b5247..e06e04e83d870410ecf718cdf6bffd9c2e30339f 100644 (file)
--- a/watch.1
+++ b/watch.1
@@ -34,7 +34,7 @@ every
 .I interval
 seconds. Try it with
 .B ntptime
-and notice how the fractional seconds stays (nearly) the same, as opposed to
+(if present) and notice how the fractional seconds stays (nearly) the same, as opposed to
 normal mode where they continuously increase.
 .TP
 \fB\-t\fR, \fB\-\-no\-title\fR
@@ -190,4 +190,4 @@ watch uname \-r
 .I \-p
 isn't guaranteed to work across reboots, especially in the face of
 .B ntpdate
-or other bootup time-changing mechanisms)
+(if present) or other bootup time-changing mechanisms)