start work on adding man pages

FossilOrigin-Name: 9c6bfe623f70c0bf30adc7a4580298516fc0e0fdb8ef5cda8b1327132a5da8b8
This commit is contained in:
crc 2019-01-22 14:29:51 +00:00
parent da0bb5fe8b
commit 356a110ada
5 changed files with 78 additions and 0 deletions

View file

@ -52,6 +52,8 @@
## Documentation
- add man pages
## Examples
- add Buffer.forth

20
man/retro-muri.1 Normal file
View file

@ -0,0 +1,20 @@
.Dd January 2019
.Dt RETRO-MURI 1
.Os
.Sh RETRO-MURI
.Nm retro-muri
.Nd "a modern, pragmatic forth development system"
.Sh SYNOPSIS
.Nm
[options]
.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 assembler for Nga, the virtual machine at the heart of
Retro. It is used to build the image file containing the actual
Retro language.
.Sh AUTHORS
.An Charles Childers Aq Mt crc@forthworks.com

17
man/retro-ri.1 Normal file
View file

@ -0,0 +1,17 @@
.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

19
man/retro-unu.1 Normal file
View file

@ -0,0 +1,19 @@
.Dd January 2019
.Dt RETRO-UNU 1
.Os
.Sh RETRO-UNU
.Nm retro-unu
.Nd "a modern, pragmatic forth development system"
.Sh SYNOPSIS
.Nm
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
to various uses.
.Nm
is a tool for extracting code from fenced blocks in literate
sources. It will write output to stdout.
.Sh AUTHORS
.An Charles Childers Aq Mt crc@forthworks.com

20
man/retro.1 Normal file
View file

@ -0,0 +1,20 @@
.Dd January 2019
.Dt RETRO 1
.Os
.Sh RETRO
.Nm retro
.Nd "a modern, pragmatic forth development system"
.Sh SYNOPSIS
.Nm
[options]
.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 the main interface for interacting with
Retro. It provides both an interactive and a
scripting model.
.Sh AUTHORS
.An Charles Childers Aq Mt crc@forthworks.com