From b8f281086c870e52bf20bc912cdef11c1b3b91be Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Tue, 7 Nov 2023 20:44:44 -0600 Subject: [PATCH] Cleanup: Remove spurious space. --- specifications/fss-000e.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specifications/fss-000e.txt b/specifications/fss-000e.txt index 019c298..a62e115 100644 --- a/specifications/fss-000e.txt +++ b/specifications/fss-000e.txt @@ -52,7 +52,7 @@ Featureless Settings Specification: 000e - Payload: The recommended italic:"status" italic:"header" Object may be a string, such as code:"F_okay", or a positive whole number. What the status code represents is application specific (or specific to a sub-standard) but may often be used to represent FLL:"Featureless Linux Library" status code. - - The FLL:"Featureless Linux Library" status code is a 16-bit digit whose first two high-order bits represent italic:"error" and italic:"warning" ( representing italic:"signal"). + - The FLL:"Featureless Linux Library" status code is a 16-bit digit whose first two high-order bits represent italic:"error" and italic:"warning" (representing italic:"signal"). - The FLL:"Featureless Linux Library" status code as a number is binary sensitive and may not be portable across binaries or systems. - For best portability, consider using status as a name string to ensure cross-system or cross-binary compatibility. -- 1.8.3.1