1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-05-01 13:48:52 +08:00

Merge pull request #450 from mpfz0r/fixtypo

fix typo
This commit is contained in:
shirou 2017-11-10 07:34:52 +09:00 committed by GitHub
commit 5efab3f766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ Available Architectures
- Linux i386/amd64/arm(raspberry pi) - Linux i386/amd64/arm(raspberry pi)
- Windows/amd64 - Windows/amd64
- Darwin i386/amd64 - Darwin i386/amd64
- OpenBDS amd64 (Thank you @mpfz0r!) - OpenBSD amd64 (Thank you @mpfz0r!)
- Solaris amd64 (developed and tested on SmartOS/Illumos, Thank you @jen20!) - Solaris amd64 (developed and tested on SmartOS/Illumos, Thank you @jen20!)
All works are implemented without cgo by porting c struct to golang struct. All works are implemented without cgo by porting c struct to golang struct.
@ -187,7 +187,7 @@ boot_time x x x x x
users x x x x x users x x x x x
pids x x x x x pids x x x x x
pid_exists x x x x x pid_exists x x x x x
net_connections x x net_connections x x x
net_protocols x net_protocols x
net_if_addrs net_if_addrs
net_if_stats net_if_stats