hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 41aca9c28949ae94a1c112538c162bd95d36cf11
parent 1a3e6b3e1d4093d36e8c530e7b6522947ac9d2be
Author: Sebastian <sebastian@sebsite.pw>
Date:   Thu, 21 Apr 2022 15:47:30 -0400

docs/hare.scd: add haredoc to SEE ALSO

Signed-off-by: Sebastian <sebastian@sebsite.pw>

Diffstat:
Mdocs/hare.scd | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/hare.scd b/docs/hare.scd @@ -287,4 +287,4 @@ The following environment variables affect *hare*'s execution: # SEE ALSO -*harec*(1), *as*(1), *ld*(1), *ar*(1), *make*(1) +*harec*(1), *haredoc*(1), *as*(1), *ld*(1), *ar*(1), *make*(1)