diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2016-02-28 04:49:14 +0100 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2016-02-28 04:49:14 +0100 |
| commit | 737360f26e5744d109b9c3e1f867e04c41b7ed37 (patch) | |
| tree | a86aa849cc2324b0e17fb60eb7947e2fce58d8c9 /docs | |
| parent | 3f57ee88a64233855e492b25bae7f554ee595c46 (diff) | |
| download | psutil-737360f26e5744d109b9c3e1f867e04c41b7ed37.tar.gz | |
update doc
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 3 |
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 |
