aboutsummaryrefslogtreecommitdiff
path: root/docs/tomo.1.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-30 15:41:37 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-30 15:41:37 -0400
commit38d6189d4335bbcdc38f0c31cf769082b96f22fa (patch)
tree430c133eafe0284d0bc10e7571b42bbf02b34aca /docs/tomo.1.md
parent494e4ef006cd66ee1d91ea23de9da085bec1e8db (diff)
Further support for .dylib files on mac by changing syntax for library
imports to `use -lfoo` instead of `use foo.so`
Diffstat (limited to 'docs/tomo.1.md')
-rw-r--r--docs/tomo.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tomo.1.md b/docs/tomo.1.md
index c641d0d3..b95a25e4 100644
--- a/docs/tomo.1.md
+++ b/docs/tomo.1.md
@@ -48,7 +48,7 @@ C code, which is then compiled using a C compiler of your choice.
: Compile the input file to an executable.
`-L`, `--library`
-: Compile the input files to a library `.so` file and header.
+: Compile the input files to a shared library file and header.
`-I`, `--install`
: Install the compiled executable or library.