fcntl.2: srcfix: rewrap source lines

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-02-08 12:31:11 +01:00
parent e38bb9196d
commit 9341a793d0
1 changed files with 3 additions and 2 deletions

View File

@ -1537,8 +1537,9 @@ Also any attempts to write to the memfd via
.BR write (2)
will fail with
.BR EPERM .
This is useful in situations where existing writable mapped regions need to be
kept intact while preventing any future writes. For example, to share a
This is useful in situations where existing writable mapped
regions need to be kept intact while preventing any future writes.
For example, to share a
read-only memory buffer to other processes that only the sender can write to.
.\"
.SS File read/write hints