aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-09-29 13:48:52 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-09-29 13:48:52 +0200
commitc37e8cfb04f04627867f7cc90f654f7b133f4582 (patch)
tree0df8167661b7b0cc552636cab3b7d7a923d85f9d
parentb93cf1e1da6680e485bffb42b0d682df6546ef4d (diff)
downloadman-pages-c37e8cfb04f04627867f7cc90f654f7b133f4582.tar.gz
system_data_types.7: Minor edits to Alejandro Colomar's patch
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/system_data_types.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index c1a9ea4305..61c4a25b2a 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -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 .