From 46b89c02a38e30d711f043b501fc4c1ac738f83e Mon Sep 17 00:00:00 2001 From: Joannah Nanjekye Date: Sun, 25 Aug 2019 01:50:01 +0000 Subject: [PATCH 1/4] point to correct section of non-Linux manual --- Doc/library/os.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 6cbfb743284157..4255fc3c677b88 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -3879,7 +3879,7 @@ written in Python, such as a mail server's external command delivery program. :attr:`children_system`, and :attr:`elapsed` in that order. See the Unix manual page - :manpage:`times(2)` or the corresponding Windows Platform API documentation. + :manpage:`times(3p)` or the corresponding Windows Platform API documentation. On Windows, only :attr:`user` and :attr:`system` are known; the other attributes are zero. From a5ccf3668387d39c751690ba08689ff307ed61c7 Mon Sep 17 00:00:00 2001 From: Joannah Nanjekye Date: Wed, 28 Aug 2019 17:12:12 +0000 Subject: [PATCH 2/4] reference both times(2) and times(3) and link to MSDN --- Doc/library/os.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 4255fc3c677b88..b54a986239fbb6 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -3879,7 +3879,9 @@ written in Python, such as a mail server's external command delivery program. :attr:`children_system`, and :attr:`elapsed` in that order. See the Unix manual page - :manpage:`times(3p)` or the corresponding Windows Platform API documentation. + :manpage:`times(2)` and :manpage:`times(3)` manual page on Unix or `the MSDN + `_ on Windows. On Windows, only :attr:`user` and :attr:`system` are known; the other attributes are zero. From 4b108ce5490e1c0079cd5fc6cdd733bf30465763 Mon Sep 17 00:00:00 2001 From: Joannah Nanjekye Date: Wed, 28 Aug 2019 17:36:30 +0000 Subject: [PATCH 3/4] fix docs --- Doc/library/os.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index b54a986239fbb6..1ea86ba3f49080 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -3879,9 +3879,9 @@ written in Python, such as a mail server's external command delivery program. :attr:`children_system`, and :attr:`elapsed` in that order. See the Unix manual page - :manpage:`times(2)` and :manpage:`times(3)` manual page on Unix or `the MSDN - `_ on Windows. + :manpage:`times(2)` and :manpage:`times(3)` manual page on Unix or `the GetProcessTimes MSDN + ` + _ on Windows. On Windows, only :attr:`user` and :attr:`system` are known; the other attributes are zero. From 5f2353065f6637f1bf47bf6e7bc51a4ab356fdaa Mon Sep 17 00:00:00 2001 From: Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com> Date: Wed, 28 Aug 2019 20:40:30 -0300 Subject: [PATCH 4/4] Update Doc/library/os.rst Co-Authored-By: Serhiy Storchaka --- Doc/library/os.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 1ea86ba3f49080..67fe36b54e2f87 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -3880,7 +3880,7 @@ written in Python, such as a mail server's external command delivery program. See the Unix manual page :manpage:`times(2)` and :manpage:`times(3)` manual page on Unix or `the GetProcessTimes MSDN - ` + ` _ on Windows. On Windows, only :attr:`user` and :attr:`system` are known; the other attributes are zero.