Skip to content

Commit 37968fe

Browse files
committed
Move manpage reference to uname_result
1 parent ce819d6 commit 37968fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/os.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -800,8 +800,7 @@ process and user.
800800
single: gethostbyaddr() (in module socket)
801801

802802
Returns information identifying the current operating system.
803-
The return value is a :class:`uname_result` object whose attributes
804-
correspond to the members described in :manpage:`uname(2)`.
803+
The return value is a :class:`uname_result`.
805804

806805
On macOS, iOS and Android, this returns the *kernel* name and version (i.e.,
807806
``'Darwin'`` on macOS and iOS; ``'Linux'`` on Android). :func:`platform.uname`
@@ -824,6 +823,7 @@ process and user.
824823
.. class:: uname_result
825824

826825
Name and information about the system returned by :func:`os.uname`.
826+
These attributes correspond to the members described in :manpage:`uname(2)`.
827827

828828
For backwards compatibility, this object is also iterable, behaving
829829
like a five-tuple containing :attr:`~uname_result.sysname`,

0 commit comments

Comments
 (0)