* [PATCH] open.2: refer to correct functions in description of O_TMPFILE
@ 2016-05-21 23:00 Eric Biggers
[not found] ` <1463871615-1982-1-git-send-email-ebiggers3-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Eric Biggers @ 2016-05-21 23:00 UTC (permalink / raw)
To: linux-man-u79uwXL29TY76Z2rM5mHXA; +Cc: Eric Biggers
Signed-off-by: Eric Biggers <ebiggers3-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
man2/open.2 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man2/open.2 b/man2/open.2
index 012d0c4..6403776 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -726,8 +726,8 @@ functionality: race-free creation of temporary files that
.IP *
Creating a file that is initially invisible, which is then populated
with data and adjusted to have appropriate filesystem attributes
-.RB ( chown (2),
-.BR chmod (2),
+.RB ( fchown (2),
+.BR fchmod (2),
.BR fsetxattr (2),
etc.)
before being atomically linked into the filesystem
--
2.8.2
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] open.2: refer to correct functions in description of O_TMPFILE
[not found] ` <1463871615-1982-1-git-send-email-ebiggers3-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2016-05-26 21:17 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-05-26 21:17 UTC (permalink / raw)
To: Eric Biggers, linux-man-u79uwXL29TY76Z2rM5mHXA
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Thanks, Eric. Applied.
Cheers,
Michael
On 05/21/2016 06:00 PM, Eric Biggers wrote:
> Signed-off-by: Eric Biggers <ebiggers3-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
> man2/open.2 | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/man2/open.2 b/man2/open.2
> index 012d0c4..6403776 100644
> --- a/man2/open.2
> +++ b/man2/open.2
> @@ -726,8 +726,8 @@ functionality: race-free creation of temporary files that
> .IP *
> Creating a file that is initially invisible, which is then populated
> with data and adjusted to have appropriate filesystem attributes
> -.RB ( chown (2),
> -.BR chmod (2),
> +.RB ( fchown (2),
> +.BR fchmod (2),
> .BR fsetxattr (2),
> etc.)
> before being atomically linked into the filesystem
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-26 21:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-21 23:00 [PATCH] open.2: refer to correct functions in description of O_TMPFILE Eric Biggers
[not found] ` <1463871615-1982-1-git-send-email-ebiggers3-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-05-26 21:17 ` Michael Kerrisk (man-pages)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).