]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
open.2: Minor wording fixes
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 24 Jul 2020 11:16:16 +0000 (13:16 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 24 Jul 2020 11:16:16 +0000 (13:16 +0200)
Add some paragraph breaks to the discussion of 'mode' to make
the details a bit easier to read.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/open.2

index 2227f2159a17fc06d7d50a089e0078c73685065e..f83326cbc3742a321cdffc913397b0bcd042f2ae 100644 (file)
@@ -303,12 +303,16 @@ nor
 is specified, then
 .I mode
 is ignored.
+.IP
 The effective mode is modified by the process's
 .I umask
 in the usual way: in the absence of a default ACL, the mode of the
 created file is
 .IR "(mode\ &\ ~umask)" .
-Note that this mode applies only to future accesses of the
+.IP
+Note that
+.I mode
+applies only to future accesses of the
 newly created file; the
 .BR open ()
 call that creates a read-only file may well return a read/write