diff options
author | Ćukasz Langa <lukasz@langa.pl> | 2022-06-21 19:37:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 19:37:09 (GMT) |
commit | 38fdff9274835c008c1e6c0c6546c23139e77c0f (patch) | |
tree | 0aabcb0a14cca6a47070e58deee4e87339f90984 /Doc/library/os.rst | |
parent | 54250e73538cf498028f73b9c9a4905294def622 (diff) | |
download | cpython-38fdff9274835c008c1e6c0c6546c23139e77c0f.zip cpython-38fdff9274835c008c1e6c0c6546c23139e77c0f.tar.gz cpython-38fdff9274835c008c1e6c0c6546c23139e77c0f.tar.bz2 |
[3.10] gh-93851: Fix all broken links in Doc/ (GH-93853) (GH-94078)
(cherry picked from commit f62ff97f31a775cc7956adeae32c14e7c85bdc15)
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r-- | Doc/library/os.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index efc5e4c..bd76798 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -4264,7 +4264,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)` and :manpage:`times(3)` manual page on Unix or `the GetProcessTimes MSDN + :manpage:`times(2)` and `times(3) <https://www.freebsd.org/cgi/man.cgi?time(3)>`_ manual page on Unix or `the GetProcessTimes MSDN <https://docs.microsoft.com/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocesstimes>`_ on Windows. On Windows, only :attr:`!user` and :attr:`!system` are known; the other attributes are zero. |