From 9327065d2cf9676ec0fad450190f37421cc630e7 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 8 Jan 2023 10:14:59 -0600 Subject: [PATCH] Cleanup: Minor IKI formatting improvements. --- level_3/fake/documents/fakefile.txt | 4 ++-- level_3/fake/specifications/dependencies.txt | 2 +- level_3/fake/specifications/fakefile.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/level_3/fake/documents/fakefile.txt b/level_3/fake/documents/fakefile.txt index 95e364d..017bbf8 100644 --- a/level_3/fake/documents/fakefile.txt +++ b/level_3/fake/documents/fakefile.txt @@ -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. 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. -- 1.8.3.1