Browse Source

* fixed some typo

peter 26 years ago
parent
commit
4410df172d
1 changed files with 8 additions and 8 deletions
  1. 8 8
      docs/ppc386.cfg.5

+ 8 - 8
docs/ppc386.cfg.5

@@ -92,12 +92,12 @@ encountered, after which normal processing is resumed.
 .IP \fIExample\fP
 .IP \fIExample\fP
 #IFDEF VER0_99_12
 #IFDEF VER0_99_12
 .br
 .br
-\-Up/usr/lib/fpc/0.99.12/linuxunits
+\-Fu/usr/lib/fpc/0.99.12/rtl
 .br
 .br
 #ENDIF
 #ENDIF
 .br
 .br
 .PP
 .PP
-In the above example, /usr/lib/fpc/0.99.12/linuxunits will be added to
+In the above example, /usr/lib/fpc/0.99.12/rtl will be added to
 the path if you're compiling with version 0.99.12 of the compiler.
 the path if you're compiling with version 0.99.12 of the compiler.
 .RE
 .RE
 
 
@@ -115,11 +115,11 @@ encountered, after which normal processing is resumed.
 .IP \fIExample\fP
 .IP \fIExample\fP
 #IFNDEF VER0_99_12
 #IFNDEF VER0_99_12
 .br
 .br
--Up/usr/lib/fpc/0.99.13/linuxunits
+-Fu/usr/lib/fpc/0.99.13/rtl
 .br
 .br
 #ENDIF
 #ENDIF
 .PP
 .PP
-In the above example, /usr/lib/fpc/0.99.13/linuxunits will be added to
+In the above example, /usr/lib/fpc/0.99.13/rtl will be added to
 the path if you're NOT compiling with version 0.99.12 of the compiler.
 the path if you're NOT compiling with version 0.99.12 of the compiler.
 .RE
 .RE
 .IP \fI#ELSE\fP
 .IP \fI#ELSE\fP
@@ -139,18 +139,18 @@ encountered, after which normal processing is resumed.
 
 
 #IFDEF VER0_99_12
 #IFDEF VER0_99_12
 .br
 .br
--Up/usr/lib/fpc/0.99.13/linuxunits
+-Fu/usr/lib/fpc/0.99.12/rtl
 .br
 .br
 #ELSE
 #ELSE
 .br
 .br
--Up/usr/lib/fpc/0.99.12/linuxunits
+-Fu/usr/lib/fpc/0.99.13/rtl
 .br
 .br
 #ENDIF
 #ENDIF
 .br
 .br
 .PP
 .PP
-In the above example, /usr/lib/fpc/0.99.12/linuxunits will be added to
+In the above example, /usr/lib/fpc/0.99.12/rtl will be added to
 the path if you're compiling with version 0.99.12 of the compiler,
 the path if you're compiling with version 0.99.12 of the compiler,
-otherwise \file{/usr/lib/fpc/0.99.13/linuxunits will be added to the path.
+otherwise /usr/lib/fpc/0.99.13/rtl will be added to the path.
 .RE
 .RE
 .IP \fI#ENDIF\fP
 .IP \fI#ENDIF\fP
 .RS
 .RS