From 3f521e2fb631dbd4bb0978f3202f8b0acc6c5544 Mon Sep 17 00:00:00 2001 From: minjaesong Date: Sat, 17 Sep 2022 23:48:15 +0900 Subject: [PATCH] doc update --- doc/tvdos.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tvdos.tex b/doc/tvdos.tex index 5361535..4bb27db 100644 --- a/doc/tvdos.tex +++ b/doc/tvdos.tex @@ -151,7 +151,7 @@ Functions: \1\formalsynopsis{bread}{}[Array]{Reads the file bytewise and returns the content in Javascript array.} \1\formalsynopsis{sread}{}[String]{Reads the file textwise and returns the content in Javascript string.} \1\formalsynopsis{pwrite}{pointer: Int, count: Int, offset: Int} -{Writes the bytes stored in the memory starting from the pointer to file.} +{Writes the bytes stored in the memory starting from the pointer to file.\\Note: due to the limitation of the protocol, the non-zero offset is not supported on the serial-connected disk drives.} \2\argsynopsis{count}{how many bytes to write} \2\argsynopsis{offset}{when writing to the file, how many bytes on the file to skip before writing a first byte.} \1\formalsynopsis{bwrite}{bytes: Uint8Array}{Writes the bytes to the file.}