extra(3lua): init man pages

This commit is contained in:
Jeremy Baxter 2024-08-14 12:15:03 +12:00
parent ed811fd099
commit 416585d084
3 changed files with 68 additions and 0 deletions

19
man/extra/extra.3lua.scd Normal file
View file

@ -0,0 +1,19 @@
EXTRA(3lua) "3lua" "Callisto manual pages"
# NAME
*extra* - extra utility library
# SYNOPSIS
.Syn
# DESCRIPTION
The *extra* library provides utility routines
not pertaining to any other library.
Using the *csto* interpreter, these routines will be loaded into
the global environment, rather than its own library table;
therefore, these manuals will refer to *extra*'s routines
by their individual names (without the library prefix).
# SEE ALSO
callisto(3lua)