diff --git a/QuickProfileLanguage.md b/QuickProfileLanguage.md index 1a87b3f..6e301c8 100644 --- a/QuickProfileLanguage.md +++ b/QuickProfileLanguage.md @@ -185,6 +185,8 @@ path first. A valid pathname always begins with a **/**. Eg:  } ``` +Entries for specific (non-globbed) directories should have a trailing slash at the end. For example, `/path/to/obj rw` grants permissions for a file `obj`, while `/path/to/obj/ rw` grants permissions for a directory `obj`. + File rules can contain special globbing characters that allow matching to multiple files (see File Globbing, below)