Avoid informal usage of 'you'

This commit is contained in:
ceriel
1991-11-19 13:37:20 +00:00
parent e2494bc20b
commit e9bb2115f1
7 changed files with 13 additions and 13 deletions

View File

@@ -91,8 +91,8 @@ list:
.DE
Again, the \fB``%while''\fP is only used in case of a conflict.
.LP
Error recovery is done almost completely automatically. All you have to do
is to write a routine called \fILLmessage\fP to give the necessary error
Error recovery is done almost completely automatically. All the LLgen-user has to do
is write a routine called \fILLmessage\fP to give the necessary error
messages and supply information about terminals found missing.
.NH 2
Indentation

View File

@@ -12,7 +12,7 @@ File inclusion
.PP
The C preprocessor is applied to the input file before
compilation, so that files containing useful \fBPROC\fP and \fBDEF\fP
declarations can be used in your program by using the \fB#include\fP-directive
declarations can be used in the program by using the \fB#include\fP-directive
of the preprocessor.
.NH 2
Substitution
@@ -32,8 +32,8 @@ an input or output process. Thus,
.ft
.DE
is not allowed. Because it was easy to add, and it was used by some programs,
our compiler allows it. (If you prefer portability you are advised not to make
use of it.)
our compiler allows it. (If portability is an issue, usage of this feature
is not advisable).
.NH 2
Configuration
.PP