~ chicken-core (master) 224e7aa34750cd2890d28194b48016b9687edd29


commit 224e7aa34750cd2890d28194b48016b9687edd29
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Dec 1 18:06:41 2025 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Mon Dec 1 18:06:41 2025 +0100

    convert line endings, rewording, rename properly
    
    (original patch by Mario Goulart, hand-applied due to git refusing to apply)

diff --git a/manual/module (chicken version) b/manual/Module (chicken version)
similarity index 84%
rename from manual/module (chicken version)
rename to manual/Module (chicken version)
index 4c146229..f386b962 100644
--- a/manual/module (chicken version)	
+++ b/manual/Module (chicken version)	
@@ -3,19 +3,19 @@
 
 == Module (chicken version)
 
-This module contains procedures for version comparison operations.
+This module provides the {{version>=?}} procedure for version comparison.
 
 === version>=?
 
 <procedure>(version>=? v1 v2)</procedure>
 
-Return {{#t}} if {{v1}} is greater than or equal to {{v2}},
-where both arguments are assumed to encode version numbers.
-The values can be of any type and will be converted to strings
-(using {{->string}}) if necessary. The comparison accepts
-separators like {{"."}}, {{"-"}}, etc. and compares sub-elements
-numerically, if possible.
-
+Return {{#t}} if {{v1}} is greater than or equal to {{v2}},
+where both arguments are assumed to encode version numbers.
+The values can be of any type and will be converted to strings
+(using {{->string}}) if necessary. The comparison accepts
+separators like {{"."}}, {{"-"}}, etc. and compares sub-elements
+numerically, if possible.
+
 ---
 Previous: [[Module (chicken type)]]
 
Trap