summaryrefslogtreecommitdiff
path: root/Doc/library/time.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/time.rst')
-rw-r--r--Doc/library/time.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst
index 0ffce475a3..8c6813bb73 100644
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -772,7 +772,7 @@ These constants are used as parameters for :func:`clock_getres` and
Similar to :data:`CLOCK_MONOTONIC`, but provides access to a raw
hardware-based time that is not subject to NTP adjustments.
- Availability: Linux 2.6.28 or later.
+ .. availability:: Linux 2.6.28 and newer, macOS 10.12 and newer.
.. versionadded:: 3.3
@@ -799,7 +799,7 @@ These constants are used as parameters for :func:`clock_getres` and
Thread-specific CPU-time clock.
- Availability: Unix.
+ .. availability:: Unix.
.. versionadded:: 3.3