From ff9278e9316ff7d4579c2ab512138d1ab2974999 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Tue, 11 Jan 2022 22:14:53 -0600 Subject: [PATCH] Cleanup: Clarify how the "if is XX for YY". Where XX is one or more file modes and YY is one or more files. I feel that this change improves the wording of the documentation for this functionality. --- level_3/fake/documents/fakefile.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/level_3/fake/documents/fakefile.txt b/level_3/fake/documents/fakefile.txt index 253bd3d..7007b1b 100644 --- a/level_3/fake/documents/fakefile.txt +++ b/level_3/fake/documents/fakefile.txt @@ -255,7 +255,8 @@ Fakefile Documentation: For example, "if group friends a.txt b.txt" would test if both file a.txt and b.txt have a group named "we". - is block character directory fifo link regular socket for "file path"\: - Test if one or more files exist and if each file is any of the given types followed by "for" to designate where the the file paths begin. + Test if one or more files exist and if each file is any of the given types. + The given types must be followed by "for" to designate where the the file paths begin. For example, "if is regular directory for "a.txt" "b.txt" would test if both the file a.txt and b.txt exist and are either of type "regular" or type "directory". - mode is/has "some mode" "some file"\: -- 1.8.3.1