]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
system_data_types.7: tfix: remove mention of __uint128_t and __int128_t types
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 3 Oct 2020 20:02:37 +0000 (22:02 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 3 Oct 2020 20:05:07 +0000 (22:05 +0200)
Those types won't appear in this page.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/system_data_types.7

index bcc97d19d170a79fab143860a91abbd03c700c25..d5b3ca379bd7ca995a865bc8d9aea70a06e95e2d 100644 (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 --------------------/