PEP 418: Use different names for manpage links
This commit is contained in:
parent
2d861df8bf
commit
e830be9f6e
|
@ -1065,8 +1065,8 @@ Classic functions
|
|||
|
||||
* sleep(seconds)
|
||||
* usleep(microseconds)
|
||||
* nanosleep(nanoseconds, remaining)
|
||||
`Linux manpage
|
||||
* nanosleep(nanoseconds, remaining):
|
||||
`Linux manpage of nanosleep()
|
||||
<http://www.kernel.org/doc/man-pages/online/pages/man2/nanosleep.2.html>`_
|
||||
* delay(milliseconds)
|
||||
|
||||
|
@ -1075,7 +1075,7 @@ clock_nanosleep
|
|||
---------------
|
||||
|
||||
clock_nanosleep(clock_id, flags, nanoseconds, remaining):
|
||||
`Linux manpage
|
||||
`Linux manpage of clock_nanosleep()
|
||||
<http://www.kernel.org/doc/man-pages/online/pages/man2/clock_nanosleep.2.html>`_.
|
||||
|
||||
If flags is TIMER_ABSTIME, then request is interpreted as an absolute
|
||||
|
|
Loading…
Reference in New Issue