From: Michael Kerrisk Date: Sat, 3 Oct 2020 20:02:37 +0000 (+0200) Subject: system_data_types.7: tfix: remove mention of __uint128_t and __int128_t types X-Git-Tag: man-pages-5.09~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f75c5029cb6189fbd128e7b28940fc78b7db64f;p=thirdparty%2Fman-pages.git 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 --- diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index bcc97d19d1..d5b3ca379b 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -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 --------------------/