From 71792144d28d535afc3a64529fa68e872e0fdf44 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 12 Nov 2025 22:49:41 -0600 Subject: [PATCH] Cleanup: The iki_read example has an extra -W that it must not have. --- documents/entry.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documents/entry.txt b/documents/entry.txt index 5292125..1b7a881 100644 --- a/documents/entry.txt +++ b/documents/entry.txt @@ -1,10 +1,10 @@ # fss-0002 iki-0000 # # license: open-standard-license-1.0-or-later -# version 2024/07/10 +# version 2025/11/12 # # This file (assumed to be named entry.txt) can be more easily read using the following iki_read commands: -# iki_read entry.txt +Q -r PID PID -w -WW code '"' '"' +# iki_read entry.txt +Q -r PID PID -w -W code '"' '"' # # To read the "Entry Documentation" section of this file, use this command sequence: # fss_basic_list_read entry.txt +Q -cn "Entry Documentation" | iki_read +Q -r PID PID -w -W code '"' '"' -- 1.8.3.1