Skip to content

Commit 084b5c3

Browse files
committed
Improve capitalization, spelling, and whitespace
1 parent e58a67f commit 084b5c3

1 file changed

Lines changed: 19 additions & 17 deletions

File tree

README.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ This is an enhanced version of [Allan McRae mbpfan](http://allanmcrae.com/2010/0
66
mbpfan is a daemon that uses input from coretemp module and sets the fan speed using the applesmc module.
77
This enhanced version assumes any number of processors and fans (max. 10).
88

9-
* It only uses the temperatures from the processors as input.
10-
* It requires coretemp and applesmc kernel modules to be loaded.
11-
* It requires root use
12-
* It daemonizes or stays in foreground
13-
* Verbose mode for both syslog and stdout
14-
* Users can configure it using the file /etc/mbpfan.conf
9+
* It only uses the temperatures from the processors as input.
10+
* It requires coretemp and applesmc kernel modules to be loaded.
11+
* It requires root use
12+
* It daemonizes or stays in foreground
13+
* Verbose mode for both syslog and stdout
14+
* Users can configure it using the file /etc/mbpfan.conf
1515

1616
**Table Of Contents**
1717

1818
- [Supported GNU/Linux Distributions](#supported-gnulinux-distributions)
19-
- [Tested Macbook Models](#tested-macbook-models)
20-
- [Tested iMac/Mac Mini Models](#tested-imacmac-mini-models)
19+
- [Tested MacBook Models](#tested-macbook-models)
20+
- [Tested iMac/Mac mini Models](#tested-imacmac-mini-models)
2121
- [Requirements](#requirements)
2222
- [Installation](#installation)
2323
- [Arch Linux](#arch-linux)
@@ -48,7 +48,7 @@ Supported distributions:
4848
- Trisquel
4949
- Solus
5050

51-
## Tested Macbook Models
51+
## Tested MacBook Models
5252

5353
This section reports those models where mbpfan was tested successfully. It does not necessarily mean that the daemon does not work on non-listed models.
5454

@@ -68,16 +68,16 @@ This section reports those models where mbpfan was tested successfully. It does
6868
- MacBook Air 7,2 13" (Intel Core Duo - Linux 4.10)
6969
- MacBook 1,1 (Intel Core Duo - Linux 3.16)
7070

71-
## Tested iMac/Mac Mini Models
71+
## Tested iMac/Mac mini Models
7272

73-
This section reports the iMac/Mac-mini models where mbpfan was tested successfully.
73+
This section reports the iMac/Mac mini models where mbpfan was tested successfully.
7474

75-
- iMac Retina 16.2 21.5" (Intel i5 - Linux 4.4.0 Ubuntu 16.04)
75+
- iMac Retina 16.2 21.5" (Intel i5 - Linux 4.4.0 Ubuntu 16.04)
7676
- iMac 12,1 21.5" (Intel i7 - Linux 4.6.4)
7777
- iMac 5,1 17" (Intel T7400 (Core 2 Duo) - Linux 14.04 Ubuntu)
78-
- Mac Mini 2,1 (Core 2 Duo - Linux 4.4.0)
79-
- Mac Mini 5,3 (Core i7 2.0 - Linux 4.4.0 elementary/Ubuntu)
80-
- Mac Mini 6,1 (Core i7 2.3 - Linux 4.7.3-4-ck Archlinux)
78+
- Mac mini 2,1 (Core 2 Duo - Linux 4.4.0)
79+
- Mac mini 5,3 (Core i7 2.0 - Linux 4.4.0 elementary/Ubuntu)
80+
- Mac mini 6,1 (Core i7 2.3 - Linux 4.7.3-4-ck Archlinux)
8181

8282
## Requirements
8383

@@ -89,7 +89,9 @@ These modules are often automatically loaded when booting up GNU/Linux on a MacB
8989

9090
In most distributions, you can run the following command:
9191

92-
`lsmod | grep coretemp && lsmod | grep applesmc`
92+
```bash
93+
lsmod | grep -e applesmc -e coretemp
94+
```
9395

9496
If you see `coretemp` and `applesmc` listed, you are all set.
9597

@@ -244,4 +246,4 @@ GNU General Public License version 3
244246

245247
**This Project uses following library:**
246248

247-
* [ANSI C Application Settings Managment](http://pokristensson.com/settings.html) by Per Ola Kristensson.
249+
* [ANSI C Application Settings Management](http://pokristensson.com/settings.html) by Per Ola Kristensson.

0 commit comments

Comments
 (0)