vmstat and watch manpage slight fixes
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)
This commit is contained in:
parent
63691d6734
commit
354b5a56bf
2
vmstat.8
2
vmstat.8
@ -93,7 +93,7 @@ Display help and exit.
|
|||||||
.B "Procs"
|
.B "Procs"
|
||||||
.nf
|
.nf
|
||||||
r: The number of runnable processes (running or waiting for run time).
|
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
|
.fi
|
||||||
.PP
|
.PP
|
||||||
.SS
|
.SS
|
||||||
|
4
watch.1
4
watch.1
@ -34,7 +34,7 @@ every
|
|||||||
.I interval
|
.I interval
|
||||||
seconds. Try it with
|
seconds. Try it with
|
||||||
.B ntptime
|
.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.
|
normal mode where they continuously increase.
|
||||||
.TP
|
.TP
|
||||||
\fB\-t\fR, \fB\-\-no\-title\fR
|
\fB\-t\fR, \fB\-\-no\-title\fR
|
||||||
@ -190,4 +190,4 @@ watch uname \-r
|
|||||||
.I \-p
|
.I \-p
|
||||||
isn't guaranteed to work across reboots, especially in the face of
|
isn't guaranteed to work across reboots, especially in the face of
|
||||||
.B ntpdate
|
.B ntpdate
|
||||||
or other bootup time-changing mechanisms)
|
(if present) or other bootup time-changing mechanisms)
|
||||||
|
Loading…
Reference in New Issue
Block a user