From e91ce8aa8b0e0709d63a4d08cecfd7c18707f559 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 9 Jan 2025 19:28:23 -0600 Subject: [PATCH] Cleanup: Comments in examples in specifications must be escaped. These comments are intended to be printed so that they can be shown as an example. Escape them. --- specifications/fss-0000.txt | 4 ++-- specifications/fss-0001.txt | 4 ++-- specifications/fss-0002.txt | 6 +++--- specifications/fss-0003.txt | 6 +++--- specifications/fss-0004.txt | 6 +++--- specifications/fss-0005.txt | 6 +++--- specifications/fss-0006.txt | 6 +++--- specifications/fss-0007.txt | 6 +++--- specifications/fss-0008.txt | 4 ++-- specifications/fss-0009.txt | 4 ++-- specifications/fss-000a.txt | 4 ++-- specifications/fss-000b.txt | 4 ++-- specifications/fss-000c.txt | 8 ++++---- specifications/fss-000d.txt | 2 +- specifications/fss-000e.txt | 4 ++-- specifications/resolution.txt | 2 +- 16 files changed, 38 insertions(+), 38 deletions(-) diff --git a/specifications/fss-0000.txt b/specifications/fss-0000.txt index 86848d7..a80247a 100644 --- a/specifications/fss-0000.txt +++ b/specifications/fss-0000.txt @@ -46,8 +46,8 @@ Featureless Settings Specification: 0000 - Basic: code:"" Example\: - # fss-0000 - # valid comments are ignored. + \# fss-0000 + \# valid comments are ignored. "The Object" Content until new line. Second object set. diff --git a/specifications/fss-0001.txt b/specifications/fss-0001.txt index 388ffee..0ec0cdb 100644 --- a/specifications/fss-0001.txt +++ b/specifications/fss-0001.txt @@ -46,8 +46,8 @@ Featureless Settings Specification: 0001 - Extended: code:"" Example\: - # fss-0001 - # valid comments are ignored. + \# fss-0001 + \# valid comments are ignored. "The Object" Content "content 2" content_3. Second object set. diff --git a/specifications/fss-0002.txt b/specifications/fss-0002.txt index aa2ab9d..ace8e46 100644 --- a/specifications/fss-0002.txt +++ b/specifications/fss-0002.txt @@ -42,8 +42,8 @@ Featureless Settings Specification: 0002 - Basic List: code:"" Example\: - # fss-0002 - # valid comments are ignored. + \# fss-0002 + \# valid comments are ignored. "The Object"\: Does not need to be quoted. This: does not need to be delimited. @@ -51,7 +51,7 @@ Featureless Settings Specification: 0002 - Basic List: Second\: Continues until EOS/EOF. All white space, including new line (and leading white space) is "part of content." - # Valid comments are still ignored. + \# Valid comments are still ignored. Objects would be\: 1) "The Object" diff --git a/specifications/fss-0003.txt b/specifications/fss-0003.txt index 66d7bce..9220d7b 100644 --- a/specifications/fss-0003.txt +++ b/specifications/fss-0003.txt @@ -50,8 +50,8 @@ Featureless Settings Specification: 0003 - Extended List: code:"" Example\: - # fss-0003 - # valid comments are ignored. + \# fss-0003 + \# valid comments are ignored. "The Object" { Does not need to be quoted. This: does not need to be delimited. @@ -61,7 +61,7 @@ Featureless Settings Specification: 0003 - Extended List: Second { Continues until EOS/EOF. All white space, including new line (and leading white space) is "part of content." - # Valid comments are still ignored. + \# Valid comments are still ignored. } Objects would be\: diff --git a/specifications/fss-0004.txt b/specifications/fss-0004.txt index 32adee4..6b0ea81 100644 --- a/specifications/fss-0004.txt +++ b/specifications/fss-0004.txt @@ -18,8 +18,8 @@ Featureless Settings Specification: 0004 - Very Basic List: See the file:"fss-0000.txt" and file:"fss-0002.txt" specification files for details on the syntax rules. Example\: - # fss-0004 - # valid comments are ignored. + \# fss-0004 + \# valid comments are ignored. "The Object"\: Does not need to be quoted. This: does not need to be delimited. @@ -27,7 +27,7 @@ Featureless Settings Specification: 0004 - Very Basic List: Second\: Continues until EOS/EOF. All white space, including new line (and leading white space) is "part of content." - # Valid comments are still ignored. + \# Valid comments are still ignored. Outer Objects would be\: 1) "The Object" diff --git a/specifications/fss-0005.txt b/specifications/fss-0005.txt index deaed3d..4cbe907 100644 --- a/specifications/fss-0005.txt +++ b/specifications/fss-0005.txt @@ -18,8 +18,8 @@ Featureless Settings Specification: 0005 - Somewhat Basic List: See the file:"fss-0001.txt" and file:"fss-0002.txt" specification files for details on the syntax rules. Example\: - # fss-0005 - # valid comments are ignored. + \# fss-0005 + \# valid comments are ignored. "The Object"\: Does not need to be quoted. This: does not need to be delimited. @@ -27,7 +27,7 @@ Featureless Settings Specification: 0005 - Somewhat Basic List: Second\: Continues until EOS/EOF. All white space, including new line (and leading white space) is "part of content." - # Valid comments are still ignored. + \# Valid comments are still ignored. Outer Objects would be\: 1) "The Object" diff --git a/specifications/fss-0006.txt b/specifications/fss-0006.txt index 417a4c7..709f91f 100644 --- a/specifications/fss-0006.txt +++ b/specifications/fss-0006.txt @@ -18,8 +18,8 @@ Featureless Settings Specification: 0006 - Somewhat Extended List: See the file:"fss-0000.txt" and file:"fss-0003.txt" specification files for details on the syntax rules. Example\: - # fss-0006 - # valid comments are ignored. + \# fss-0006 + \# valid comments are ignored. "The Object" { Does not need to be quoted. This: does not need to be delimited. @@ -29,7 +29,7 @@ Featureless Settings Specification: 0006 - Somewhat Extended List: Second { Continues until EOS/EOF. All white space, including new line (and leading white space) is "part of content." - # Valid comments are still ignored. + \# Valid comments are still ignored. } Outer Objects would be\: diff --git a/specifications/fss-0007.txt b/specifications/fss-0007.txt index d420bca..0f7b418 100644 --- a/specifications/fss-0007.txt +++ b/specifications/fss-0007.txt @@ -18,8 +18,8 @@ Featureless Settings Specification: 0007 - Very Extended List: See the file:"fss-0001.txt" and file:"fss-0003.txt" specification files for details on the syntax rules. Example\: - # fss-0007 - # valid comments are ignored. + \# fss-0007 + \# valid comments are ignored. "The Object" { Does not need to be quoted. This: does not need to be delimited. @@ -29,7 +29,7 @@ Featureless Settings Specification: 0007 - Very Extended List: Second { Continues until EOS/EOF. All white space, including new line (and leading white space) is "part of content." - # Valid comments are still ignored. + \# Valid comments are still ignored. } Outer Objects would be\: diff --git a/specifications/fss-0008.txt b/specifications/fss-0008.txt index 3409cf5..64ca563 100644 --- a/specifications/fss-0008.txt +++ b/specifications/fss-0008.txt @@ -16,8 +16,8 @@ Featureless Settings Specification: 0008 - Embedded List: See the file:"fss-0003.txt" specification file for details on the syntax rules. Example\: - # fss-0008 - # valid comments are ignored. + \# fss-0008 + \# valid comments are ignored. "The Object" { Does not need to be quoted. This: does not need to be delimited. diff --git a/specifications/fss-0009.txt b/specifications/fss-0009.txt index 6dc5d66..5d379a3 100644 --- a/specifications/fss-0009.txt +++ b/specifications/fss-0009.txt @@ -48,8 +48,8 @@ Featureless Settings Specification: 0009 - Reverse Mapping: code:"" Example\: - # fss-0009 - # valid comments are ignored. + \# fss-0009 + \# valid comments are ignored. Content from new line. "The Object" object set. Second diff --git a/specifications/fss-000a.txt b/specifications/fss-000a.txt index 1d75354..44c46fd 100644 --- a/specifications/fss-000a.txt +++ b/specifications/fss-000a.txt @@ -48,8 +48,8 @@ Featureless Settings Specification: 000A - Extended Reverse Mapping: code:"" Example\: - # fss-000a - # valid comments are ignored. + \# fss-000a + \# valid comments are ignored. Content "content 2" content_3. "The Object" object set. Second diff --git a/specifications/fss-000b.txt b/specifications/fss-000b.txt index 55a53c1..792524e 100644 --- a/specifications/fss-000b.txt +++ b/specifications/fss-000b.txt @@ -16,8 +16,8 @@ Featureless Settings Specification: 000B - Simple List: See the file:"fss-0002.txt" and file:"fss-0003.txt" specification files for details on the syntax rules. Example\: - # fss-000b - # valid comments are ignored. + \# fss-000b + \# valid comments are ignored. "The Object" { Does not need to be quoted. This: does not need to be delimited. diff --git a/specifications/fss-000c.txt b/specifications/fss-000c.txt index a85d1b3..0c84e1e 100644 --- a/specifications/fss-000c.txt +++ b/specifications/fss-000c.txt @@ -24,21 +24,21 @@ Featureless Settings Specification: 000C - IKI Text: See the file:"eki.txt" specification for details on the EKI specifications. Example\: - # fss-000c iki-0000 + \# fss-000c iki-0000 This is a italic:"formal example" utilizing the FSS and IKI headers. Example\: - # iki-0000 + \# iki-0000 This is a italic:"informal example" utilizing only the IKI headers. Example\: - # fss-000c eki-0000 + \# fss-000c eki-0000 This is a bold:italic:"informal example" utilizing the FSS and EKI headers. Example\: - # fss-000c + \# fss-000c This is a italic:"formal example" utilizing only the FSS headers, which in this case is treated as IKI rather than EKI. diff --git a/specifications/fss-000d.txt b/specifications/fss-000d.txt index 899a263..293ee94 100644 --- a/specifications/fss-000d.txt +++ b/specifications/fss-000d.txt @@ -31,7 +31,7 @@ Featureless Settings Specification: 000D - Basic Rule: See the file:"fss-0000.txt", file:"fss-0001.txt", and file:"fss-0003.txt" specification files for details on the syntax rules. Example\: - # fss-000d + \# fss-000d main: name "Boot Devices" diff --git a/specifications/fss-000e.txt b/specifications/fss-000e.txt index 1e56359..c2000a8 100644 --- a/specifications/fss-000e.txt +++ b/specifications/fss-000e.txt @@ -61,8 +61,8 @@ Featureless Settings Specification: 000e - Payload: - For best portability, consider using status as a name string to ensure cross-system or cross-binary compatibility. Example\: - # fss-000e - # valid comments are ignored. + \# fss-000e + \# valid comments are ignored. header\: type error status 296 diff --git a/specifications/resolution.txt b/specifications/resolution.txt index 9d28dbd..afcee45 100644 --- a/specifications/resolution.txt +++ b/specifications/resolution.txt @@ -9,7 +9,7 @@ The "scheme" is a group or category in this case. Consider "inet" for classic internet. example resolution file (/etc/resolution): - # fss-???? + \# fss-???? inet: namesever 208.67.222.222 extension kevux 127.0.0.2:123 -- 1.8.3.1