summaryrefslogtreecommitdiffstats
path: root/man2type
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-08-25 09:39:55 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-08-25 09:39:55 +0200
commit115b4e0e5e39a59767931abad54d25eb451a9c09 (patch)
tree622243ee89814525863b7dd7fe73088cbe64338e /man2type
parent2294974b3a1341e457edb682c08c5f4b2d14675e (diff)
Revert "Many pages: Document fixed-width types with ISO C naming"
This reverts commit 2294974b3a1341e457edb682c08c5f4b2d14675e. Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man2type')
-rw-r--r--man2type/open_how.2type6
1 files changed, 3 insertions, 3 deletions
diff --git a/man2type/open_how.2type b/man2type/open_how.2type
index 311feafc3..6037f0a01 100644
--- a/man2type/open_how.2type
+++ b/man2type/open_how.2type
@@ -13,9 +13,9 @@ Linux kernel headers
.B #include <linux/openat2.h>
.PP
.B struct open_how {
-.BR " uint64_t flags;" " /* " O_ "* flags */"
-.BR " uint64_t mode;" " /* Mode for " O_ { CREAT , TMPFILE "} */"
-.BR " uint64_t resolve;" " /* " RESOLVE_ "* flags */"
+.BR " u64 flags;" " /* " O_ "* flags */"
+.BR " u64 mode;" " /* Mode for " O_ { CREAT , TMPFILE "} */"
+.BR " u64 resolve;" " /* " RESOLVE_ "* flags */"
/* ... */
.B };
.fi