From eb08f6d12450a7ddb18661c1b334b19e38cbc512 Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Thu, 20 Aug 2020 15:57:36 +0800 Subject: [PATCH] mpstat: Fix typo in man page --- man/mpstat.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/mpstat.1 b/man/mpstat.1 index 7f5c7cd..dbdcedd 100644 --- a/man/mpstat.1 +++ b/man/mpstat.1 @@ -1,5 +1,5 @@ .\" mpstat manual page - (C) 2000-2020 Sebastien Godard (sysstat orange.fr) -.TH MPSTAT 1 "JULY 2020" Linux "Linux User's Manual" -*- nroff -*- +.TH MPSTAT 1 "AUGUST 2020" Linux "Linux User's Manual" -*- nroff -*- .SH NAME mpstat \- Report processors related statistics. @@ -14,7 +14,7 @@ command writes to standard output activities for each available processor, processor 0 being the first one. Global average activities among all processors are also reported. .RB "The " "mpstat" -command can be used both on SMP and UP machines, but in the latter, only global +command can be used on both SMP and UP machines, but in the latter, only global average activities will be printed. If no activity has been selected, then the default report is the CPU utilization report. .PP -- 2.50.1