Diff for /gforth/Attic/gforth.1 between versions 1.7 and 1.8

version 1.7, 1997/03/19 18:27:14 version 1.8, 1997/04/10 15:00:05
Line 3 Line 3
 .ns  .ns
 .IP "\fB\\$1\fI\\$2" 9  .IP "\fB\\$1\fI\\$2" 9
 ..  ..
 .TH GForth 1 "October 29, 1995" \" -*- nroff -*-  .TH GForth 1 "April 10, 1997" \" -*- nroff -*-
 .SH NAME  .SH NAME
 gforth, gforth-ditc, gforth-makeimage \- a fast and portable Forth system  gforth, gforth-ditc, gforth-makeimage \- a fast and portable Forth system
 .SH SYNOPSIS  .SH SYNOPSIS
Line 21  programming language. For details read t Line 21  programming language. For details read t
   
 \fCGFORTHPATH\fR contains the search path for source and image files.  \fCGFORTHPATH\fR contains the search path for source and image files.
   
 \fCGFORTHD\fR gives the gforth executable to be used in creating the  \fCGFORTHD\fR gives the gforth executable used by
 image (default: \fCgforth-ditc\fR).  \fCgforth-makeimage\fR for creating the base images. It should be a
   double indirect threaded system.  Default: \fCgforth-ditc\fR.
   
   \fCGFORTH\fR gives the gforth executable used by
   \fCgforth-makeimage\fR for computing the relocatable image from the
   base images. Default: \fCgforth\fR.
   
 .SH EXAMPLES  .SH EXAMPLES
   

Removed from v.1.7  
changed lines
  Added in v.1.8


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