From bbed82c0693af1e60edcd21db5b5e95327a59624 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Wed, 30 Sep 2020 08:35:09 +1000 Subject: [PATCH] openat2.2: tfix: fix minor reference typo Signed-off-by: Aleksa Sarai Signed-off-by: Michael Kerrisk --- man2/openat2.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/openat2.2 b/man2/openat2.2 index 29b716d97..53056ee6d 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).