From bc482cd41bb6785b4f2a0693bb9a9a3fa9cc98f4 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 27 Apr 2023 20:05:55 -0500 Subject: [PATCH] Cleanup: Fix mistake in documentation that makes sentence nonsense. The word "Content" should not be used here and instead use "data". The word "main" is used here randomly with no logical sense. Remove this use of the word "main". --- level_3/fss_basic_list_read/c/fss_basic_list_read.c | 2 +- .../data/documentation/man/man1/fss_basic_list_read.1 | 2 +- level_3/fss_basic_read/data/documentation/man/man1/fss_basic_read.1 | 2 +- level_3/fss_embedded_list_read/c/fss_embedded_list_read.c | 2 +- .../data/documentation/man/man1/fss_embedded_list_read.1 | 2 +- level_3/fss_extended_list_read/c/fss_extended_list_read.c | 2 +- .../data/documentation/man/man1/fss_extended_list_read.1 | 2 +- level_3/fss_extended_read/c/fss_extended_read.c | 2 +- .../fss_extended_read/data/documentation/man/man1/fss_extended_read.1 | 2 +- level_3/fss_payload_read/c/fss_payload_read.c | 2 +- level_3/fss_payload_read/data/documentation/man/man1/fss_payload_read.1 | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/level_3/fss_basic_list_read/c/fss_basic_list_read.c b/level_3/fss_basic_list_read/c/fss_basic_list_read.c index de9a570..2b3557f 100644 --- a/level_3/fss_basic_list_read/c/fss_basic_list_read.c +++ b/level_3/fss_basic_list_read/c/fss_basic_list_read.c @@ -71,7 +71,7 @@ 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 print the Content associated with the given Object and Content main based on the FSS-0002 Basic List standard.%r%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format(" This program will print the data associated with the given Object and Content based on the FSS-0002 Basic List standard.%r%r", file.stream, f_string_eol_s, f_string_eol_s); fl_print_format(" All numeric positions (indexes) start at 0 instead of 1.%r", file.stream, f_string_eol_s); fl_print_format(" For example, a file of 17 lines would range from 0 to 16.%r%r", file.stream, f_string_eol_s, f_string_eol_s); diff --git a/level_3/fss_basic_list_read/data/documentation/man/man1/fss_basic_list_read.1 b/level_3/fss_basic_list_read/data/documentation/man/man1/fss_basic_list_read.1 index c085a34..4ef7c3e 100644 --- a/level_3/fss_basic_list_read/data/documentation/man/man1/fss_basic_list_read.1 +++ b/level_3/fss_basic_list_read/data/documentation/man/man1/fss_basic_list_read.1 @@ -6,7 +6,7 @@ fss_basic_list_read \- Read data in \fBFSS-0003 (Basic List)\fR format. [\fI\,OPTIONS\/\fR] [\fI\,FILENAMES\/\fR] .SH DESCRIPTION .PP -This program will print the Content associated with the given Object and Content main based on the \fBFSS-0002 Basic List\fR standard. +This program will print the data associated with the given Object and Content based on the \fBFSS-0002 Basic List\fR standard. All numeric positions (indexes) start at 0 instead of 1. For example, a file of 17 lines would range from 0 to 16. diff --git a/level_3/fss_basic_read/data/documentation/man/man1/fss_basic_read.1 b/level_3/fss_basic_read/data/documentation/man/man1/fss_basic_read.1 index e32429c..278aaed 100644 --- a/level_3/fss_basic_read/data/documentation/man/man1/fss_basic_read.1 +++ b/level_3/fss_basic_read/data/documentation/man/man1/fss_basic_read.1 @@ -6,7 +6,7 @@ fss_basic_read \- Read data in \fBFSS-0000 (Basic)\fR format. [\fI\,OPTIONS\/\fR] [\fI\,FILENAMES\/\fR] .SH DESCRIPTION .PP -This program will print the Content associated with the given Object and Content main based on the \fBFSS-0000 Basic\fR standard. +This program will print the data associated with the given Object and Content based on the \fBFSS-0000 Basic\fR standard. All numeric positions (indexes) start at 0 instead of 1. For example, a file of 17 lines would range from 0 to 16. diff --git a/level_3/fss_embedded_list_read/c/fss_embedded_list_read.c b/level_3/fss_embedded_list_read/c/fss_embedded_list_read.c index 31e883b..1b60e14 100644 --- a/level_3/fss_embedded_list_read/c/fss_embedded_list_read.c +++ b/level_3/fss_embedded_list_read/c/fss_embedded_list_read.c @@ -71,7 +71,7 @@ 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 print the Content associated with the given Object and Content main based on the FSS-0008 Embedded List standard.%r%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format(" This program will print the data associated with the given Object and Content based on the FSS-0008 Embedded List standard.%r%r", file.stream, f_string_eol_s, f_string_eol_s); fl_print_format(" All numeric positions (indexes) start at 0 instead of 1.%r", file.stream, f_string_eol_s); fl_print_format(" For example, a file of 17 lines would range from 0 to 16.%r%r", file.stream, f_string_eol_s, f_string_eol_s); diff --git a/level_3/fss_embedded_list_read/data/documentation/man/man1/fss_embedded_list_read.1 b/level_3/fss_embedded_list_read/data/documentation/man/man1/fss_embedded_list_read.1 index 7930c69..9a3115c 100644 --- a/level_3/fss_embedded_list_read/data/documentation/man/man1/fss_embedded_list_read.1 +++ b/level_3/fss_embedded_list_read/data/documentation/man/man1/fss_embedded_list_read.1 @@ -6,7 +6,7 @@ fss_embedded_list_read \- Read data in \fBFSS-0008 (Embedded List)\fR format. [\fI\,OPTIONS\/\fR] [\fI\,FILENAMES\/\fR] .SH DESCRIPTION .PP -This program will print the Content associated with the given Object and Content main based on the \fBFSS-0008 Embedded List\fR standard. +This program will print the data associated with the given Object and Content based on the \fBFSS-0008 Embedded List\fR standard. All numeric positions (indexes) start at 0 instead of 1. For example, a file of 17 lines would range from 0 to 16. diff --git a/level_3/fss_extended_list_read/c/fss_extended_list_read.c b/level_3/fss_extended_list_read/c/fss_extended_list_read.c index 35c4982..f98eeef 100644 --- a/level_3/fss_extended_list_read/c/fss_extended_list_read.c +++ b/level_3/fss_extended_list_read/c/fss_extended_list_read.c @@ -71,7 +71,7 @@ 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 print the Content associated with the given Object and Content main based on the FSS-0003 Extended List standard.%r%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format(" This program will print the data associated with the given Object and Content based on the FSS-0003 Extended List standard.%r%r", file.stream, f_string_eol_s, f_string_eol_s); fl_print_format(" All numeric positions (indexes) start at 0 instead of 1.%r", file.stream, f_string_eol_s); fl_print_format(" For example, a file of 17 lines would range from 0 to 16.%r%r", file.stream, f_string_eol_s, f_string_eol_s); diff --git a/level_3/fss_extended_list_read/data/documentation/man/man1/fss_extended_list_read.1 b/level_3/fss_extended_list_read/data/documentation/man/man1/fss_extended_list_read.1 index ef0e4bf..ca02a28 100644 --- a/level_3/fss_extended_list_read/data/documentation/man/man1/fss_extended_list_read.1 +++ b/level_3/fss_extended_list_read/data/documentation/man/man1/fss_extended_list_read.1 @@ -6,7 +6,7 @@ fss_extended_list_read \- Read data in \fBFSS-0003 (Extended List)\fR format. [\fI\,OPTIONS\/\fR] [\fI\,FILENAMES\/\fR] .SH DESCRIPTION .PP -This program will print the Content associated with the given Object and Content main based on the \fBFSS-0003 Extended List\fR standard. +This program will print the data associated with the given Object and Content based on the \fBFSS-0003 Extended List\fR standard. All numeric positions (indexes) start at 0 instead of 1. For example, a file of 17 lines would range from 0 to 16. diff --git a/level_3/fss_extended_read/c/fss_extended_read.c b/level_3/fss_extended_read/c/fss_extended_read.c index 1eace8f..b63a986 100644 --- a/level_3/fss_extended_read/c/fss_extended_read.c +++ b/level_3/fss_extended_read/c/fss_extended_read.c @@ -71,7 +71,7 @@ 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 print the Content associated with the given Object and Content main based on the FSS-0001 Extended standard.%r%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format(" This program will print the data associated with the given Object and Content based on the FSS-0001 Extended standard.%r%r", file.stream, f_string_eol_s, f_string_eol_s); fl_print_format(" All numeric positions (indexes) start at 0 instead of 1.%r", file.stream, f_string_eol_s); fl_print_format(" For example, a file of 17 lines would range from 0 to 16.%r%r", file.stream, f_string_eol_s, f_string_eol_s); diff --git a/level_3/fss_extended_read/data/documentation/man/man1/fss_extended_read.1 b/level_3/fss_extended_read/data/documentation/man/man1/fss_extended_read.1 index af44430..a0d65db 100644 --- a/level_3/fss_extended_read/data/documentation/man/man1/fss_extended_read.1 +++ b/level_3/fss_extended_read/data/documentation/man/man1/fss_extended_read.1 @@ -6,7 +6,7 @@ fss_extended_read \- Read data in \fBFSS-0001 (Extended)\fR format. [\fI\,OPTIONS\/\fR] [\fI\,FILENAMES\/\fR] .SH DESCRIPTION .PP -This program will print the Content associated with the given Object and Content main based on the \fBFSS-0001 Extended\fR standard. +This program will print the data associated with the given Object and Content based on the \fBFSS-0001 Extended\fR standard. All numeric positions (indexes) start at 0 instead of 1. For example, a file of 17 lines would range from 0 to 16. diff --git a/level_3/fss_payload_read/c/fss_payload_read.c b/level_3/fss_payload_read/c/fss_payload_read.c index 68001da..7e9e54e 100644 --- a/level_3/fss_payload_read/c/fss_payload_read.c +++ b/level_3/fss_payload_read/c/fss_payload_read.c @@ -80,7 +80,7 @@ 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 print the Content associated with the given Object and Content main based on the FSS-000E Payload standard.%r%r", file.stream, f_string_eol_s, f_string_eol_s); + fl_print_format(" This program will print the data associated with the given Object and Content based on the FSS-000E Payload standard.%r%r", file.stream, f_string_eol_s, f_string_eol_s); fl_print_format(" All numeric positions (indexes) start at 0 instead of 1.%r", file.stream, f_string_eol_s); fl_print_format(" For example, a file of 17 lines would range from 0 to 16.%r%r", file.stream, f_string_eol_s, f_string_eol_s); diff --git a/level_3/fss_payload_read/data/documentation/man/man1/fss_payload_read.1 b/level_3/fss_payload_read/data/documentation/man/man1/fss_payload_read.1 index 8ce20d5..0ee914a 100644 --- a/level_3/fss_payload_read/data/documentation/man/man1/fss_payload_read.1 +++ b/level_3/fss_payload_read/data/documentation/man/man1/fss_payload_read.1 @@ -6,7 +6,7 @@ fss_payload_read \- Read data in \fBFSS-000E (Payload)\fR format. [\fI\,OPTIONS\/\fR] [\fI\,FILENAMES\/\fR] .SH DESCRIPTION .PP -This program will print the Content associated with the given Object and Content main based on the \fBFSS-000E Payload\fR standard. +This program will print the data associated with the given Object and Content based on the \fBFSS-000E Payload\fR standard. All numeric positions (indexes) start at 0 instead of 1. For example, a file of 17 lines would range from 0 to 16. -- 1.8.3.1