]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
open.2: srcfix: use saner macros to achieve same formatting effect
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 24 Jul 2020 11:14:41 +0000 (13:14 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 24 Jul 2020 11:14:41 +0000 (13:14 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/open.2

index a43a1c7c91e4e3245d57ee54f3d8d3176bc0975b..2227f2159a17fc06d7d50a089e0078c73685065e 100644 (file)
@@ -286,8 +286,7 @@ mount options described in
 .BR mount (8).
 .\" As at 2.6.25, bsdgroups is supported by ext2, ext3, ext4, and
 .\" XFS (since 2.6.14).
-.RS
-.PP
+.IP
 The
 .I mode
 argument specifies the file mode bits be applied when a new file is created.
@@ -314,9 +313,10 @@ newly created file; the
 .BR open ()
 call that creates a read-only file may well return a read/write
 file descriptor.
-.PP
+.IP
 The following symbolic constants are provided for
 .IR mode :
+.RS
 .TP 9
 .B S_IRWXU
 00700 user (file owner) has read, write, and execute permission