csto(1): rephrase introduction

This commit is contained in:
Jeremy Baxter 2024-04-02 20:15:59 +13:00
parent fbcae8c3cb
commit 50b6fa6cec

View file

@ -3,7 +3,7 @@
.Os .Os
.Sh NAME .Sh NAME
.Nm csto .Nm csto
.Nd Lua interpreter with POSIX interfaces .Nd Lua interpreter with operating system interfaces
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm csto .Nm csto
.Bk -words .Bk -words
@ -15,10 +15,11 @@
.Ek .Ek
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
is an interpreter for the Lua programming language, bundled with the Callisto is an interpreter for the Lua programming language, using the Callisto
libraries. Callisto provides Lua libraries for POSIX operating systems. These libraries. Callisto provides Lua libraries for operating systems following
can aid in file manipulation, process management, command line argument parsing the POSIX standard. These allow Lua programs to manipulate the file system,
and other operations not available through the standard Lua library. send signals to processes, parse command line arguments,
and use other OS functionality not available to a regular Lua interpreter.
.Pp .Pp
All of these libraries are conveniently bundled directly into All of these libraries are conveniently bundled directly into
.Nm .Nm