diff options
| author | SteveMoto <github-com@stevemoto.com> | 2019-08-27 21:34:34 +0200 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2019-08-27 21:34:34 +0200 |
| commit | 1487a3f46daf1cfe1238057d15da7c4f78fc3721 (patch) | |
| tree | 8221f02088c59fa0fc88685271e6d8094deda6ee /docs | |
| parent | 0609217bf6c153bea589f060614baed4ad9307e9 (diff) | |
| download | psutil-1487a3f46daf1cfe1238057d15da7c4f78fc3721.tar.gz | |
typo fix docs/index.rst (#1553)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 8c0ee74a..c9534470 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2580,7 +2580,7 @@ FAQs especially on macOS (see `issue #883`_) and Windows. Unfortunately there's not much you can do about this except running the Python process with higher privileges. - On Unix you may run the the Python process as root or use the SUID bit + On Unix you may run the Python process as root or use the SUID bit (this is the trick used by tools such as ``ps`` and ``netstat``). On Windows you may run the Python process as NT AUTHORITY\\SYSTEM or install the Python script as a Windows service (this is the trick used by tools |
