~ chicken-core (chicken-5) 5593621ace0980b1abb42ac07fa34f830680c0af
commit 5593621ace0980b1abb42ac07fa34f830680c0af
Author: Peter Bex <peter@more-magic.net>
AuthorDate: Mon Sep 13 14:35:26 2021 +0200
Commit: Peter Bex <peter@more-magic.net>
CommitDate: Mon Sep 13 14:35:26 2021 +0200
Change -static-libs to -static in csc man page (#1785)
diff --git a/csc.mdoc b/csc.mdoc
index 1e45a00c..60523331 100644
--- a/csc.mdoc
+++ b/csc.mdoc
@@ -272,7 +272,7 @@ Select a C compiler other than the default.
Select a C++ compiler other than the default.
.It Fl ld Ar COMPILER
Select a linker other than the default.
-.It Fl static-libs
+.It Fl static
Link with static CHICKEN libraries and extensions.
.It Fl F Ns Ar <DIR>
Pass
Trap