Avoid use of 'you'
This commit is contained in:
@@ -11,7 +11,7 @@ Em_ass assembles and links EM modules.
|
||||
Arguments may be flags, EM modules or libraries.
|
||||
Flags recognized are:
|
||||
.IP "-ss, -sm, -sl, -sx"
|
||||
Indicate that your program is small, medium, large, or extra large.
|
||||
Indicate that the program is small, medium, large, or extra large.
|
||||
Large is the default.
|
||||
.IP -p
|
||||
List all procedure names together with base-address (decimal and octal),
|
||||
@@ -64,7 +64,7 @@ produced code the only messages to expect are "Out of memory"
|
||||
or of the
|
||||
form: Overflow in XXXX. The latter can usually be cured by giving
|
||||
a -sx flag,
|
||||
the former means your program is too big, dimishing
|
||||
the former means the program is too big, dimishing
|
||||
the size of very large procedures can sometimes help.
|
||||
The most likely errors, however, are unresolved references,
|
||||
probably caused by the omission of a library argument.
|
||||
|
||||
Reference in New Issue
Block a user