docs/master

diff preface.roff @ 51:49cf68506b5d

Spell checking.
author markus schnalke <meillo@marmaro.de>
date Sun, 20 May 2012 11:40:19 +0200
parents eae5e50381ce
children f12b22b0e29a
line diff
     1.1 --- a/preface.roff	Sat May 19 17:57:20 2012 +0200
     1.2 +++ b/preface.roff	Sun May 20 11:40:19 2012 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  .P
     1.6  MH is a set of mail handling tools with a common concept, similar to
     1.7 -the Unix toolchest, which is a set of file handling tools with a common
     1.8 +the Unix tool chest, which is a set of file handling tools with a common
     1.9  concept. nmh is the currently most popular implementation of an
    1.10  MH-like mail handling system.
    1.11  This thesis describes an experimental version of nmh, named \fImmh\fP.
    1.12 @@ -20,7 +20,7 @@
    1.13  Such a change is not trivial, but in being convinced by the
    1.14  concepts and by having done similar transitions for file management
    1.15  and editing already, it was not too difficult neither.
    1.16 -In contrast, setting up nmh to a convenient state became a tendious task
    1.17 +In contrast, setting up nmh to a convenient state became a tedious task
    1.18  that took several months.
    1.19  .P
    1.20  Once having nmh arranged to a convenient state, I enjoyed using it
    1.21 @@ -146,7 +146,7 @@
    1.22  kernighan ritchie c prog lang
    1.23  .]
    1.24  is the definitive guide to C.
    1.25 -Some book about system-level C programming is worthwile additional
    1.26 +Some book about system-level C programming is worthwhile additional
    1.27  literature. Rochkind and Curry have written such books.
    1.28  .[
    1.29  rochkind advanced unix prog
    1.30 @@ -194,7 +194,7 @@
    1.31  to any of the topics covered. It discusses Unix, email
    1.32  and system design on an advanced level.
    1.33  However, as knowledge of the fundamental concepts is the most valuable
    1.34 -information a user can aquire about some program or software system,
    1.35 +information a user can acquire about some program or software system,
    1.36  this document might be worth a read for non-developers as well.
    1.37  
    1.38  
    1.39 @@ -204,7 +204,7 @@
    1.40  Meaning of `foo(1)'.
    1.41  RFCs.
    1.42  .P
    1.43 -This thesis is devided into XXX chapters, ...
    1.44 +This thesis is divided into XXX chapters, ...
    1.45  .P
    1.46  .I Chapter 1
    1.47  introduces ...