docs/master

changeset 37:83b1481dda93

More refs.
author markus schnalke <meillo@marmaro.de>
date Tue, 15 May 2012 21:30:21 +0200
parents 13bcab8d4b6f
children ea11888c8a97
files bib preface.roff
diffstat 2 files changed, 50 insertions(+), 4 deletions(-) [+]
line diff
     1.1 --- a/bib	Tue May 15 19:21:27 2012 +0200
     1.2 +++ b/bib	Tue May 15 21:30:21 2012 +0200
     1.3 @@ -142,6 +142,7 @@
     1.4  %O \s-1ISBN\s0: 978-0-8330-4513-3.
     1.5  	\f(CW\s-1 http://www.rand.org/pubs/corporate_pubs/CP537/
     1.6  
     1.7 +%L MH-Book
     1.8  %A Jerry Peek
     1.9  %T MH & xmh: Email for Users & Programmers
    1.10  %D 1995
    1.11 @@ -164,3 +165,33 @@
    1.12  	``should nmh be an MTA or an MUA?
    1.13  %D January 2010
    1.14  %O \f(CW\s-1 http://www.mail-archive.com/nmh-workers@nongnu.org/msg01876.html
    1.15 +
    1.16 +%L K&R
    1.17 +%A Brian W. Kernighan
    1.18 +%A Dennis M. Ritchie
    1.19 +%T The C Programming Language
    1.20 +%I Prentice Hall
    1.21 +%D 1988
    1.22 +%V Second Edition
    1.23 +%O \s-1ISBN\s0: 0-13-110362-8
    1.24 +
    1.25 +%A Stephen R. Bourne
    1.26 +%T The UNIX System
    1.27 +%S International Computer Science Series
    1.28 +%I Addison-Wesley
    1.29 +%D 1982
    1.30 +%O \s-1ISBN\s0: 0201137917
    1.31 +
    1.32 +%A Marc J. Rochkind
    1.33 +%T Advanced UNIX Programming
    1.34 +%S Software Series
    1.35 +%I Prentice-Hall
    1.36 +%D 1985
    1.37 +%O \s-1ISBN\s0: 9780130118004
    1.38 +
    1.39 +%A David A. Curry
    1.40 +%T UNIX Systems Programming for SVR4
    1.41 +%S Nutshell Series
    1.42 +%I O'Reilly
    1.43 +%D 1996
    1.44 +%O \s-1ISBN\s0: 1565921631
     2.1 --- a/preface.roff	Tue May 15 19:21:27 2012 +0200
     2.2 +++ b/preface.roff	Tue May 15 21:30:21 2012 +0200
     2.3 @@ -133,14 +133,30 @@
     2.4  on the shell. Without the power of the shell, MH becomes a motorbike
     2.5  without winding roads: boring.
     2.6  Introductions to Unix and its shell can be found in ``The UNIX Programming
     2.7 -Environment'' by Kernighan and Pike or ``The UNIX System'' by Bourne.
     2.8 +Environment'' by Kernighan and Pike
     2.9 +.[
    2.10 +kernighan pike unix prog env
    2.11 +.]
    2.12 +or ``The UNIX System'' by Bourne.
    2.13 +.[
    2.14 +bourne unix system
    2.15 +.]
    2.16  The reader is
    2.17  expected to be familiar with the C programming language, although the
    2.18  document should be understandable without knowledge of C, too.
    2.19 -``The C Programming Language'' by Kernighan and Ritchie is the
    2.20 -definitive guide to C.
    2.21 +``The C Programming Language'' by Kernighan and Ritchie
    2.22 +.[
    2.23 +kernighan ritchie c prog lang
    2.24 +.]
    2.25 +is the definitive guide to C.
    2.26  Some book about system-level C programming is worthwile additional
    2.27  literature. Rochkind and Curry have written such books.
    2.28 +.[
    2.29 +rochkind advanced unix prog
    2.30 +.]
    2.31 +.[
    2.32 +curry system prog
    2.33 +.]
    2.34  As large parts of the code are old, old books are likely more helpful
    2.35  to understanding.
    2.36  The format of email messages as well as the structure of email transfer
    2.37 @@ -190,7 +206,6 @@
    2.38  Which font for what use.
    2.39  Meaning of `foo(1)'.
    2.40  RFCs.
    2.41 -MH vs. nmh vs. mmh.
    2.42  .P
    2.43  This thesis is devided into XXX chapters, ...
    2.44  .P