]> git.sur5r.net Git - cc65/commitdiff
Update funcref.sgml 659/head
authorStefan <stefan.haubenthal@gmail.com>
Wed, 23 May 2018 13:40:14 +0000 (13:40 +0000)
committerGitHub <noreply@github.com>
Wed, 23 May 2018 13:40:14 +0000 (13:40 +0000)
doc/funcref.sgml

index 81da3ce80a1b9d09262fc15358b7047a39b47b28..be6e92ebd2c31310bb2d83c9fc942de2a8631210 100644 (file)
@@ -4,7 +4,7 @@
 <title>cc65 function reference
 <author><url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz">,<newline>
 <url url="mailto:greg.king5@verizon.net" name="Greg King">
-<date>2018-02-07
+<date>2018-05-23
 
 <abstract>
 cc65 is a C compiler for 6502 based systems. This function reference describes
@@ -2342,8 +2342,8 @@ to get off the serial bus so it can be used for other purposes.
 stop sending data to the host computer (i.e., UNTALK). Calling this
 function results in an UNTALK command being transmitted on the serial
 bus. Only devices previously commanded to TALK are affected. This
-function is normally used after the host computer is finished listening data
-to external devices. Sending the UNTALK commands the sending devices
+function is normally used after the host computer is finished listening to data
+from an external device. Sending the UNTALK commands the sending devices
 to get off the serial bus so it can be used for other purposes.
 <tag/Availability/cc65
 <tag/See also/