]> gitweb.factorcode.org Git - factor.git/blobdiff - core/alien/alien-docs.factor
io.encodings.utf16n: merge with io.encodings.utf16
[factor.git] / core / alien / alien-docs.factor
index 545fe0b9f11509926d3423a36e8227a0ff3f5f5c..3c83e17a06d6f6a387778e7afc4fd521b948e035 100644 (file)
@@ -1,7 +1,7 @@
-USING: alien.accessors alien.c-types alien.libraries alien.strings
-alien.syntax byte-arrays cpu.x86 eval help.markup help.syntax io
-io.backend io.encodings.utf16n io.encodings.utf8 kernel math
-quotations sequences system ;
+USING: alien.accessors alien.c-types alien.libraries
+alien.strings alien.syntax byte-arrays cpu.x86 eval help.markup
+help.syntax io io.backend io.encodings.utf16 io.encodings.utf8
+kernel math quotations sequences system ;
 IN: alien
 
 HELP: callee-cleanup?
@@ -306,7 +306,7 @@ $nl
 ARTICLE: "embedding" "Embedding Factor into C applications"
 "The Factor " { $snippet "Makefile" } " builds the Factor VM both as an executable and a library. The library can be used by other applications. File names for the library on various operating systems:"
 { $table
-    { "OS" "Library name" "Shared?" }
+    { { $strong "OS" } { $strong "Library name" } { $strong "Shared?" } }
     { "Windows XP/Vista" { $snippet "factor.dll" } "Yes" }
     { "Mac OS X" { $snippet "libfactor.dylib" } "Yes" }
     { "Other Unix" { $snippet "libfactor.a" } "No" }