Browse Source

* man pages for all backends

peter 20 years ago
parent
commit
6dc122aa62

+ 9 - 9
install/man/man1/fpc.1

@@ -13,7 +13,7 @@ This binary is the main binary of the
 which is a
 which is a
 .I Turbo Pascal
 .I Turbo Pascal
 and
 and
-.I Delphi (5.0) 
+.I Delphi (7.0) 
 compatible standalone (non GCC frontend) multitarget Pascal compiler.
 compatible standalone (non GCC frontend) multitarget Pascal compiler.
 .PP
 .PP
 The compiler uses
 The compiler uses
@@ -26,13 +26,12 @@ The current main targets are
 .I Go32V2
 .I Go32V2
 (Dos DJGPP extender),
 (Dos DJGPP extender),
 .I Freebsd,
 .I Freebsd,
-.I OpenBSD,
-.I NetBSD,
 .I Linux,
 .I Linux,
-.I OS/2,
-.I BeOS,
+.I MacOS,
+.I MacOSX,
+.I MorphOS,
 .I Netware,
 .I Netware,
-.I Solaris
+.I OS/2
 and
 and
 .I Win32.
 .I Win32.
 The other targets (M68K compilers for Atari and Amiga) are either based on older
 The other targets (M68K compilers for Atari and Amiga) are either based on older
@@ -77,7 +76,8 @@ idem as \-h, but waiting after every screenfull for the enter key.
 .TP
 .TP
 .BI \-i
 .BI \-i
 This option tells the compiler to print the copyright information.
 This option tells the compiler to print the copyright information.
-   You can give it an option, as -ixxx} where "xxx" can be one of the
+
+You can give it an option, as -ixxx where "xxx" can be one of the
 following:
 following:
 .RS
 .RS
 .TP
 .TP
@@ -221,7 +221,7 @@ lib/ld-linux.so.1, depending on which one is found.
 .BI \-Fo xxx
 .BI \-Fo xxx
 Adds 
 Adds 
 .I xxx
 .I xxx
- to the object file path. This path is used
+to the object file path. This path is used
 when looking for files that need to be linked in.
 when looking for files that need to be linked in.
 .TP
 .TP
 .BI \-Fr xxx
 .BI \-Fr xxx
@@ -306,7 +306,7 @@ a ELF32 file (LINUX only) using the
 assembler.
 assembler.
 .TP
 .TP
 .I nasmobj
 .I nasmobj
-a obj file  using the
+a obj file using the
 .I nasm
 .I nasm
 assembler.
 assembler.
 .TP
 .TP

+ 5 - 4
install/man/man1/fpdoc.1

@@ -63,11 +63,12 @@ HTML with 8.3 conforming filenames.
 HTML with long filenames.
 HTML with long filenames.
 .TP
 .TP
 .I xhtml
 .I xhtml
-XHTML with long files,ames.
+XHTML with long filesnames.
 .TP
 .TP
 .I latex
 .I latex
 LaTex, which uses the fpc.sty style used by the Free Pascal documentation.
 LaTex, which uses the fpc.sty style used by the Free Pascal documentation.
-.TP xml-struct
+.TP
+.I xml-struct
 Structured XML.
 Structured XML.
 .RE
 .RE
 .TP
 .TP
@@ -95,7 +96,7 @@ This option tells
 .B fpdoc
 .B fpdoc
 what input file should be used. The argument
 what input file should be used. The argument
 .B cmd
 .B cmd
- can be just a filename, but can
+can be just a filename, but can
 also be a complete compiler command-line with options that concern the 
 also be a complete compiler command-line with options that concern the 
 scanning of the pascal source: defines, include files, syntax options, 
 scanning of the pascal source: defines, include files, syntax options, 
 as they would be specified to the free pascal compiler when compiling 
 as they would be specified to the free pascal compiler when compiling 
@@ -128,7 +129,7 @@ the default is
 (with . (dot) included).
 (with . (dot) included).
 .TP
 .TP
 .BI \-\-latex\-highlight
 .BI \-\-latex\-highlight
-Switches on an internam latex syntax highlighter. This is not yet
+Switches on an internal latex syntax highlighter. This is not yet
 implemented. By default, syntax highlighting is provided by the syntax
 implemented. By default, syntax highlighting is provided by the syntax
 package that comes with fpc.
 package that comes with fpc.
 .TP
 .TP

+ 1 - 9
install/man/man1/ppc386.1

@@ -14,7 +14,7 @@ This binary is the back-end binary of the
 which is a
 which is a
 .I Turbo Pascal
 .I Turbo Pascal
 and
 and
-.I Delphi (5.0) 
+.I Delphi (7.0) 
 compatible standalone (non GCC frontend) multitarget Pascal compiler.
 compatible standalone (non GCC frontend) multitarget Pascal compiler.
 
 
 This binary should not be called directly, instead the 
 This binary should not be called directly, instead the 
@@ -30,12 +30,4 @@ manual page.
 
 
 .SH SEE ALSO
 .SH SEE ALSO
 .BR  fpc (1)
 .BR  fpc (1)
-.BR  fpc.cfg (5)
-.BR  ppdep (1)
-.BR  ppudump (1)
-.BR  ppumove (1)
-.BR  ptop (1)
-.BR  h2pas (1)
-.BR  ld (1)
-.BR  as (1)
 
 

+ 33 - 0
install/man/man1/ppcarm.1

@@ -0,0 +1,33 @@
+.TH ppcarm 1 "30 may 1999" "Free Pascal" "Free Pascal Compiler"
+.SH NAME
+ppcarm \- Free Pascal Compiler (FPC) binary, name derived 
+from Portable Pascal Compiler
+
+.SH SYNOPSIS
+
+.B "ppcarm [options] [sourcefile]"
+.BR
+
+.SH DESCRIPTION
+This binary is the back-end binary of the
+.I Free Pascal Compiler (FPC)
+which is a
+.I Turbo Pascal
+and
+.I Delphi (7.0) 
+compatible standalone (non GCC frontend) multitarget Pascal compiler.
+
+This binary should not be called directly, instead the 
+.B fpc
+program should be used instead. 
+It will choose the right back-end for compiling units for the requested platforms.
+
+.SH OPTIONS
+
+For a complete list of all supported command-line options, see the
+.BR fpc (1)
+manual page.
+
+.SH SEE ALSO
+.BR  fpc (1)
+

+ 33 - 0
install/man/man1/ppcppc.1

@@ -0,0 +1,33 @@
+.TH ppcppc 1 "30 may 1999" "Free Pascal" "Free Pascal Compiler"
+.SH NAME
+ppcppc \- Free Pascal Compiler (FPC) binary, name derived 
+from Portable Pascal Compiler
+
+.SH SYNOPSIS
+
+.B "ppcppc [options] [sourcefile]"
+.BR
+
+.SH DESCRIPTION
+This binary is the back-end binary of the
+.I Free Pascal Compiler (FPC)
+which is a
+.I Turbo Pascal
+and
+.I Delphi (7.0) 
+compatible standalone (non GCC frontend) multitarget Pascal compiler.
+
+This binary should not be called directly, instead the 
+.B fpc
+program should be used instead. 
+It will choose the right back-end for compiling units for the requested platforms.
+
+.SH OPTIONS
+
+For a complete list of all supported command-line options, see the
+.BR fpc (1)
+manual page.
+
+.SH SEE ALSO
+.BR  fpc (1)
+

+ 33 - 0
install/man/man1/ppcsparc.1

@@ -0,0 +1,33 @@
+.TH ppcsparc 1 "30 may 1999" "Free Pascal" "Free Pascal Compiler"
+.SH NAME
+ppcsparc \- Free Pascal Compiler (FPC) binary, name derived 
+from Portable Pascal Compiler
+
+.SH SYNOPSIS
+
+.B "ppcsparc [options] [sourcefile]"
+.BR
+
+.SH DESCRIPTION
+This binary is the back-end binary of the
+.I Free Pascal Compiler (FPC)
+which is a
+.I Turbo Pascal
+and
+.I Delphi (7.0) 
+compatible standalone (non GCC frontend) multitarget Pascal compiler.
+
+This binary should not be called directly, instead the 
+.B fpc
+program should be used instead. 
+It will choose the right back-end for compiling units for the requested platforms.
+
+.SH OPTIONS
+
+For a complete list of all supported command-line options, see the
+.BR fpc (1)
+manual page.
+
+.SH SEE ALSO
+.BR  fpc (1)
+

+ 33 - 0
install/man/man1/ppcx64.1

@@ -0,0 +1,33 @@
+.TH ppcx64 1 "30 may 1999" "Free Pascal" "Free Pascal Compiler"
+.SH NAME
+ppcx64 \- Free Pascal Compiler (FPC) binary, name derived 
+from Portable Pascal Compiler
+
+.SH SYNOPSIS
+
+.B "ppcx64 [options] [sourcefile]"
+.BR
+
+.SH DESCRIPTION
+This binary is the back-end binary of the
+.I Free Pascal Compiler (FPC)
+which is a
+.I Turbo Pascal
+and
+.I Delphi (7.0) 
+compatible standalone (non GCC frontend) multitarget Pascal compiler.
+
+This binary should not be called directly, instead the 
+.B fpc
+program should be used instead. 
+It will choose the right back-end for compiling units for the requested platforms.
+
+.SH OPTIONS
+
+For a complete list of all supported command-line options, see the
+.BR fpc (1)
+manual page.
+
+.SH SEE ALSO
+.BR  fpc (1)
+

+ 1 - 1
install/man/man1/ppdep.1

@@ -45,7 +45,7 @@ is used.
 .BI \-d keyword
 .BI \-d keyword
 This option defines 
 This option defines 
 .B keyword
 .B keyword
- that can be used to verify conditional
+that can be used to verify conditional
 defines. 
 defines. 
 .B ppdep
 .B ppdep
 understands conditional defines, you should use this switch if the 
 understands conditional defines, you should use this switch if the