~ chicken-core (chicken-5) 429c61bd7d3c7e55b7afdd9d83e2c8016ac1a59d


commit 429c61bd7d3c7e55b7afdd9d83e2c8016ac1a59d
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:34 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