From ec95c461f7019f4ccf7e123c9ed3e8349463b596 Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Fri, 7 Nov 2025 10:04:38 -0600 Subject: [PATCH] Fixed filestat filename argument range missing code markdown --- content/reference/functions/filestat.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/reference/functions/filestat.markdown b/content/reference/functions/filestat.markdown index f63f02d18..ca316cb38 100644 --- a/content/reference/functions/filestat.markdown +++ b/content/reference/functions/filestat.markdown @@ -15,7 +15,7 @@ variable does not expand. **Arguments**: -- `filename` : the file or directory name to inspect, in the range: "?(/.\*) +- `filename` : the file or directory name to inspect, in the range: `"?(/.\*)` - `field` : the requested field, with the following allowed values: - `size` : size in bytes - `gid` : group ID