From: Ville Skyttä Date: Sat, 13 Nov 2021 21:27:54 +0000 (+0200) Subject: *: spelling and grammar fixes X-Git-Tag: v12.5.5~6^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6a91d82f1da01db01e30cd8d84acdb58eb9ebf5;p=sysstat *: spelling and grammar fixes --- diff --git a/CHANGES b/CHANGES index 96b7faa..419f2ed 100644 --- a/CHANGES +++ b/CHANGES @@ -375,7 +375,7 @@ Changes: 2018/04/06: Version 11.7.3 - Sebastien Godard (sysstat orange.fr) * sar: Fix possible crash happening when buffers needed to be - reallocated to accomodate more devices. + reallocated to accommodate more devices. * sar/sadf/mpstat: Compute global CPU statistics as the sum of individual CPU ones. * mpstat: Compute statistics for node "all" as the sum of individual diff --git a/build/cron_interval b/build/cron_interval index 9330c78..e591093 100644 --- a/build/cron_interval +++ b/build/cron_interval @@ -1,7 +1,7 @@ You may enter here the sampling interval (in minutes) that the configuration script will use to customize the crontab. -Defaut value is 10. This means that sadc (the system activity data collector +Default value is 10. This means that sadc (the system activity data collector called by sar) will take a snapshot of the system counters every 10 minutes. Other reasonable values could be 5, 15 or 20 minutes. diff --git a/build/prefix b/build/prefix index fc7d02a..00d45fe 100644 --- a/build/prefix +++ b/build/prefix @@ -1,6 +1,6 @@ This is the base directory used for installation. -System administrators would rather install softwares that are added to +System administrators would rather install software that are added to an already existing system into /usr/local, since /usr is sometimes mounted read-only. /usr/local is the default answer here. diff --git a/contrib/isag/isag b/contrib/isag/isag index 026d2bc..30b6d1a 100755 --- a/contrib/isag/isag +++ b/contrib/isag/isag @@ -84,7 +84,7 @@ exec wish "$0" -- "$@" # Revision 1.9 2001/01/27 19:28:43 root # added secondary Y axes functionality # added -c cfg_file cmdln option -# writting of selected config data to cfg_file +# writing of selected config data to cfg_file # renamed chart lines to names used in sar # parametrized creating of cmd() array # added generic var __M4_TIMELEN__ for proc_line_generic @@ -143,7 +143,7 @@ exec wish "$0" -- "$@" set ident "/usr/bin/ident" set version "" -# This can be set only if small interactive change in result code was occured +# This can be set only if small interactive change in result code occurred set patchlevel "" if {[catch {set fp [open "| $ident $argv0" "r"]}] == 0} { set n 0 @@ -395,7 +395,7 @@ set sag_latest_file "" # SGo 2008-07-06: Update options (options -S added). # SGo 2008-06-15: Update options (options -c and -w have been merged). -# sar switches as names for object-instances (final and curent) +# sar switches as names for object-instances (final and current) set prog_swtch [list b B q r R S u v w W] # maximal and current values for each graph indexed by sar switch i.e. for cpu @@ -683,7 +683,7 @@ menu .menu.file.m -tearoff false menubutton .menu.chart -text "Chart" -menu .menu.chart.m -underline 0 menu .menu.chart.m -tearoff true -# creates for each sar-switch menu item with apropriate command +# creates for each sar-switch menu item with appropriate command foreach l $prog_swtch { .menu.chart.m add command -label $view_n($l) \ -command "new_chart $l" -accelerator $l diff --git a/iconfig b/iconfig index c9d57c3..973b33d 100755 --- a/iconfig +++ b/iconfig @@ -10,7 +10,7 @@ echo echo This script enables you to set the parameters value used by ./configure. echo Please enter the value for the parameters listed below. echo Press Return to tell ./configure to use the default value or to try to guess the proper one. -echo "Defaut value for yes/no questions is no (parameter is NOT set)." +echo "Default value for yes/no questions is no (parameter is NOT set)." echo You can enter a ? to display a help message at any time... echo diff --git a/json_stats.c b/json_stats.c index f5c6c96..735cbc4 100644 --- a/json_stats.c +++ b/json_stats.c @@ -1,5 +1,5 @@ /* - * json_stats.c: Funtions used by sadf to display statistics in JSON format. + * json_stats.c: Functions used by sadf to display statistics in JSON format. * (C) 1999-2021 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** diff --git a/man/pidstat.1 b/man/pidstat.1 index d1dfab4..2206ecf 100644 --- a/man/pidstat.1 +++ b/man/pidstat.1 @@ -356,7 +356,7 @@ A voluntary context switch occurs when a task blocks because it requires a resource that is unavailable. .IP nvcswch/s Total number of non voluntary context switches the task made per second. -A involuntary context switch takes place when a task executes +An involuntary context switch takes place when a task executes for the duration of its time slice and then is forced to relinquish the processor. .IP Command diff --git a/man/sadf.in b/man/sadf.in index f953559..0b405f5 100644 --- a/man/sadf.in +++ b/man/sadf.in @@ -295,7 +295,7 @@ hexadecimal numbers (hex triplets) representing colors that defaults to .br .B L=000000:T=000000:W=000000:X=000000 -Capabilities consisting of an hexadecimal digit +Capabilities consisting of a hexadecimal digit .RB "(" "0 " "through " "F" ") are used to specify" the first sixteen colors in the palette (these colors are used to draw the graphs), e.g., 3=ffffff would indicate that the third color in the palette is white (0xffffff). diff --git a/mpstat.c b/mpstat.c index 0f33d82..15e1567 100644 --- a/mpstat.c +++ b/mpstat.c @@ -541,7 +541,7 @@ unsigned long long get_global_cpu_mpstats(int prev, int curr, scp->cpu_steal + scp->cpu_softirq; /* - * If the CPU is offline then it is omited from /proc/stat: + * If the CPU is offline then it is omitted from /proc/stat: * All the fields couldn't have been read and the sum of them is zero. */ if (tot_jiffies_c == 0) { diff --git a/pcp_def_metrics.c b/pcp_def_metrics.c index 36973cc..8442ba1 100644 --- a/pcp_def_metrics.c +++ b/pcp_def_metrics.c @@ -1,5 +1,5 @@ /* - * pcp_def_metrics.c: Funtions used by sadf to define PCP metrics + * pcp_def_metrics.c: Functions used by sadf to define PCP metrics * (C) 2019-2021 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** diff --git a/pcp_stats.c b/pcp_stats.c index 9374d0f..15a4d99 100644 --- a/pcp_stats.c +++ b/pcp_stats.c @@ -1,5 +1,5 @@ /* - * pcp_stats.c: Funtions used by sadf to create PCP archive files. + * pcp_stats.c: Functions used by sadf to create PCP archive files. * (C) 2019-2021 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** diff --git a/rndr_stats.c b/rndr_stats.c index 9c71ca0..fded6b0 100644 --- a/rndr_stats.c +++ b/rndr_stats.c @@ -1,5 +1,5 @@ /* - * rndr_stats.c: Funtions used by sadf to display statistics in selected format. + * rndr_stats.c: Functions used by sadf to display statistics in selected format. * (C) 1999-2021 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** diff --git a/sadc.c b/sadc.c index 0a9ffae..3cc3959 100644 --- a/sadc.c +++ b/sadc.c @@ -110,7 +110,7 @@ void usage(char *progname) * * IN: * @group_id Group identification number. - * @opt_f Optionnal flag to set. + * @opt_f Optional flag to set. *************************************************************************** */ void collect_group_activities(unsigned int group_id, unsigned int opt_f) diff --git a/sadf.c b/sadf.c index 2cd1f70..78959ad 100644 --- a/sadf.c +++ b/sadf.c @@ -659,7 +659,7 @@ int generic_write_stats(int curr, int use_tm_start, int use_tm_end, int reset, if (reset_cd) { /* * See note in sar.c. - * NB: Reseting cross_day is needed only if datafile + * NB: Resetting cross_day is needed only if datafile * may be rewinded (eg. in db or ppc output formats). */ cross_day = 0; diff --git a/sadf_misc.c b/sadf_misc.c index 10a1a91..7e7eddf 100644 --- a/sadf_misc.c +++ b/sadf_misc.c @@ -1,5 +1,5 @@ /* - * sadf_misc.c: Funtions used by sadf to display special records + * sadf_misc.c: Functions used by sadf to display special records * (C) 2011-2021 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** diff --git a/svg_stats.c b/svg_stats.c index 821869d..aea9bda 100644 --- a/svg_stats.c +++ b/svg_stats.c @@ -1,5 +1,5 @@ /* - * svg_stats.c: Funtions used by sadf to display statistics in SVG format. + * svg_stats.c: Functions used by sadf to display statistics in SVG format. * (C) 2016-2021 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** @@ -86,8 +86,8 @@ unsigned int svg_colors[SVG_COL_PALETTE_NR][SVG_COL_PALETTE_SIZE] = * the fields in the statistics structure. * * OUT: - * @spmin Array containg the possible new min values for current activity. - * @spmax Array containg the possible new max values for current activity. + * @spmin Array containing the possible new min values for current activity. + * @spmax Array containing the possible new max values for current activity. *************************************************************************** */ void save_extrema(unsigned int types_nr[], void *cs, void *ps, unsigned long long itv, diff --git a/xml_stats.c b/xml_stats.c index 324f984..8d16ed7 100644 --- a/xml_stats.c +++ b/xml_stats.c @@ -1,5 +1,5 @@ /* - * xml_stats.c: Funtions used by sadf to display statistics in XML. + * xml_stats.c: Functions used by sadf to display statistics in XML. * (C) 1999-2021 by Sebastien GODARD (sysstat orange.fr) * ***************************************************************************