csto(1): use .Fn macros rather than boldface

This commit is contained in:
Jeremy Baxter 2024-04-03 09:45:06 +13:00
parent 33d4d32a56
commit b7240e6d61

View file

@ -27,7 +27,7 @@ and use other OS functionality not available to a regular Lua interpreter.
.Nm .Nm
loads all Callisto libraries before any script is run, loads all Callisto libraries before any script is run,
allowing you to omit calls to allowing you to omit calls to
.Sy require .Fn require
at the beginning of your script. at the beginning of your script.
.Pp .Pp
For a description of these libraries and how to use them, For a description of these libraries and how to use them,
@ -96,7 +96,7 @@ into global
Print version information. Print version information.
.It Fl W .It Fl W
Enable warnings (see Enable warnings (see
.Sy warn() .Fn warn
in the Lua manual). in the Lua manual).
.El .El
.Sh ENVIRONMENT .Sh ENVIRONMENT
@ -124,13 +124,13 @@ and is executed as Lua code.
Initial value of Initial value of
.Em package.path , .Em package.path ,
the path used by the path used by
.Sy require() .Fn require
to search for Lua modules. to search for Lua modules.
.It Ev LUA_CPATH , Ev LUA_CPATH_5_4 .It Ev LUA_CPATH , Ev LUA_CPATH_5_4
Initial value of Initial value of
.Em package.cpath , .Em package.cpath ,
the path used by the path used by
.Sy require() .Fn require
to search for C loaders. to search for C loaders.
.El .El
.Sh AUTHORS .Sh AUTHORS