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 <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-02 21:54:07 +02:00
parent f873b37560
commit a48d19162d
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ specified in a call to
.BR clock_settime () .BR clock_settime ()
is not a settable clock. is not a settable clock.
.TP .TP
.B EOPNOTSUPP .B ENOTSUP
The operation is not supported by the dynamic POSIX clock device The operation is not supported by the dynamic POSIX clock device
specified. specified.
.TP .TP