system_data_types.7: Minor edits to Alejandro Colomar's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-09-29 13:48:52 +02:00
parent b93cf1e1da
commit c37e8cfb04
1 changed files with 2 additions and 2 deletions

View 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 .