]> Kevux Git Server - fll/commitdiff
Cleanup: Clarify how the "if is XX for YY".
authorKevin Day <thekevinday@gmail.com>
Wed, 12 Jan 2022 04:14:53 +0000 (22:14 -0600)
committerKevin Day <thekevinday@gmail.com>
Wed, 12 Jan 2022 04:14:53 +0000 (22:14 -0600)
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

index 253bd3d4df6c84398ad81ba32a716cce2e3b0f14..7007b1bb56f944a2d854180d11e67a156e4cd443 100644 (file)
@@ -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"\: