diff options
author | B. Watson <urchlay@slackware.uk> | 2024-05-19 14:50:22 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-05-19 14:50:22 -0400 |
commit | faba4fdff1ddafdf4da35a8217093d92ee4894ca (patch) | |
tree | 6e04061391857b2c71e9389a00441311584b68ef | |
parent | 36286164ad2209bffad1335cbaa0b3b2d3936a25 (diff) | |
download | bw-atari8-tools-faba4fdff1ddafdf4da35a8217093d92ee4894ca.tar.gz |
chkbas: fix typo, part deux.
-rw-r--r-- | jindroush/man/chkbas.1 | 4 | ||||
-rw-r--r-- | jindroush/man/chkbas.rst | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/jindroush/man/chkbas.1 b/jindroush/man/chkbas.1 index 1069d6c..5fbcbae 100644 --- a/jindroush/man/chkbas.1 +++ b/jindroush/man/chkbas.1 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "CHKBAS" 1 "2024-05-16" "1.10" "Jindroush's Atari 8-bit tools" +.TH "CHKBAS" 1 "2024-05-19" "1.10" "Jindroush's Atari 8-bit tools" .SH NAME chkbas \- check and detokenize Atari BASIC SAVEd files .SH SYNOPSIS @@ -69,7 +69,7 @@ Input file: HELLO.BAS Constants & pointers: Start of Name Table (VNT) : 000E End of Name Table (VNTE) : 0011 -Lenght of Name Table (VNTL) : 0004 +Length of Name Table (VNTL) : 0004 Start of Variable Table (VVT) : 0012 End of Variable Table (VVTE) : 0021 Length of Variable Table (VVTL) : 0010 diff --git a/jindroush/man/chkbas.rst b/jindroush/man/chkbas.rst index 2f9e6b7..2ab92e7 100644 --- a/jindroush/man/chkbas.rst +++ b/jindroush/man/chkbas.rst @@ -48,7 +48,7 @@ Sample run, with no options:: Constants & pointers: Start of Name Table (VNT) : 000E End of Name Table (VNTE) : 0011 - Lenght of Name Table (VNTL) : 0004 + Length of Name Table (VNTL) : 0004 Start of Variable Table (VVT) : 0012 End of Variable Table (VVTE) : 0021 Length of Variable Table (VVTL) : 0010 |