Merge pull request #1107 from rasa/patch-1

docs: fix typos and grammer
pull/1113/head
shirou 4 years ago committed by GitHub
commit a94b35811c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ psutil functions on some architectures.
v3 migration
---------------
from v3.20.10, gopsutil becomes v3 which breaks backawards compatiblity. See `v3Changes.md <_tools/v3migration/v3Changes.md>`_ more detail changes.
from v3.20.10, gopsutil becomes v3 which breaks backwards compatiblity. See `v3Changes.md <_tools/v3migration/v3Changes.md>`_ more detail changes.
Tag semantics
-------------------------
@ -32,7 +32,7 @@ for example, `v2.17.04` means
gopsutil aims to keep backwards-compatiblity until major version change.
Taged at every end of month, but there are only a few commits, it can be skipped.
Tagged at every end of month, but if there are only a few commits, it can be skipped.
Available Architectures
@ -45,12 +45,12 @@ Available Architectures
- OpenBSD amd64 (Thank you @mpfz0r!)
- Solaris amd64 (developed and tested on SmartOS/Illumos, Thank you @jen20!)
These are partial support:
These have partial support:
- CPU on DragonFly BSD (#893, Thank you @gballet!)
- host on Linux RISC-V (#896, Thank you @tklauser!)
All works are implemented without cgo by porting c struct to golang struct.
All works are implemented without cgo by porting C structs to golang structs.
Usage
@ -175,7 +175,7 @@ Several methods have been added which are not present in psutil, but will provid
- system wide stats on netfilter conntrack module
- sourced from /proc/sys/net/netfilter/nf_conntrack_count
Some codes are ported from Ohai. many thanks.
Some code is ported from Ohai. many thanks.
Current Status
@ -328,5 +328,5 @@ How to Contribute
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request
My English is terrible, so documentation or correcting comments are also
welcome.
English is not my native language, so PRs correcting grammer or spelling are
welcome and appreciated.

Loading…
Cancel
Save