Diff for /gforth/doc/gforth.1 between versions 1.4 and 1.5

version 1.4, 1999/04/16 22:19:51 version 1.5, 2000/09/23 18:20:19
Line 5 Line 5
 ..  ..
 .TH GForth 1 "April 14, 1999" \" -*- nroff -*-  .TH GForth 1 "April 14, 1999" \" -*- nroff -*-
 .SH NAME  .SH NAME
 gforth, gforthmi \- a fast and portable Forth system  gforth, gforth-fast, gforthmi \- a fast and portable Forth system
 .SH SYNOPSIS  .SH SYNOPSIS
   
 \fCgforth\fR [initialization options] [image-specific options]  \fCgforth\fR [initialization options] [image-specific options]
   \fCgforth-fast\fR [initialization options] [image-specific options]
   
 \fCgforthmi\fR \fIfilename\fR [initialization options] [image-specific options]  \fCgforthmi\fR \fIfilename\fR [initialization options] [image-specific options]
 .SH DESCRIPTION  .SH DESCRIPTION
Line 42  starts the system and goes into interact Line 43  starts the system and goes into interact
 loads and interprets the files \fCfile1\fR and \fCfile2\fR, then  loads and interprets the files \fCfile1\fR and \fCfile2\fR, then
 exits.  exits.
   
   \fCgforth-fast\fR
   
   is the same as \fCgforth-fast\fR, except that it does not support
   accurate backtraces for signals, and is faster by up to a factor of 2.
   Use it for debugged, performance-critical programs such as benchmarks.
   
 \fCgforthmi asm.fi \-m 1M asm.fs\fR  \fCgforthmi asm.fi \-m 1M asm.fs\fR
   
 creates an image \fCasm.fi\fR that has a default dictionary size of  creates an image \fCasm.fi\fR that has a default dictionary size of

Removed from v.1.4  
changed lines
  Added in v.1.5


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