Re: [PATCH 2/2] openat2.2: fix minor reference typo
From: Michael Kerrisk (man-pages) <hidden>
Date: 2020-09-30 10:51:49
Also in:
linux-api
From: Michael Kerrisk (man-pages) <hidden>
Date: 2020-09-30 10:51:49
Also in:
linux-api
On 9/30/20 12:35 AM, Aleksa Sarai wrote:
Signed-off-by: Aleksa Sarai <redacted>
Thanks, Aleksa. Patch applied. Cheers, Michael
--- man2/openat2.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/man2/openat2.2 b/man2/openat2.2 index 29b716d97ac4..53056ee6d292 100644 --- a/man2/openat2.2 +++ b/man2/openat2.2@@ -493,7 +493,7 @@ acting as an implicit version number. (Because new extension fields will always be appended, the structure size will always increase.) This extensibility design is very similar to other system calls such as -.BR perf_setattr (2), +.BR sched_setattr (2), .BR perf_event_open (2), and .BR clone3 (2).
-- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/