summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
diff options
context:
space:
mode:
authorOleg Iarygin <oleg@arhadthedev.net>2022-06-21 18:55:18 (GMT)
committerGitHub <noreply@github.com>2022-06-21 18:55:18 (GMT)
commitf62ff97f31a775cc7956adeae32c14e7c85bdc15 (patch)
tree3c42c4a312807cc6cab6c0c124b235bb44e743cd /Doc/library/os.rst
parent7327d61abec965f309d10847d0e37faef680c18c (diff)
downloadcpython-f62ff97f31a775cc7956adeae32c14e7c85bdc15.zip
cpython-f62ff97f31a775cc7956adeae32c14e7c85bdc15.tar.gz
cpython-f62ff97f31a775cc7956adeae32c14e7c85bdc15.tar.bz2
gh-93851: Fix all broken links in Doc/ (GH-93853)
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r--Doc/library/os.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 87e9eb6..baf89bf 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -4318,7 +4318,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.