]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
system_data_types.7: Minor edits to Alejandro Colomar's patch
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 29 Sep 2020 11:48:52 +0000 (13:48 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 29 Sep 2020 11:48:52 +0000 (13:48 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/system_data_types.7

index c1a9ea43055f32d49a57cf3f081a6048634d2009..61c4a25b2a443cae052f493d4677c5e7749ce7a9 100644 (file)
@@ -343,7 +343,7 @@ capable of storing values in the range
 .BR INTMAX_MAX ].
 .PP
 The macro
-.B INTMAX_C
+.BR INTMAX_C ()
 .\" TODO: Document INT*_C(3)
 expands its argument to an integer constant of type
 .IR intmax_t .
@@ -1269,7 +1269,7 @@ capable of storing values in the range [0,
 .BR UINTMAX_MAX ].
 .PP
 The macro
-.B UINTMAX_C
+.BR UINTMAX_C ()
 .\" TODO: Document UINT*_C(3)
 expands its argument to an integer constant of type
 .IR uintmax_t .