]> Kevux Git Server - fll/commitdiff
Update: Improve IKI Write help documentation.
authorKevin Day <thekevinday@gmail.com>
Sun, 8 Jan 2023 01:10:17 +0000 (19:10 -0600)
committerKevin Day <thekevinday@gmail.com>
Sun, 8 Jan 2023 01:10:17 +0000 (19:10 -0600)
level_3/iki_write/c/iki_write.c

index c108f71642789988eee51b164fa54cf54ead8235..0488366a6d63b43d86871fe125af2709649ab8e3 100644 (file)
@@ -36,10 +36,12 @@ extern "C" {
 
     fl_print_format(" %[Notes:%]%r", file.stream, context.set.important, context.set.important, f_string_eol_s);
     fl_print_format("  This program will accept Object and Content strings to generate an IKI string, such as %[object:\"content\"%].%r", file.stream, context.set.notable, context.set.notable, f_string_eol_s);
+    fl_print_format("  Each Object must have a Content (and each Content must have an Object).%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
-    fl_print_format("  Each object must have a Content (and each Content must have an Object).%r%r", file.stream, f_string_eol_s, f_string_eol_s);
+    fl_print_format("  The Object is also called the Vocabulary.%r", file.stream, f_string_eol_s);
+    fl_print_format("  A complete Object and Content set is also called a Variable.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
-    fl_print_format("  When piping main to this program, a single form-feed character (\\f) must be used to separate each Object from each Content.%r", file.stream, f_string_eol_s);
+    fl_print_format("  When piping main to this program, a single form-feed character (\\f) (U+000C) must be used to separate each Object from each Content.%r", file.stream, f_string_eol_s);
     fl_print_format("  Furthermore, each Object must be followed by a Content.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);