From f98e5f4feb28f6e786ca48551fdad50d1e1f6a7a Mon Sep 17 00:00:00 2001 From: Wayne Parham Date: Tue, 15 Jun 2021 17:14:27 -0500 Subject: [PATCH] Stylistic changes --- doc/sym1.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sym1.sgml b/doc/sym1.sgml index 75c44b422..60eb1c020 100644 --- a/doc/sym1.sgml +++ b/doc/sym1.sgml @@ -106,7 +106,7 @@ All the samples will run on the "stock" 4KB Sym-1, except for symIO an symHello prints "Hello World!" and then inputs characters, which are echoed on the screen. It also makes a "beep" sound. -symTiny does the same as symhello, but does it with puts() rather than printf() to show the difference in compiled binary size. +symTiny does the same as symHello, but does it with puts() rather than printf() to show the difference in compiled binary size. symDisplay allows entry of a message, which is then displayed by scrolling it across the front panel display. symIO allows access to the Sym-1 digital I/O ports. symNotepad is a simple text entry/retrieval program that uses tape storage.