From ff0196112d89c09ac986a1dd491768e01c76e48b Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 4 Dec 2022 19:08:46 -0600 Subject: [PATCH] Cleanup: Minor improvement to comments and specifications. --- specifications/fss-0000.txt | 2 +- specifications/fss-0001.txt | 2 +- specifications/fss-0009.txt | 2 +- specifications/fss-000a.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/specifications/fss-0000.txt b/specifications/fss-0000.txt index 72304f1..7a56aa8 100644 --- a/specifications/fss-0000.txt +++ b/specifications/fss-0000.txt @@ -25,7 +25,7 @@ Featureless Settings Specification: 0000 - Basic: Key\: code:"\s" = White space, except newline. code:"\b" = Either white space or printable, except newline. - code:"\q" = Non-white space or quoted white space with no white space outside of the quotes. + code:"\q" = Non-white space or quoted white space (and non-whitespace) with no white space outside of the quotes. code:"\n" = Newline. code:"*" = Zero or more occurrences. code:"+" = One or more occurrences. diff --git a/specifications/fss-0001.txt b/specifications/fss-0001.txt index d584c82..deb7124 100644 --- a/specifications/fss-0001.txt +++ b/specifications/fss-0001.txt @@ -23,7 +23,7 @@ Featureless Settings Specification: 0001 - Extended: Key\: code:"\s" = White space, except newline. code:"\b" = Either white space or printable, except newline. - code:"\q" = Non-white space or quoted white space, no white space outside of quotes. + code:"\q" = Non-white space or quoted white space (and non-whitespace) with no white space outside of the quotes. code:"\n" = Newline. code:"*" = Zero or more occurrences. code:"+" = One or more occurrences. diff --git a/specifications/fss-0009.txt b/specifications/fss-0009.txt index 80da739..35df069 100644 --- a/specifications/fss-0009.txt +++ b/specifications/fss-0009.txt @@ -27,7 +27,7 @@ Featureless Settings Specification: 0009 - Reverse Mapping: Key\: code:"\s" = White space, except newline. code:"\b" = Either white space or printable, except newline. - code:"\q" = Non-white space or quoted white space with no white space outside of the quotes. + code:"\q" = Non-white space or quoted white space (and non-whitespace) with no white space outside of the quotes. code:"\n" = Newline. code:"*" = Zero or more occurrences. code:"+" = One or more occurrences. diff --git a/specifications/fss-000a.txt b/specifications/fss-000a.txt index 5d8640b..c15177d 100644 --- a/specifications/fss-000a.txt +++ b/specifications/fss-000a.txt @@ -25,7 +25,7 @@ Featureless Settings Specification: 000A - Extended Reverse Mapping: Key\: code:"\s" = White space, except newline. code:"\b" = Either white space or printable, except newline. - code:"\q" = Non-white space or quoted white space, no white space outside of quotes. + code:"\q" = Non-white space or quoted white space (and non-whitespace) with no white space outside of the quotes. code:"\n" = Newline. code:"*" = Zero or more occurrences. code:"+" = One or more occurrences. -- 1.8.3.1