BogusForth version 0.9.3b, Unix environment release, gcc version 3.2.2
written by Antonio Maschio <tbin@libero.it> - 2003-2004
Usage: bf <options> <filename>
OPTIONS
-c          interpret bf filename leaving C file filename.c
                *** NOT IMPLEMENTED YET ***
-e          turn off error messages (ON by default)
-h, --help  give this help and exit
--license   show license type (GPL) and exit
-o          compile bf filename leaving an executable with the same name
                *** NOT IMPLEMENTED YET ***
-q          turn on quiet mode (OFF by default)
-s          turn on stack clearing on errors (OFF by default)
-V          show a quick language summary in continuous mode and exit
-v, --voc   show a quick language summary by screens and exit
-w          turn off exit warning about stack not empty (ON by default)
--version   show version and exit
--warranty  show warranty (none, of course) and exit
(Options are not cumulative - set them one by one)
With no filename, start in interactive mode.
If filename has no closing instructions (furnished through 0q)
fall back in interactive mode after interpreting file.
...It's GPL: enjoy.

For installation of man page, copy (as root) bf.1 in /usr/share/man/man1.
