Diff for /gforth/doc/gforth.ds between versions 1.9 and 1.10

version 1.9, 1998/05/03 20:40:59 version 1.10, 1998/06/04 16:17:55
Line 15 Line 15
 @end macro  @end macro
 @comment %**end of header (This is for running Texinfo on a region.)  @comment %**end of header (This is for running Texinfo on a region.)
   
   @include version.texi
   
 @ifinfo  @ifinfo
 This file documents Gforth 0.4  This file documents Gforth @VERSION{}
   
 Copyright @copyright{} 1995-1997 Free Software Foundation, Inc.  Copyright @copyright{} 1995-1997 Free Software Foundation, Inc.
   
Line 50  Copyright @copyright{} 1995-1997 Free So Line 52  Copyright @copyright{} 1995-1997 Free So
 @sp 10  @sp 10
 @center @titlefont{Gforth Manual}  @center @titlefont{Gforth Manual}
 @sp 2  @sp 2
 @center for version 0.4  @center for version @VERSION{}
 @sp 2  @sp 2
 @center Anton Ertl  @center Anton Ertl
 @center Bernd Paysan  @center Bernd Paysan
Line 87  Copyright @copyright{} 1995--1997 Free S Line 89  Copyright @copyright{} 1995--1997 Free S
 @node Top, License, (dir), (dir)  @node Top, License, (dir), (dir)
 @ifinfo  @ifinfo
 Gforth is a free implementation of ANS Forth available on many  Gforth is a free implementation of ANS Forth available on many
 personal machines. This manual corresponds to version 0.4.  personal machines. This manual corresponds to version @VERSION{}.
 @end ifinfo  @end ifinfo
   
 @menu  @menu
Line 4752  redirected in the command line that star Line 4754  redirected in the command line that star
 @item method of selecting the user output device:  @item method of selecting the user output device:
 @cindex user output device, method of selecting  @cindex user output device, method of selecting
 @code{EMIT} and @code{TYPE} output to the file-id stored in the value  @code{EMIT} and @code{TYPE} output to the file-id stored in the value
 @code{outfile-id} (@code{stdout} by default). Gforth uses buffered  @code{outfile-id} (@code{stdout} by default). Gforth uses unbuffered
 output, so output on a terminal does not become visible before the next  output when the user output device is a terminal, otherwise the output
 newline or buffer overflow. Output on non-terminals is invisible until  is buffered.
 the buffer overflows.  
   
 @item methods of dictionary compilation:  @item methods of dictionary compilation:
 What are we expected to document here?  What are we expected to document here?

Removed from v.1.9  
changed lines
  Added in v.1.10


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