From 8d2796e698c3784d55fb13b165343a1788b2d09e Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 12 Jun 2004 01:12:59 +0000 Subject: minor bug fixes. --- doc/mdk_mixvm.texi | 4 ++-- 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. -- cgit v1.2.3