From 3a5f5617c12f9fe788d85e96a6162ef1a0cfca7c Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Fri, 8 May 2020 11:49:01 +0200 Subject: [PATCH] Fix typos in sar manual page Signed-off-by: Sebastien GODARD --- man/sar.in | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/man/sar.in b/man/sar.in index 311a6f3..c0c1a45 100644 --- a/man/sar.in +++ b/man/sar.in @@ -1,4 +1,4 @@ -.TH SAR 1 "APRIL 2020" Linux "Linux User's Manual" -*- nroff -*- +.TH SAR 1 "MAY 2020" Linux "Linux User's Manual" -*- nroff -*- .SH NAME sar \- Collect, report, or save system activity information. .SH SYNOPSIS @@ -2079,42 +2079,42 @@ The following values are displayed: .B %smem-10 .RS -Percentage of the time during which at least some tasks were waiting for memory ressources, over the last 10 second window. +Percentage of the time during which at least some tasks were waiting for memory resources, over the last 10 second window. .RE .B %smem-60 .RS -Percentage of the time during which at least some tasks were waiting for memory ressources, over the last 60 second window. +Percentage of the time during which at least some tasks were waiting for memory resources, over the last 60 second window. .RE .B %smem-300 .RS -Percentage of the time during which at least some tasks were waiting for memory ressources, over the last 300 second window. +Percentage of the time during which at least some tasks were waiting for memory resources, over the last 300 second window. .RE .B %smem .RS -Percentage of the time during which at least some tasks were waiting for memory ressources, over the last time interval. +Percentage of the time during which at least some tasks were waiting for memory resources, over the last time interval. .RE .B %fmem-10 .RS -Percentage of the time during which all non-idle tasks were stalled waiting for memory ressources, over the last 10 second window. +Percentage of the time during which all non-idle tasks were stalled waiting for memory resources, over the last 10 second window. .RE .B %fmem-60 .RS -Percentage of the time during which all non-idle tasks were stalled waiting for memory ressources, over the last 60 second window. +Percentage of the time during which all non-idle tasks were stalled waiting for memory resources, over the last 60 second window. .RE .B %fmem-300 .RS -Percentage of the time during which all non-idle tasks were stalled waiting for memory ressources, over the last 300 second window. +Percentage of the time during which all non-idle tasks were stalled waiting for memory resources, over the last 300 second window. .RE .B %fmem .RS -Percentage of the time during which all non-idle tasks were stalled waiting for memory ressources, over the last time interval. +Percentage of the time during which all non-idle tasks were stalled waiting for memory resources, over the last time interval. .RE The -- 2.50.1