[Python-checkins] peps: PEP 418: Use different names for manpage links

victor.stinner python-checkins at python.org
Thu Apr 12 01:26:53 CEST 2012


http://hg.python.org/peps/rev/1b20acb55218
changeset:   4229:1b20acb55218
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Thu Apr 12 01:26:17 2012 +0200
summary:
  PEP 418: Use different names for manpage links

files:
  pep-0418.txt |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/pep-0418.txt b/pep-0418.txt
--- a/pep-0418.txt
+++ b/pep-0418.txt
@@ -1065,8 +1065,8 @@
 
  * 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_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

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list