add manpage for retro-describe
FossilOrigin-Name: 9a57e00050cde0463115803f272e1d1c99dbec699f863e9898d35cb0c72e962e
This commit is contained in:
parent
532a57d330
commit
ad23442261
2 changed files with 21 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -72,6 +72,7 @@ install-manpages:
|
|||
install -c -m 644 man/retro.1 $(MANDIR)/retro.1
|
||||
install -c -m 644 man/retro-embedimage.1 $(MANDIR)/retro-embedimage.1
|
||||
install -c -m 644 man/retro-extend.1 $(MANDIR)/retro-extend.1
|
||||
install -c -m 644 man/retro-describe.1 $(MANDIR)/retro-describe.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
|
||||
|
||||
|
|
20
man/retro-describe.1
Normal file
20
man/retro-describe.1
Normal file
|
@ -0,0 +1,20 @@
|
|||
.Dd March 2019
|
||||
.Dt RETRO-DESCRIBE 1
|
||||
.Os
|
||||
.Sh RETRO-DESCRIBE
|
||||
.Nm retro-describe
|
||||
.Nd "a modern, pragmatic forth development system"
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
wordname
|
||||
.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 looking the description and stack comments for
|
||||
words in the core language and extensions. It will write output
|
||||
to stdout.
|
||||
.Sh AUTHORS
|
||||
.An Charles Childers Aq Mt crc@forthworks.com
|
Loading…
Reference in a new issue