Hi, I've attached a small patch to fix a spelling mistake (CLOCK_BOOTIME => CLOCK_BOO*TT*IME). Cheers, Tom
From 87d3eb3644232bc29ffcf07607d13247254f5bbf Mon Sep 17 00:00:00 2001 From: Tom Levy <tomlevy93@xxxxxxxxx> Date: Mon, 9 May 2022 09:30:15 +0000 Subject: [PATCH] clock_nanosleep.2: tfix --- man2/clock_nanosleep.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/clock_nanosleep.2 b/man2/clock_nanosleep.2 index b8c4afc2c..1d607e1ce 100644 --- a/man2/clock_nanosleep.2 +++ b/man2/clock_nanosleep.2 @@ -90,7 +90,7 @@ since some unspecified point in the past that does not change after system startup. .\" On Linux this clock measures time since boot. .TP -.BR CLOCK_BOOTIME " (since Linux 2.6.39)" +.BR CLOCK_BOOTTIME " (since Linux 2.6.39)" Identical to .BR CLOCK_MONOTONIC , except that it also includes any time that the system is suspended. -- 2.20.1