add retro-extend(1) man page, minor updates to others
FossilOrigin-Name: 82233af0ad4858cdfe8884bbb2377873bdbc9d8cbeeb3e227a5f24de3c9c3c4a
This commit is contained in:
parent
42fe11e0ba
commit
2ed86db9c4
4 changed files with 36 additions and 21 deletions
4
Makefile
4
Makefile
|
@ -69,9 +69,9 @@ install-examples:
|
|||
|
||||
install-manpages:
|
||||
install -c -m 644 man/retro.1 $(MANDIR)/retro.1
|
||||
install -c -m 644 man/retro-ri.1 $(MANDIR)/retro-ri.1
|
||||
install -c -m 644 man/retro-unu.1 $(MANDIR)/retro-unu.1
|
||||
install -c -m 644 man/retro-extend.1 $(MANDIR)/retro-extend.1
|
||||
install -c -m 644 man/retro-muri.1 $(MANDIR)/retro-muri.1
|
||||
install -c -m 644 man/retro-unu.1 $(MANDIR)/retro-unu.1
|
||||
|
||||
|
||||
test: bin/retro
|
||||
|
|
29
man/retro-extend.1
Normal file
29
man/retro-extend.1
Normal file
|
@ -0,0 +1,29 @@
|
|||
.Dd February 2019
|
||||
.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 CAVETS
|
||||
.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
|
|
@ -1,4 +1,4 @@
|
|||
.Dd January 2019
|
||||
.Dd February 2019
|
||||
.Dt RETRO-MURI 1
|
||||
.Os
|
||||
.Sh RETRO-MURI
|
||||
|
@ -6,7 +6,7 @@
|
|||
.Nd "a modern, pragmatic forth development system"
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
[options]
|
||||
filename
|
||||
.Sh DESCRIPTION
|
||||
RETRO is a modern, pragmatic Forth drawing influences from many
|
||||
sources. It's clean, elegant, tiny, and easy to grasp and adapt
|
||||
|
@ -16,5 +16,8 @@ to various uses.
|
|||
is an assembler for Nga, the virtual machine at the heart of
|
||||
Retro. It is used to build the image file containing the actual
|
||||
Retro language.
|
||||
|
||||
This will extract the code blocks in the specified file and
|
||||
generate an image file named `ngaImage`.
|
||||
.Sh AUTHORS
|
||||
.An Charles Childers Aq Mt crc@forthworks.com
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
.Dd January 2019
|
||||
.Dt RETRO-RI 1
|
||||
.Os
|
||||
.Sh RETRO-RI
|
||||
.Nm retro-ri
|
||||
.Nd "a modern, pragmatic forth development system"
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.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 an interactive, curses based interface for Retro.
|
||||
.Sh AUTHORS
|
||||
.An Charles Childers Aq Mt crc@forthworks.com
|
Loading…
Reference in a new issue