summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-05-08 05:11:32 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2017-05-08 05:11:32 +0200
commitf56f777229c9931a22859466bf8e4480524918c4 (patch)
treef169afe8a7b87eabf9e91d3faf111bab35160123
parent53acede12aa46e30d7893718d2383271f140b7a1 (diff)
downloadpsutil-f56f777229c9931a22859466bf8e4480524918c4.tar.gz
update doc
-rw-r--r--docs/index.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst
index b1ff16a9..31cbd283 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -536,18 +536,19 @@ Network
...]
.. note::
- (OSX) :class:`psutil.AccessDenied` is always raised unless running as root
- (lsof does the same).
+ (OSX) :class:`psutil.AccessDenied` is always raised unless running as root.
+ This is a limitation of the OS and ``lsof`` does the same.
.. note::
(Solaris) UNIX sockets are not supported.
.. note::
(Linux, FreeBSD) "raddr" field for UNIX sockets is always set to "".
+ This is a limitation of the OS.
.. note::
(OpenBSD) "laddr" and "raddr" fields for UNIX sockets are always set to
- "".
+ "". This is a limitation of the OS.
.. versionadded:: 2.1.0
@@ -1822,10 +1823,11 @@ Process class
.. note::
(Linux, FreeBSD) "raddr" field for UNIX sockets is always set to "".
+ This is a limitation of the OS.
.. note::
(OpenBSD) "laddr" and "raddr" fields for UNIX sockets are always set to
- "".
+ "". This is a limitation of the OS.
.. method:: is_running()