system_data_types.7: tfix: remove mention of __uint128_t and __int128_t types

Those types won't appear in this page.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-10-03 22:02:37 +02:00
parent 875d83cb57
commit 8f75c5029c
1 changed files with 2 additions and 6 deletions

View File

@ -462,12 +462,10 @@ Conforming to:
C99 and later; POSIX.1-2001 and later.
.PP
See also the
.IR __int128 ,
.IR intmax_t ,
.IR uint N _t ,
.I uintmax_t
and
.I unsigned __int128
.I uintmax_t
types in this page.
.RE
.\"------------------------------------- intptr_t ---------------------/
@ -1404,12 +1402,10 @@ Conforming to:
C99 and later; POSIX.1-2001 and later.
.PP
See also the
.IR __int128 ,
.IR intmax_t ,
.IR int N _t ,
.I uintmax_t
and
.I unsigned __int128
.IR uintmax_t
types in this page.
.RE
.\"------------------------------------- uintptr_t --------------------/