From 1f5463ff267e67774dc6ba27348b928ac3d01326 Mon Sep 17 00:00:00 2001 From: crc Date: Tue, 9 Jun 2020 12:57:32 +0000 Subject: [PATCH] update retro-unu manpage to add a note on the code & test block syntax FossilOrigin-Name: 79795069c77287f3e66e2ee73a26f2466903d2494502cc5bdd07ef86528095cc --- man/retro-unu.1 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/man/retro-unu.1 b/man/retro-unu.1 index 4676d5c..ce47272 100644 --- a/man/retro-unu.1 +++ b/man/retro-unu.1 @@ -1,9 +1,9 @@ -.Dd January 2020 +.Dd June 2020 .Dt RETRO-UNU 1 .Os .Sh RETRO-UNU .Nm retro-unu -.Nd "a modern, pragmatic forth development system" +.Nd "literate programming tool for use with retro" .Sh SYNOPSIS .Nm .Op Fl t @@ -14,8 +14,11 @@ 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. +is a tool for extracting code from literate sources. It will +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 .Bl -tag -width -indent .It Fl t @@ -25,3 +28,4 @@ Extract code blocks from the specified file. .El .Sh AUTHORS .An Charles Childers Aq Mt crc@forthworks.com +