Skip to content

Commit

Permalink
Merge pull request #1107 from rasa/patch-1
Browse files Browse the repository at this point in the history
docs: fix typos and grammer
  • Loading branch information
shirou committed Jul 24, 2021
2 parents 78e21dd + dda0350 commit a94b358
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------------
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit a94b358

Please sign in to comment.