doc: Improve the monotonic time module and function documentation

Explain what "monotonic" actually means, and document some results that
have surprised people.

Fixes bug 29640; bugfix on 0.2.9.1-alpha.
This commit is contained in:
teor
2019-03-04 11:21:15 +10:00
parent 955a622391
commit e52d725977
3 changed files with 61 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (documentation):
- Improve the monotonic time module and function documentation. Explain
what "monotonic" actually means, and document some results that have
surprised people. Fixes bug 29640; bugfix on 0.2.9.1-alpha.