fs(3lua): init man pages

Initialise man pages for the fs module.
This commit is contained in:
Jeremy Baxter 2024-04-06 10:50:59 +13:00
parent 2c6ad19111
commit 5cd636d6a7
17 changed files with 561 additions and 0 deletions

15
man/fs/fs.3lua.scd Normal file
View file

@ -0,0 +1,15 @@
FS(3lua) "3lua" "Callisto manual pages"
# NAME
*fs* - file system and path manipulation library
# SYNOPSIS
.Syn
# DESCRIPTION
The *fs* library provides routines to manipulate
files, directories, and other parts of the file system,
as well as path strings.
# SEE ALSO
callisto(3lua)