Imported Debian patch 21-9
[debian/pforth] / debian / pforth.1
1 .TH PFORTH 1
2 .\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
3 .\" other parms are allowed: see man(7), man(1)
4 .SH NAME
5 pForth \- an ANS Forth interpreter written in ANSI 'C'
6 .SH SYNOPSIS
7 .B pforth
8 .I "[options] files ..."
9 .SH "DESCRIPTION"
10 This manual page was written for the Debian GNU/Linux distribution
11 because the original program does not have a manual page.
12 .PP
13 .B pForth
14 is an interpreter for the ANS Forth language.  It implements the Core,
15 Core Extensions, File-Access, Floating-Point, Locals, Programming-Tools,
16 and Strings word sets.
17 .PP
18 Any files specified on the command line will be processed as if typed.  This
19 is useful for scripting.
20 .SH OPTIONS
21 .TP
22 .B \-d<filename.dic>
23 Specify an alternate dictionary.  By default, pforth.dic will be searched for
24 first in the current directory, and then in /usr/lib/pforth.
25 .TP
26 .B \-i
27 Initialization mode, used for creating an initial dictionary.
28 .TP
29 .B \-q
30 Quiet mode.
31 .SH "SEE ALSO"
32 There are some other pForth docs in /usr/doc/pforth, and a web page at
33 http://www.softsynth.com/pforth/.  
34 .PP
35 Information on Forth in general
36 is available from the Forth Interest Group web site at http://www.forth.org/.
37 .SH AUTHOR
38 This manual page was written by Bdale Garbee <bdale@gag.com>
39 for the Debian GNU/Linux system (but may be used by others).