Annotation of gforth/gforth.1, revision 1.1

1.1     ! anton       1: .TH GForth 1 "November 27, 1994" \" -*- nroff -*-
        !             2: 
        !             3: .SH NAME
        !             4: 
        !             5: GForth
        !             6: 
        !             7: .SH SYNOPSIS
        !             8: 
        !             9: \fCgforth\fR [initialization options] [image-specific options]
        !            10: 
        !            11: .SH DESCRIPTION
        !            12: 
        !            13: \fBGForth\fR is a fast and portable implementation of the Forth
        !            14: programming language. For details read the manual.
        !            15: 
        !            16: .SH ENVIRONMENT VARIABLES
        !            17: 
        !            18: \fCGFORTHPATH\fR
        !            19: gives the search path for source files.
        !            20: 
        !            21: .SH EXAMPLES
        !            22: 
        !            23: \fCgforth\fR
        !            24: 
        !            25: starts the system and goes into interactive mode.
        !            26: 
        !            27: \fCgforth file1 file2 -e bye\fR
        !            28: 
        !            29: loads and interprets the files \fCfile1\fR and \fCfile2\fR, then
        !            30: exits.
        !            31: 
        !            32: .SH SEE ALSO
        !            33: 
        !            34: The GForth manual is available in hypertext (Info, HTML) and printable
        !            35: (TeX, PS) forms.
        !            36: 
        !            37: The ANS Forth document (i.e., the standard).

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>