summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-02-28 04:49:14 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2016-02-28 04:49:14 +0100
commit737360f26e5744d109b9c3e1f867e04c41b7ed37 (patch)
treea86aa849cc2324b0e17fb60eb7947e2fce58d8c9 /docs
parent3f57ee88a64233855e492b25bae7f554ee595c46 (diff)
downloadpsutil-737360f26e5744d109b9c3e1f867e04c41b7ed37.tar.gz
update doc
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 429e76b3..b6cf4d91 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1223,7 +1223,8 @@ Process class
>>> f = open('file.ext', 'w')
>>> p = psutil.Process()
>>> p.open_files()
- [popenfile(path='/home/giampaolo/svn/psutil/file.ext', fd=3)]
+ [popenfile(path='/home/giampaolo/svn/psutil/setup.py', fd=3, position=0, mode='r', flags=32768),
+ popenfile(path='/var/log/monitd', fd=4, position=235542, mode='a', flags=33793)]
.. warning::
on Windows this is not fully reliable as due to some limitations of the