Re: [PATCH] Corrections to mksh.1

2016-10-13 Thread Thorsten Glaser
Hi,

>The following patch makes some corrections to mksh.1:

thanks… those are mostly typos, and I’m embarrassed by the amount of
them…

>prefices -> prefixes

I do like my Latin and wanted to write præficēs, mind you ☺

>parametres -> parameters

British English, as far as I’m informed.

>subtile -> subtle
>same-numer -> same-number

Definitely, yes. There shines through me being a stupid German.

>(The use of 'derivates' in the 'AUTHORS' section is, IMHO, pushing it. I
>really think it should be 'derivatives', but upon such quibbles have wars

I’ll have a look at it, you’re probably correct.

>been fought. The use of the word 'arithmetics' makes me wonder.)

That’s likely to be jargon, but I’ll double-check it.

Thanks for pointing those out,
//mirabilos
-- 
17:57 < jtsn> Der 25C3 ist lustig. Deutsche Vortragende brechen sich vor
deutschen Zuhörern auf Englisch einen ab. ;-)  18:01 < jtsn> Adolfs Werk
war sehr nachhaltig. ;-)18:01 < jtsn> Das gab's nichtmal in der DDR,
das Deutsche mit Deutschen auf Russisch reden. ;-)  (10x cnuke@)


[PATCH] Corrections to mksh.1

2016-10-13 Thread Larry Hynes
Hi

The following patch makes some corrections to mksh.1:

thich -> which
prefices -> prefixes
parametres -> parameters
subtile -> subtle
same-numer -> same-number

One could argue about the inclusion of 'prefices' but I think,
on balance, prefixes is 'more' correct.

I'm grasping at straws on 'same-numer': I can only assume it
should be 'number'.


(The use of 'derivates' in the 'AUTHORS' section is, IMHO, pushing it. I
really think it should be 'derivatives', but upon such quibbles have wars
been fought. The use of the word 'arithmetics' makes me wonder.)


--- mksh.1.rev  2016-10-13 22:15:02.0 +0100
+++ mksh.1  2016-10-13 22:15:10.0 +0100
@@ -1062,7 +1062,7 @@
 and
 .Ql \eu ,
 .Dq #
-means a hexadecimal digit, of thich there may be none up to four or eight;
+means a hexadecimal digit, of which there may be none up to four or eight;
 these escapes translate a Unicode codepoint to UTF-8.
 Furthermore,
 .Ql \eE
@@ -3188,7 +3188,7 @@
 .Ar substitute
 string which may contain editing commands but not other macros.
 If a tilde postfix is given, a tilde trailing the one or
-two prefices and the control character is ignored, any
+two prefixes and the control character is ignored, any
 other trailing character will be processed afterwards.
 .Pp
 Control characters may be written using caret notation
@@ -4936,7 +4936,7 @@
 .Ar name
 is accessed.
 This can be used by functions to access variables whose names are
-passed as parametres, instead of using
+passed as parameters, instead of using
 .Ic eval .
 .It Fl p
 Print complete
@@ -6643,7 +6643,7 @@
 has a different scope model from
 .At
 .Nm ksh ,
-which leads to subtile differences in semantics for identical builtins.
+which leads to subtle differences in semantics for identical builtins.
 This can cause issues with a
 .Ic nameref
 to suddenly point to a local variable by accident; fixing this is hard.
@@ -6715,7 +6715,7 @@
 .Ev HISTFILE
 does not free old history entries (leaks memory) and leaks
 old entries into the new history if their line numbers are
-not overwritten by same-numer entries from the persistent
+not overwritten by same-number entries from the persistent
 history file; truncating the on-disc file to
 .Ev HISTSIZE
 lines has always been broken and prone to history file corruption