From a48d19162dd6dfb3005d9b36a0fd3efdffb24a0f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 2 Apr 2020 21:54:07 +0200 Subject: [PATCH] clock_getres.2: wfix: EOPNOTSUPP --> ENOTSUP The two error codes are synonymous, but ENOTSUP is what is used in other related pages. Signed-off-by: Michael Kerrisk --- man2/clock_getres.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/clock_getres.2 b/man2/clock_getres.2 index 71f7f8dfa..26f559859 100644 --- a/man2/clock_getres.2 +++ b/man2/clock_getres.2 @@ -260,7 +260,7 @@ specified in a call to .BR clock_settime () is not a settable clock. .TP -.B EOPNOTSUPP +.B ENOTSUP The operation is not supported by the dynamic POSIX clock device specified. .TP