summaryrefslogtreecommitdiffstats
path: root/man2type/open_how.2type
diff options
context:
space:
mode:
Diffstat (limited to 'man2type/open_how.2type')
-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 38445a7..869f18a 100644
--- a/man2type/open_how.2type
+++ b/man2type/open_how.2type
@@ -3,7 +3,7 @@
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
.\"
-.TH open_how 2type 2023-03-30 "Linux man-pages 6.05.01"
+.TH open_how 2type 2023-10-31 "Linux man-pages 6.7"
.SH NAME
open_how \- how to open a pathname
.SH LIBRARY
@@ -11,7 +11,7 @@ Linux kernel headers
.SH SYNOPSIS
.EX
.B #include <linux/openat2.h>
-.PP
+.P
.B struct open_how {
.BR " u64 flags;" " /* " O_ "* flags */"
.BR " u64 mode;" " /* Mode for " O_ { CREAT , TMPFILE "} */"
@@ -21,7 +21,7 @@ Linux kernel headers
.EE
.SH DESCRIPTION
Specifies how a pathname should be opened.
-.PP
+.P
The fields are as follows:
.TP
.I flags