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