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

version 1.6, 1997/03/11 16:00:37 version 1.7, 1997/03/19 18:27:14
Line 35  starts the system and goes into interact Line 35  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 asm.fi \-m 1M asm.fs\fR  \fCgforth-makeimage 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
 1MB and has the file \fCasm.fs\fR loaded.  1MB and has the file \fCasm.fs\fR loaded.
   
   \fCgforth-ditc\fR
   
   starts a doubly indirect threaded version of Gforth and goes into
   interactive mode.
   
 .SH OPTIONS  .SH OPTIONS
   
 .BI "\-\-image\-file " "file"  .BI "\-\-image\-file " "file"
Line 114  code. This option takes only one argumen Line 119  code. This option takes only one argumen
 more Forth words, you have to quote them or use several \fC-e\fRs.  To  more Forth words, you have to quote them or use several \fC-e\fRs.  To
 exit after processing the command line (instead of entering  exit after processing the command line (instead of entering
 interactive mode) append \fC-e bye\fR to the command line. This is an  interactive mode) append \fC-e bye\fR to the command line. This is an
 image-specific option.  image-specific option of the default image.
 .SH FILES  .SH FILES
 .nf  .nf
 .ta \w'\fCkernal.fi\fP  'u  .ta \w'\fCkernal.fi\fP  'u

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


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