diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-06-12 01:12:59 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-06-12 01:12:59 +0000 |
commit | 8d2796e698c3784d55fb13b165343a1788b2d09e (patch) | |
tree | 80a4b8bb88add45894d4585a6a03ca52c99a5643 /doc | |
parent | a7eed6217a341c4410924fb164f524c0954769b5 (diff) | |
download | mdk-8d2796e698c3784d55fb13b165343a1788b2d09e.tar.gz mdk-8d2796e698c3784d55fb13b165343a1788b2d09e.tar.bz2 |
minor bug fixes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mdk_mixvm.texi | 4 | ||||
-rw-r--r-- | doc/mdk_tut.texi | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/mdk_mixvm.texi b/doc/mdk_mixvm.texi index b32a76d..54655ab 100644 --- a/doc/mdk_mixvm.texi +++ b/doc/mdk_mixvm.texi @@ -4,7 +4,7 @@ @c Free Software Foundation, Inc. @c See the file mdk.texi for copying conditions. -@c $Id: mdk_mixvm.texi,v 1.16 2004/06/11 23:48:57 jao Exp $ +@c $Id: mdk_mixvm.texi,v 1.17 2004/06/12 01:12:59 jao Exp $ @node mixvm, gmixvm, mixasm, Top @comment node-name, next, previous, up @@ -779,7 +779,7 @@ directory @file{~/.mdk}; this location can be changed using the @item Card reader @tab 16 @tab @file{cardrd.dev} @tab char in @item Card writer @tab 17 @tab @file{cardwr.dev} @tab char out @item Line printer @tab 18 @tab @file{printer.dev} @tab char out -@item Terminal @tab 19 @tab @code{stdout} @tab char in/out +@item Terminal @tab 19 @tab @code{stdin/stdout} @tab char i/o @item Paper tape @tab 20 @tab @file{paper.dev} @tab char in @end multitable diff --git a/doc/mdk_tut.texi b/doc/mdk_tut.texi index 2358871..70f8804 100644 --- a/doc/mdk_tut.texi +++ b/doc/mdk_tut.texi @@ -4,7 +4,7 @@ @c Free Software Foundation, Inc. @c See the file mdk.texi for copying conditions. -@c $Id: mdk_tut.texi,v 1.12 2004/06/09 22:56:41 jao Exp $ +@c $Id: mdk_tut.texi,v 1.13 2004/06/12 01:12:59 jao Exp $ @node MIX and MIXAL tutorial, Getting started, Installing MDK, Top @comment node-name, next, previous, up @@ -174,8 +174,8 @@ following table: @item 52 @tab @@ @tab 53 @tab ; @tab 54 @tab : @tab 55 @tab ' @end multitable @noindent -The value 0 represents a whitespace. The characters @c{~}, @c{[} and -@c{#} correspond to symbols not representable as ASCII characters +The value 0 represents a whitespace. The characters @code{~}, @code{[} and +@code{#} correspond to symbols not representable as ASCII characters (uppercase delta, sigma and gamma, respectively), and byte values 56-63 have no associated character. |