retroforth/man/retro-extend.1
crc 8f7605e026 docs: fix more spelling errors
FossilOrigin-Name: 6f38e8f9ec727b9897478d6c242d814fc8dc7789b7561c46a01ad5c32057849c
2021-01-07 16:02:18 +00:00

29 lines
783 B
Groff

.Dd January 2021
.Dt RETRO-EXTEND 1
.Os
.Sh RETRO-EXTEND
.Nm retro-extend
.Nd "a modern, pragmatic forth development system"
.Sh SYNOPSIS
.Nm
image filename
.Op filenames
.Sh DESCRIPTION
RETRO is a modern, pragmatic Forth drawing influences from many
sources. It's clean, elegant, tiny, and easy to grasp and adapt
to various uses.
.Nm
is a tool to load additional code into an image file. It takes
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 CAVEATS
.Nm
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.
.Sh AUTHORS
.An Charles Childers Aq Mt crc@forthworks.com