~ chicken-core (chicken-5) 1eac399d86e4890c0b372f84419d2ba82a64a094


commit 1eac399d86e4890c0b372f84419d2ba82a64a094
Author:     Evan Hanson <evhan@foldling.org>
AuthorDate: Sun Jul 24 20:58:29 2016 +1200
Commit:     Evan Hanson <evhan@foldling.org>
CommitDate: Sun Jul 24 20:58:29 2016 +1200

    Update mdoc for "-module" option

diff --git a/chicken.mdoc b/chicken.mdoc
index 7dea2007..d9e6736b 100644
--- a/chicken.mdoc
+++ b/chicken.mdoc
@@ -105,8 +105,8 @@ emit import-libraries for all defined modules
 do not generate module registration code
 It Fl no-compiler-syntax
 disable expansion of compiler-macros
-.It Fl module
-wrap compiled code into implicit module
+.It Fl module Ar NAME
+wrap compiled code in module of the given name
 .El
 .Pp
 Translation options:
diff --git a/csc.mdoc b/csc.mdoc
index fa3a0e68..00e3841d 100644
--- a/csc.mdoc
+++ b/csc.mdoc
@@ -110,8 +110,8 @@ emit import-libraries for all defined modules
 do not generate module registration code
 .It Fl no-compiler-syntax
 disable expansion of compiler-macros
-.It Fl M, Fl module
-wrap compiled code into implicit module
+.It Fl m Ar NAME , Fl module Ar NAME
+wrap compiled code in module of the given name
 .El
 .Pp
 Translation options:
Trap