0a0641
commit 354b5a56bf2ea831427ab8268ec7101bd3870f8e
0a0641
Author: Jan Rybar <jrybar@redhat.com>
0a0641
Date:   Thu Apr 30 17:06:18 2020 +0200
0a0641
0a0641
    vmstat and watch manpage slight fixes
0a0641
    
0a0641
    vmstat - align wording with proc manpage to clarify ambiguities  (rhbz#1796043)
0a0641
    watch - manpage presumes ntp tools are present by default (which they're not on rpm and deb distros, rhbz#1583669)
0a0641
0a0641
diff --git a/vmstat.8 b/vmstat.8
0a0641
index e408bca..dcc1b1e 100644
0a0641
--- a/vmstat.8
0a0641
+++ b/vmstat.8
0a0641
@@ -93,7 +93,7 @@ Display help and exit.
0a0641
 .B "Procs"
0a0641
 .nf
0a0641
 r: The number of runnable processes (running or waiting for run time).
0a0641
-b: The number of processes in uninterruptible sleep.
0a0641
+b: The number of processes blocked waiting for I/O to complete.
0a0641
 .fi
0a0641
 .PP
0a0641
 .SS
0a0641
diff --git a/watch.1 b/watch.1
0a0641
index 256c36b..e06e04e 100644
0a0641
--- a/watch.1
0a0641
+++ b/watch.1
0a0641
@@ -34,7 +34,7 @@ every
0a0641
 .I interval
0a0641
 seconds. Try it with
0a0641
 .B ntptime
0a0641
-and notice how the fractional seconds stays (nearly) the same, as opposed to
0a0641
+(if present) and notice how the fractional seconds stays (nearly) the same, as opposed to
0a0641
 normal mode where they continuously increase.
0a0641
 .TP
0a0641
 \fB\-t\fR, \fB\-\-no\-title\fR
0a0641
@@ -190,4 +190,4 @@ watch uname \-r
0a0641
 .I \-p
0a0641
 isn't guaranteed to work across reboots, especially in the face of
0a0641
 .B ntpdate
0a0641
-or other bootup time-changing mechanisms)
0a0641
+(if present) or other bootup time-changing mechanisms)