File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ limited to a $(B '-') flag.
147
147
$(H4 $(LNAME2 format-indicator, Format Indicator))
148
148
149
149
The $(I format indicator) can either be a single character or an
150
- expression surrounded by $(B %\() and $(B %\) ). It specifies the
150
+ expression surrounded by $(B '%$(LPAREN)') and $(B '%$(RPAREN)' ). It specifies the
151
151
basic manner in which a value will be formatted and is the minimum
152
152
requirement to format a value.
153
153
@@ -187,7 +187,7 @@ $(BOOKTABLE ,
187
187
188
188
The $(I compound indicator) can be used to describe compound types
189
189
like arrays or structs in more detail. A compound type is enclosed
190
- within $(B '%\( ') and $(B '%\ )'). The enclosed sub-format string is
190
+ within $(B '%$(LPAREN) ') and $(B '%$(RPAREN )'). The enclosed sub-format string is
191
191
applied to individual elements. The trailing portion of the
192
192
sub-format string following the specifier for the element is
193
193
interpreted as the delimiter, and is therefore omitted following the
You can’t perform that action at this time.
0 commit comments