~ chicken-core (master) 0fbee6eeeeb4dec4967c01af7f241c8d154a7bdc


commit 0fbee6eeeeb4dec4967c01af7f241c8d154a7bdc
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Sun Dec 21 18:04:15 2025 +0100
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Sun Dec 21 18:04:20 2025 +0100

    manual/Module (chicken version): Fix line endings
    
    Remove DOS-style line endings introduced in 224e7aa34750c.

diff --git a/manual/Module (chicken version) b/manual/Module (chicken version)
index f386b962..d0d39732 100644
--- a/manual/Module (chicken version)	
+++ b/manual/Module (chicken version)	
@@ -1,22 +1,22 @@
-[[tags: manual]]
-[[toc:]]
-
-== Module (chicken version)
-
-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.
-
----
-Previous: [[Module (chicken type)]]
-
-Next: [[Module srfi-4]]
+[[tags: manual]]
+[[toc:]]
+
+== Module (chicken version)
+
+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.
+
+---
+Previous: [[Module (chicken type)]]
+
+Next: [[Module srfi-4]]
Trap