Browse Source

+ Changes by Marco van de Voort

michael 26 years ago
parent
commit
f9d07541aa
1 changed files with 3 additions and 2 deletions
  1. 3 2
      docs/ppc386.1

+ 3 - 2
docs/ppc386.1

@@ -19,7 +19,8 @@ standalone (non GCC frontend) multitarget Pascal compiler.
 The compiler uses
 .BR LD (1)
 and can use
-.BR AS (1) (see parameter \-Aas, but also has its own binary object writer.
+.BR AS (1)
+(see parameter \-Aas, but also has its own binary object writer.
 .PP
 The current main targets are
 .I Go32V2
@@ -368,7 +369,7 @@ but is slower.
 .IP \fI-Se\fP
 The compiler stops after the first error. Normally,
 the compiler tries to continue compiling after an error, until 50 errors are
-reached, or a fatal error is reachd, and then it stops. With this switch,
+reached, or a fatal error is reached, and then it stops. With this switch,
 the compiler will stop after the first error.
 .IP \fI-Sg\fP
 Support the label and goto commands.