modify upstream makefile to allow hardening build flags to apply
[debian/yforth] / yforth.1
1 .TH YFORTH 1
2 .SH NAME
3 yforth \- a small, free Forth implementation
4 .SH SYNOPSIS
5 .B yforth 
6 .SH DESCRIPTION
7 This is a small implementation of the Forth programming language, somewhat
8 easier to read than larger Forth implementations like Gforth.
9
10 It is not being actively developed or maintained.  If you find it useful,
11 great.  If not, don't expect much help.  The www.forth.org site is a good 
12 place to get more general information on Forth.
13
14 Serious Forth authors would be advised to use Gforth instead of this package.
15
16 .SH AUTHOR
17 This man page was cobbled up for the Debian distribution by Bdale Garbee.