all: fix misspellings in docs and program comments
We might as well join the coreutils and util-linux projects in correcting our own typos. The following was left unchanged: top/top.c[1797]: thru -> "through" references: http://lists.gnu.org/archive/html/coreutils/2012-04/msg00057.html http://marc.info/?l=util-linux-ng&m=133518057419736&w=2 Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
9af478c13d
commit
421b08a4df
@ -4,7 +4,7 @@ with others.
|
|||||||
|
|
||||||
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/CodingStyle
|
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/CodingStyle
|
||||||
|
|
||||||
In addtion to Linux coding style this project has few addtional
|
In addtion to Linux coding style this project has few additional
|
||||||
wishes to contributors.
|
wishes to contributors.
|
||||||
|
|
||||||
* Many small patches are favoured over one big. Break down is done on
|
* Many small patches are favoured over one big. Break down is done on
|
||||||
|
@ -2024,7 +2024,7 @@ void init_output(void){
|
|||||||
);
|
);
|
||||||
memset(outbuf, ' ', SPACE_AMOUNT);
|
memset(outbuf, ' ', SPACE_AMOUNT);
|
||||||
if(SPACE_AMOUNT==page_size) mprotect(outbuf, page_size, PROT_READ);
|
if(SPACE_AMOUNT==page_size) mprotect(outbuf, page_size, PROT_READ);
|
||||||
mprotect(outbuf + page_size*outbuf_pages, page_size, PROT_NONE); // gaurd page
|
mprotect(outbuf + page_size*outbuf_pages, page_size, PROT_NONE); // guard page
|
||||||
saved_outbuf = outbuf + SPACE_AMOUNT;
|
saved_outbuf = outbuf + SPACE_AMOUNT;
|
||||||
// available space: page_size*outbuf_pages-SPACE_AMOUNT
|
// available space: page_size*outbuf_pages-SPACE_AMOUNT
|
||||||
|
|
||||||
|
@ -226,7 +226,7 @@ static const char *parse_sysv_option(void){
|
|||||||
// "IEEE Std 1003.1, 2004 Edition", "ISO/IEC 9945:2003",
|
// "IEEE Std 1003.1, 2004 Edition", "ISO/IEC 9945:2003",
|
||||||
// or "Version 2 of the Single Unix Specification".
|
// or "Version 2 of the Single Unix Specification".
|
||||||
//
|
//
|
||||||
// It may be time to re-think the existance of this list.
|
// It may be time to re-think the existence of this list.
|
||||||
// In the meantime, please do not add to it. The list is
|
// In the meantime, please do not add to it. The list is
|
||||||
// intended to ONLY contain flags defined by the POSIX and UNIX
|
// intended to ONLY contain flags defined by the POSIX and UNIX
|
||||||
// standards published by The Open Group, IEEE, and ISO.
|
// standards published by The Open Group, IEEE, and ISO.
|
||||||
|
4
ps/ps.1
4
ps/ps.1
@ -1310,11 +1310,11 @@ for additional information.
|
|||||||
T}
|
T}
|
||||||
|
|
||||||
maj_flt MAJFLT T{
|
maj_flt MAJFLT T{
|
||||||
The number of major page faults that have occured with this process.
|
The number of major page faults that have occurred with this process.
|
||||||
T}
|
T}
|
||||||
|
|
||||||
min_flt MINFLT T{
|
min_flt MINFLT T{
|
||||||
The number of minor page faults that have occured with this process.
|
The number of minor page faults that have occurred with this process.
|
||||||
T}
|
T}
|
||||||
|
|
||||||
ni NI T{
|
ni NI T{
|
||||||
|
@ -51,8 +51,7 @@ set test "free with zero repeat count"
|
|||||||
spawn $free -c 0
|
spawn $free -c 0
|
||||||
expect_pass "$test" "\(lt-\)\?free: failed to parse count argument: '0': Numerical result out of range"
|
expect_pass "$test" "\(lt-\)\?free: failed to parse count argument: '0': Numerical result out of range"
|
||||||
|
|
||||||
set test "free with postive repeat count"
|
set test "free with positive repeat count"
|
||||||
set test "free with postive repeat count"
|
|
||||||
spawn $free -c 2
|
spawn $free -c 2
|
||||||
expect_continue "$test" "^${free_header}"
|
expect_continue "$test" "^${free_header}"
|
||||||
expect_pass "$test" "${free_header}"
|
expect_pass "$test" "${free_header}"
|
||||||
|
@ -341,7 +341,7 @@ BENCHMARKS, Redux (for NLS) ==============================================
|
|||||||
|
|
||||||
Each test was run outside of X-windows at a linux console
|
Each test was run outside of X-windows at a linux console
|
||||||
offering 48 rows and 170 columns. This was done to reduce
|
offering 48 rows and 170 columns. This was done to reduce
|
||||||
contention which sometimes made comparisions problematic.
|
contention which sometimes made comparisons problematic.
|
||||||
|
|
||||||
old-top = procps-3.2.8 (debian patched and memory leaking)
|
old-top = procps-3.2.8 (debian patched and memory leaking)
|
||||||
new-top = procps-ng-3.3.2 with NLS support
|
new-top = procps-ng-3.3.2 with NLS support
|
||||||
|
@ -112,7 +112,7 @@ static int No_ksyms = -1, // set to '0' if ksym avail, '1' otherwise
|
|||||||
Width_mode = 0; // set w/ 'w' - potential output override
|
Width_mode = 0; // set w/ 'w' - potential output override
|
||||||
|
|
||||||
/* Unchangeable cap's stuff built just once (if at all) and
|
/* Unchangeable cap's stuff built just once (if at all) and
|
||||||
thus NOT saved in a WIN_t's RCW_t. To accomodate 'Batch'
|
thus NOT saved in a WIN_t's RCW_t. To accommodate 'Batch'
|
||||||
mode, they begin life as empty strings so the overlying
|
mode, they begin life as empty strings so the overlying
|
||||||
logic need not change ! */
|
logic need not change ! */
|
||||||
static char Cap_clr_eol [CAPBUFSIZ] = "", // global and/or static vars
|
static char Cap_clr_eol [CAPBUFSIZ] = "", // global and/or static vars
|
||||||
@ -1404,7 +1404,7 @@ static void build_headers (void) {
|
|||||||
#ifdef EQUCOLHDRYES
|
#ifdef EQUCOLHDRYES
|
||||||
// prepare to even out column header lengths...
|
// prepare to even out column header lengths...
|
||||||
if (hdrmax + w->hdrcaplen < (x = strlen(w->columnhdr))) hdrmax = x - w->hdrcaplen;
|
if (hdrmax + w->hdrcaplen < (x = strlen(w->columnhdr))) hdrmax = x - w->hdrcaplen;
|
||||||
// must sacrifice last header positon to avoid task row abberations
|
// must sacrifice last header position to avoid task row abberations
|
||||||
w->eolcap = Caps_endline;
|
w->eolcap = Caps_endline;
|
||||||
#else
|
#else
|
||||||
if (Screen_cols > (int)strlen(w->columnhdr)) w->eolcap = Caps_endline;
|
if (Screen_cols > (int)strlen(w->columnhdr)) w->eolcap = Caps_endline;
|
||||||
@ -1454,7 +1454,7 @@ static void build_headers (void) {
|
|||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This guy coordinates the activities surounding the maintainence
|
* This guy coordinates the activities surrounding the maintainence
|
||||||
* of each visible window's columns headers and the library flags
|
* of each visible window's columns headers and the library flags
|
||||||
* required for the openproc interface. */
|
* required for the openproc interface. */
|
||||||
static void calibrate_fields (void) {
|
static void calibrate_fields (void) {
|
||||||
@ -3259,7 +3259,7 @@ static void keys_xtra (int ch) {
|
|||||||
#else
|
#else
|
||||||
OFFw(w, Show_FOREST);
|
OFFw(w, Show_FOREST);
|
||||||
#endif
|
#endif
|
||||||
/* these keys represent old-top compatability --
|
/* these keys represent old-top compatibility --
|
||||||
they're grouped here so that if users could ever be weaned,
|
they're grouped here so that if users could ever be weaned,
|
||||||
we would just whack do_key's key_tab entry and this function... */
|
we would just whack do_key's key_tab entry and this function... */
|
||||||
switch (ch) {
|
switch (ch) {
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
// comment additions.
|
// comment additions.
|
||||||
//
|
//
|
||||||
// Also, by omitting the argument for the --add-comments
|
// Also, by omitting the argument for the --add-comments
|
||||||
// XGETTEXT_OPTION in po/Makevars, *any* preceeding c style
|
// XGETTEXT_OPTION in po/Makevars, *any* preceding c style
|
||||||
// comment will be propagated to the .pot file, providing
|
// comment will be propagated to the .pot file, providing
|
||||||
// that the gettext macro isn't empty as discussed above.
|
// that the gettext macro isn't empty as discussed above.
|
||||||
// However, this is far too aggressive so we have chosen
|
// However, this is far too aggressive so we have chosen
|
||||||
|
2
vmstat.8
2
vmstat.8
@ -26,7 +26,7 @@ between updates in seconds. If no
|
|||||||
is specified, only one report is printed with the average values since boot.
|
is specified, only one report is printed with the average values since boot.
|
||||||
.TP
|
.TP
|
||||||
.I count
|
.I count
|
||||||
Number of updates. In absense of
|
Number of updates. In absence of
|
||||||
.IR count ,
|
.IR count ,
|
||||||
when
|
when
|
||||||
.I delay
|
.I delay
|
||||||
|
Loading…
Reference in New Issue
Block a user