[MLton-commit] r5006
Vesa Karvonen
vesak at mlton.org
Fri Dec 29 03:14:18 PST 2006
Just doc tweaks.
----------------------------------------------------------------------
U mltonlib/trunk/org/mlton/vesak/libc/unstable/README
----------------------------------------------------------------------
Modified: mltonlib/trunk/org/mlton/vesak/libc/unstable/README
===================================================================
--- mltonlib/trunk/org/mlton/vesak/libc/unstable/README 2006-12-29 01:09:14 UTC (rev 5005)
+++ mltonlib/trunk/org/mlton/vesak/libc/unstable/README 2006-12-29 11:14:05 UTC (rev 5006)
@@ -35,7 +35,7 @@
defined by the compiler. For example, with the mlton compiler
running the command
- mlton -show-path-map true | grep TARGET
+ mlton -show path-map | grep TARGET
shows the variables.
@@ -46,7 +46,7 @@
libc.mlb
- This the MLB-file for the SML part of the libc interface.
+ This is the MLB-file for the SML part of the libc interface.
detail/
@@ -56,6 +56,6 @@
About Motivation and Scope
--------------------------
- The main motivation of this library is to make it easier to implement
- bindings to C libraries. This library should eventually include all
- parts of libc that make sense from that perspective.
+ The main motivation behind this library is to make it easier to
+ implement bindings to C libraries. This library should eventually
+ include all parts of libc that make sense from that perspective.
More information about the MLton-commit
mailing list