aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorIgor Chervatyuk <igor.chervatyuk@intel.com>2024-06-24 23:52:03 +0100
committerDmitry Vyukov <dvyukov@google.com>2024-07-08 07:03:03 +0000
commit3bfdb9ca0cf3c3dad7efd8ecc1ebdc829020f45f (patch)
treec925bd6bf15446cd35f6956145332af88b216fef /docs
parent66d0bd91ad07c0e9deb6ed8a312760c4418aa4c3 (diff)
docs: fix 'fmt' description regarding 'const' type
Fixed 'fmt' documentation description at docs/syscall_descriptions_syntax.md.
Diffstat (limited to 'docs')
-rw-r--r--docs/syscall_descriptions_syntax.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/syscall_descriptions_syntax.md b/docs/syscall_descriptions_syntax.md
index 31a19b417..9ffc827dc 100644
--- a/docs/syscall_descriptions_syntax.md
+++ b/docs/syscall_descriptions_syntax.md
@@ -50,7 +50,7 @@ rest of the type-options are type-specific:
(e.g. "/sys/" or "/sys/**/*"),
or include exclude glob too (e.g. "/sys/**/*:-/sys/power/state")
"fmt": a string representation of an integer (not zero-terminated), type-options:
- format (one of "dec", "hex", "oct") and the value (a resource, int, flags, const or proc)
+ format (one of "dec", "hex", "oct") and the value (a resource, int, flags or proc)
the resulting data is always fixed-size (formatted as "%020llu", "0x%016llx" or "%023llo", respectively)
"len": length of another field (for array it is number of elements), type-options:
argname of the object