Skip to content

Commit 36b7f57

Browse files
committed
Some minor editorial changes to the readme
1 parent c5fe142 commit 36b7f57

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ List of build-time dependencies:
3838
* `ncurses`
3939

4040
**Note about `ncurses`:**
41-
> htop requires ncurses 6.0. Be aware the appropriate package is sometimes still called libncurses5 (on Debian/Ubuntu). Also ncurses usually comes in two flavours:
41+
> `htop` requires `ncurses` 6.0. Be aware the appropriate package is sometimes still called libncurses5 (on Debian/Ubuntu). Also `ncurses` usually comes in two flavours:
4242
>* With Unicode support.
4343
>* Without Unicode support.
4444
>
@@ -138,12 +138,12 @@ To install on the local system run `make install`. By default `make install` ins
138138
`htop` has a set of fixed optional dependencies, depending on build/configure option used:
139139

140140
#### Linux
141-
* `libdl`, if not building a static binary, is always required when support for to optionally dependencies (i.e. `libsensors`, `libsystemd`) is present.
142-
* `libcap`, user-space interfaces to the POSIX 1003.1e, is always required when `--enable-capabilities` was used to configure `htop`.
141+
* `libdl`, if not building a static binary, is always required when support for optional dependencies (i.e. `libsensors`, `libsystemd`) is present.
142+
* `libcap`, user-space interfaces to POSIX 1003.1e capabilities, is always required when `--enable-capabilities` was used to configure `htop`.
143143
* `libsensors`, readout of temperatures and CPU speeds, is optional even when `--enable-sensors` was used to configure `htop`.
144144
* `libsystemd` is optional when `--enable-static` was not used to configure `htop`. If building statically and `libsystemd` is not found by `configure`, support for the systemd meter is disabled entirely.
145145

146-
`htop` checks for the availability of the actual runtime lib as `htop` runs.
146+
`htop` checks for the availability of the actual runtime libraries as `htop` runs.
147147

148148
#### BSD
149149
On most BSD systems `kvm` is a requirement to read kernel information.
@@ -155,15 +155,15 @@ See the manual page (`man htop`) or the help menu (**F1** or **h** inside `htop`
155155

156156
## Support
157157

158-
If you have trouble running `htop` please consult your Operating System / Linux distribution documentation for getting support and filing bugs.
158+
If you have trouble running `htop` please consult your operating system / Linux distribution documentation for getting support and filing bugs.
159159

160160
## Bugs, development feedback
161161

162-
We have a [development mailing list](https://htop.dev/mailinglist.html). Feel free to subscribe for release announcements or asking questions on the development of htop.
162+
We have a [development mailing list](https://htop.dev/mailinglist.html). Feel free to subscribe for release announcements or asking questions on the development of `htop`.
163163

164164
You can also join our IRC channel [#htop on Libera.Chat](https://web.libera.chat/#htop) and talk to the developers there.
165165

166-
If you have found an issue within the source of htop, please check whether this has already been reported in our [GitHub issue tracker](https://github.com/htop-dev/htop/issues).
166+
If you have found an issue within the source of `htop`, please check whether this has already been reported in our [GitHub issue tracker](https://github.com/htop-dev/htop/issues).
167167
If not, please file a new issue describing the problem you have found, the potential location in the source code you are referring to and a possible fix if available.
168168

169169
## History

0 commit comments

Comments
 (0)