From: Kevin Day Date: Wed, 12 Jan 2022 04:14:53 +0000 (-0600) Subject: Cleanup: Clarify how the "if is XX for YY". X-Git-Tag: 0.5.8~125 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=ff9278e9316ff7d4579c2ab512138d1ab2974999;p=fll 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. --- 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"\: