From: Kevin Day Date: Sun, 8 Jan 2023 16:14:59 +0000 (-0600) Subject: Cleanup: Minor IKI formatting improvements. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=7d2fa58d39785b152c277bd7c67ebf7bc29c8aff;p=fll Cleanup: Minor IKI formatting improvements. --- diff --git a/level_3/fake/documents/fakefile.txt b/level_3/fake/documents/fakefile.txt index dd25558..e07264a 100644 --- a/level_3/fake/documents/fakefile.txt +++ b/level_3/fake/documents/fakefile.txt @@ -446,7 +446,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. @@ -456,7 +456,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. diff --git a/level_3/fake/specifications/dependencies.txt b/level_3/fake/specifications/dependencies.txt index 19f9f05..ad4266f 100644 --- a/level_3/fake/specifications/dependencies.txt +++ b/level_3/fake/specifications/dependencies.txt @@ -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. diff --git a/level_3/fake/specifications/fakefile.txt b/level_3/fake/specifications/fakefile.txt index 6cb340e..a6b2f0c 100644 --- a/level_3/fake/specifications/fakefile.txt +++ b/level_3/fake/specifications/fakefile.txt @@ -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.