From a4458ca279dadd7df611f9a2ab7e034934ab5b7c Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 15 May 2022 16:41:52 -0500 Subject: [PATCH] Cleanup: style mistakes. A newline should be separating these tag blocks. --- documentation/byte_dump.html | 1 + documentation/control.html | 1 + documentation/controller.html | 1 + documentation/fake.html | 1 + documentation/firewall.html | 1 + documentation/fss_basic_list_read.html | 1 + documentation/fss_basic_list_write.html | 1 + documentation/fss_basic_read.html | 1 + documentation/fss_basic_write.html | 1 + documentation/fss_embedded_list_read.html | 1 + documentation/fss_embedded_list_write.html | 1 + documentation/fss_extended_list_read.html | 1 + documentation/fss_extended_write.html | 1 + documentation/fss_identify.html | 1 + documentation/fss_payload_write.html | 1 + documentation/fss_status_code.html | 1 + 16 files changed, 16 insertions(+) diff --git a/documentation/byte_dump.html b/documentation/byte_dump.html index 66db8cc..4838d7e 100644 --- a/documentation/byte_dump.html +++ b/documentation/byte_dump.html @@ -88,6 +88,7 @@

About

+

The byte_dump program is a tool for parsing and printing the bytes of all data within one or more files. diff --git a/documentation/control.html b/documentation/control.html index f81499a..e7ceb58 100644 --- a/documentation/control.html +++ b/documentation/control.html @@ -88,6 +88,7 @@

About

+

The control program is a tool for sending commands to the controller program. diff --git a/documentation/controller.html b/documentation/controller.html index b2d4bee..f38443d 100644 --- a/documentation/controller.html +++ b/documentation/controller.html @@ -88,6 +88,7 @@

About

+

The controller program is a tool for controller other programs. diff --git a/documentation/fake.html b/documentation/fake.html index 53872a7..e82491c 100644 --- a/documentation/fake.html +++ b/documentation/fake.html @@ -90,6 +90,7 @@

About

+

The fake program, also called Featureless Make is the flagship program of the FLL project and provides the ability to compile source code and perform various actions not unlike how the GNU Make program operates. diff --git a/documentation/firewall.html b/documentation/firewall.html index 66e9f94..226b57a 100644 --- a/documentation/firewall.html +++ b/documentation/firewall.html @@ -88,6 +88,7 @@

About

+

The firewall program is a tool for simplifying and automating the iptables program. diff --git a/documentation/fss_basic_list_read.html b/documentation/fss_basic_list_read.html index 4ea05e0..7192cdb 100644 --- a/documentation/fss_basic_list_read.html +++ b/documentation/fss_basic_list_read.html @@ -87,6 +87,7 @@

About

+

The fss_basic_list_read program is a tool for reading and processing strings that follow the FSS-0002 (Basic List) standard. diff --git a/documentation/fss_basic_list_write.html b/documentation/fss_basic_list_write.html index eeb5fd0..6fd4bb5 100644 --- a/documentation/fss_basic_list_write.html +++ b/documentation/fss_basic_list_write.html @@ -88,6 +88,7 @@

About

+

The fss_basic_list_write program is a tool for generating strings that follow the FSS-0002 (Basic List) standard. diff --git a/documentation/fss_basic_read.html b/documentation/fss_basic_read.html index cb8415a..196bf84 100644 --- a/documentation/fss_basic_read.html +++ b/documentation/fss_basic_read.html @@ -88,6 +88,7 @@

About

+

The fss_basic_read program is a tool for reading and processing strings that follow the FSS-0000 (Basic) standard. diff --git a/documentation/fss_basic_write.html b/documentation/fss_basic_write.html index ab48f1f..629bc81 100644 --- a/documentation/fss_basic_write.html +++ b/documentation/fss_basic_write.html @@ -88,6 +88,7 @@

About

+

The fss_basic_write program is a tool for generating strings that follow the FSS-0000 (Basic) standard. diff --git a/documentation/fss_embedded_list_read.html b/documentation/fss_embedded_list_read.html index 8790a38..837dcde 100644 --- a/documentation/fss_embedded_list_read.html +++ b/documentation/fss_embedded_list_read.html @@ -88,6 +88,7 @@

About

+

The fss_embedded_list_read program is a tool for reading and processing strings that follow the FSS-0008 (Embedded List) standard. diff --git a/documentation/fss_embedded_list_write.html b/documentation/fss_embedded_list_write.html index 755f73b..83fbc28 100644 --- a/documentation/fss_embedded_list_write.html +++ b/documentation/fss_embedded_list_write.html @@ -88,6 +88,7 @@

About

+

The fss_embedded_list_write program is a tool for generating strings that follow the FSS-0008 (Embedded List) standard. diff --git a/documentation/fss_extended_list_read.html b/documentation/fss_extended_list_read.html index 1a78433..f6813d5 100644 --- a/documentation/fss_extended_list_read.html +++ b/documentation/fss_extended_list_read.html @@ -88,6 +88,7 @@

About

+

The fss_extended_list_read program is a tool for reading and processing strings that follow the FSS-0003 (Extended List) standard. diff --git a/documentation/fss_extended_write.html b/documentation/fss_extended_write.html index 9771228..062f61a 100644 --- a/documentation/fss_extended_write.html +++ b/documentation/fss_extended_write.html @@ -87,6 +87,7 @@

About

+

The fss_extended_write program is a tool for generating strings that follow the FSS-0001 (Extended) standard. diff --git a/documentation/fss_identify.html b/documentation/fss_identify.html index 7b5021e..9b4ef31 100644 --- a/documentation/fss_identify.html +++ b/documentation/fss_identify.html @@ -88,6 +88,7 @@

About

+

The fss_identify program is a tool for processing strings in an attempt to identify the FSS file format based on FSS header comments. diff --git a/documentation/fss_payload_write.html b/documentation/fss_payload_write.html index 21b2d06..8e15e43 100644 --- a/documentation/fss_payload_write.html +++ b/documentation/fss_payload_write.html @@ -88,6 +88,7 @@

About

+

The fss_payload_write program is a tool for generating strings that follow the FSS-000E (Payload) standard. diff --git a/documentation/fss_status_code.html b/documentation/fss_status_code.html index ca6d66f..cee7173 100644 --- a/documentation/fss_status_code.html +++ b/documentation/fss_status_code.html @@ -88,6 +88,7 @@

About

+

The fss_status_code program is a tool for interpretting and changing the status codes received from programs into code words or vice-versa. This is intended to be easily scriptable. The code words are still machine-friendly and scriptable. -- 1.8.3.1