# HG changeset patch # User meillo@marmaro.de # Date 1228931529 -3600 # Node ID b5f141edee4ec66e0439b176b5eceac890d881a8 # Parent eef80e989616f1140859a31738c343f8a39f9f8e one uppercase letter words are not set in small caps diff -r eef80e989616 -r b5f141edee4e thesis/tex/0-preface.tex --- a/thesis/tex/0-preface.tex Wed Dec 10 18:37:24 2008 +0100 +++ b/thesis/tex/0-preface.tex Wed Dec 10 18:52:09 2008 +0100 @@ -19,7 +19,7 @@ Audience: This document is targeted for \masqmail\ users and for people interested in mail systems in general. -Security problems in electronic mail, \unix\ and the \NAME{C} programming language will also be discussed. +Security problems in electronic mail, \unix\ and the C programming language will also be discussed. Additional ones planning to take over an unmaintained software project will find real life experience in here. In each topic, basic knowledge is preconditioned. @@ -27,12 +27,12 @@ This work focuses on the \unix\ operating system. Experience in usage, administration and program development is assumed. -This includes the basic toolchain (e.g.\ \name{tar}, \name{grep}, etc.), user, file and permission management, as well as writing, compiling and installing programs written in the \NAME{C} language. +This includes the basic toolchain (e.g.\ \name{tar}, \name{grep}, etc.), user, file and permission management, as well as writing, compiling and installing programs written in the C language. General information about \unix\ can be found in \cite{unixprogenv} %FIXME: references . %FIXME: references explain about administrating \unix. -And developing programs in \NAME{C} may be learned from \cite{k&r} and \cite{advunixprog}. %FIXME: references +And developing programs in C may be learned from \cite{k&r} and \cite{advunixprog}. %FIXME: references %TODO: should I tell them to send email to me when having questions? Or somewhere else?