diff --git a/docs/CommandGuide/FileCheck.rst b/docs/CommandGuide/FileCheck.rst index 5e82e00415a..ef5bb10162d 100644 --- a/docs/CommandGuide/FileCheck.rst +++ b/docs/CommandGuide/FileCheck.rst @@ -742,10 +742,10 @@ The syntax to capture a numeric value is The syntax of ```` is: ``.`` where: * ``.`` is an optional printf-style precision specifier in which - ```` indicates the minimum number of digits that the value matched - must have, expecting leading zeros if needed. + ```` indicates the minimum number of digits that the value matched + must have, expecting leading zeros if needed. -* ```` is an optional scanf-style conversion specifier +* ```` is an optional scanf-style conversion specifier to indicate what number format to match (e.g. hex number). Currently accepted format specifiers are ``%u``, ``%d``, ``%x`` and ``%X``. If absent, the format specifier defaults to ``%u``.