]> Kevux Git Server - fll/commitdiff
Cleanup: Minor IKI formatting improvements.
authorKevin Day <thekevinday@gmail.com>
Sun, 8 Jan 2023 16:14:59 +0000 (10:14 -0600)
committerKevin Day <thekevinday@gmail.com>
Sun, 8 Jan 2023 16:14:59 +0000 (10:14 -0600)
level_3/fake/documents/fakefile.txt
level_3/fake/specifications/dependencies.txt
level_3/fake/specifications/fakefile.txt

index 95e364d7267792cecbec5591441c56393cd69e66..017bbf80f437d5fe72efb209b58e1db49fe06774 100644 (file)
@@ -448,7 +448,7 @@ Fakefile Documentation:
 
     - code:"run"\:
       Manually execute a remote program or script.
-      This program must be in the appropriate PATH environment or otherwise automatically detected when calling without a specific path to the program or script.
+      This program must be in the appropriate code:"PATH" environment or otherwise automatically detected when calling without a specific path to the program or script.
 
       The first bold:"Content" represents the program or script name.
       All bold:"Content" after the first are passed to the program or script when running.
@@ -458,7 +458,7 @@ Fakefile Documentation:
 
     - code:"shell"\:
       Manually execute a remote program or script using a specific path to the program or script.
-      This does not require the program to exist in PATH, but the path to the program or script must be relative to the project path.
+      This does not require the program to exist in code:"PATH", but the path to the program or script must be relative to the project path.
 
       The first bold:"Content" represents the program or script name.
       All bold:"Content" after the first are passed to the program or script when running.
index 19f9f057bdc691ed6f83abcbf71e46fdfd0a5e68..ad4266fbb8b2af4f12fbb33791c691776d5ae2cf 100644 (file)
@@ -10,7 +10,7 @@
 #
 
 Dependencies Specification:
-  The build settings bold:"dependencies" file follows the code:"FSS-0001 (Extended)" format.
+  The build settings file:"dependencies" file follows the code:"FSS-0001 (Extended)" format.
 
   Each Object represents a specific project name as it would be linked against.
   Each Content represents associated information, such as a version number.
index 6cb340ec9fcf20bce9421631e87909b86c13e42a..a6b2f0c4b4956c6898a5745774036889eb4b8044 100644 (file)
@@ -13,7 +13,7 @@ Fakefile Specification:
   The file:"fakefile" file follows the code:"FSS-0005 (Somewhat Basic List)" format with a sub-format of code:"IKI-0002 (Simple Script)".
 
   A file:"fakefile" is broken up into multiple bold:"Basic Lists", referred to as bold:"Sections", with two special purpose reserved bold:"Sections".
-  The bold:"Sections" are broken up into multiple bold:"Extended Objects" and their respective bold:"Contents", referred to as bold"Section Operations".
+  The bold:"Sections" are broken up into multiple bold:"Extended Objects" and their respective bold:"Contents", referred to as bold:"Section Operations".
 
   Each of these non-reserved Sections acts as a set to perform some set of bold:"Section Operations".
   Each of these bold:"Section Operations" perform a single command or action based on a set of reserved bold:"Section Operation" types.