update retro-unu manpage to add a note on the code & test block syntax
FossilOrigin-Name: 79795069c77287f3e66e2ee73a26f2466903d2494502cc5bdd07ef86528095cc
This commit is contained in:
parent
581973b3e1
commit
1f5463ff26
1 changed files with 8 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
.Dd January 2020
|
.Dd June 2020
|
||||||
.Dt RETRO-UNU 1
|
.Dt RETRO-UNU 1
|
||||||
.Os
|
.Os
|
||||||
.Sh RETRO-UNU
|
.Sh RETRO-UNU
|
||||||
.Nm retro-unu
|
.Nm retro-unu
|
||||||
.Nd "a modern, pragmatic forth development system"
|
.Nd "literate programming tool for use with retro"
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
.Op Fl t
|
.Op Fl t
|
||||||
|
@ -14,8 +14,11 @@ sources. It's clean, elegant, tiny, and easy to grasp and adapt
|
||||||
to various uses.
|
to various uses.
|
||||||
|
|
||||||
.Nm
|
.Nm
|
||||||
is a tool for extracting code from fenced blocks in literate
|
is a tool for extracting code from literate sources. It will
|
||||||
sources. It will write output to stdout.
|
write output to stdout.
|
||||||
|
|
||||||
|
A code block starts with ~~~ on a line by itself and ends with
|
||||||
|
a second ~~~. Test blocks start and end with ```.
|
||||||
.Sh OPTIONS
|
.Sh OPTIONS
|
||||||
.Bl -tag -width -indent
|
.Bl -tag -width -indent
|
||||||
.It Fl t
|
.It Fl t
|
||||||
|
@ -25,3 +28,4 @@ Extract code blocks from the specified file.
|
||||||
.El
|
.El
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Charles Childers Aq Mt crc@forthworks.com
|
.An Charles Childers Aq Mt crc@forthworks.com
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue