From 3bfdb9ca0cf3c3dad7efd8ecc1ebdc829020f45f Mon Sep 17 00:00:00 2001 From: Igor Chervatyuk Date: Mon, 24 Jun 2024 23:52:03 +0100 Subject: docs: fix 'fmt' description regarding 'const' type Fixed 'fmt' documentation description at docs/syscall_descriptions_syntax.md. --- docs/syscall_descriptions_syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit mrf-deployment