docs: fix more spelling errors

FossilOrigin-Name: 6f38e8f9ec727b9897478d6c242d814fc8dc7789b7561c46a01ad5c32057849c
This commit is contained in:
crc 2021-01-07 16:02:18 +00:00
parent 6a77e9f3b6
commit 8f7605e026
7 changed files with 11 additions and 11 deletions

View file

@ -1,7 +1,7 @@
# RETRO: a Modern, Pragmatic Forth
Welcome to RETRO, my personal take on the Forth language. This
is a modern system primarily targetting desktop, mobile, and
is a modern system primarily targeting desktop, mobile, and
servers, though it can also be used on some larger (ARM, MIPS32)
embedded systems.

View file

@ -31,7 +31,7 @@ retro -s
## Using In a Pipe
If using a Unix shell and piping input between processes, you
will probably want to use `-s` to supress the startup messages
will probably want to use `-s` to suppress the startup messages
and `Ok` prompt that normally appear.
E.g.,

View file

@ -31,7 +31,7 @@ before returning to the prior one.
To set a buffer as the active one use `buffer:set`. This takes
an address.
The buffer will be assumed to be empty. The inital value will
The buffer will be assumed to be empty. The initial value will
be set to ASCII:NULL.
## Add Value
@ -84,7 +84,7 @@ Let's add some stuff using `buffer:add`:
#300 buffer:add
```
And then retreive the values:
And then retrieve the values:
```
buffer:get n:put nl

View file

@ -41,4 +41,4 @@ OPTIONS
AUTHORS
Charles Childers <crc@forthworks.com>
OpenBSD 6.4 Setember 2019 OpenBSD 6.4
OpenBSD 6.4 September 2019 OpenBSD 6.4

View file

@ -16,7 +16,7 @@ DESCRIPTION
changes.
CAVETS
CAVEATS
retro-extend only emulates the minimal console output device. If the
source files require additional I/O to be present, the extend process
will likely fail to work correctly.
@ -25,4 +25,4 @@ CAVETS
AUTHORS
Charles Childers <crc@forthworks.com>
OpenBSD 6.4 February 2019 OpenBSD 6.4
OpenBSD 6.4 January 2021 OpenBSD 6.4

View file

@ -1,4 +1,4 @@
.Dd February 2019
.Dd January 2021
.Dt RETRO-EXTEND 1
.Os
.Sh RETRO-EXTEND
@ -19,7 +19,7 @@ the name of an image file and one or more source files to load
into the image. After completion the image file will be updated
with the changes.
.Sh CAVETS
.Sh CAVEATS
.Nm
only emulates the minimal console output device. If the source
files require additional I/O to be present, the extend process

View file

@ -1,4 +1,4 @@
.Dd June 2020
.Dd January 2021
.Dt RETRO 1
.Os
.Sh RETRO
@ -27,7 +27,7 @@ Display a help screen.
.It Fl i
Start Retro in interactive mode.
.It Fl s
Start Retro in interactive mode and supress the startup message.
Start Retro in interactive mode and suppress the startup message.
.It Fl t
Run any test blocks in the loaded files.
.It Fl f Ar filename