Skip to content

Commit

Permalink
Misc manual page updates
Browse files Browse the repository at this point in the history
  • Loading branch information
beltex committed Oct 4, 2017
1 parent b532dbe commit fc571ce
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/smckit.1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "SMCKIT" "1" "August 2015" "" ""
.TH "SMCKIT" "1" "October 2017" "" ""
.
.SH "NAME"
\fBsmckit\fR \- OS X SMC tool
\fBsmckit\fR \- macOS SMC tool
.
.SH "SYNOPSIS"
\fBsmckit\fR [\fB\-cdfmptuw\fR]
Expand All @@ -24,7 +24,7 @@
.br
.
.SH "DESCRIPTION"
An OS X command line tool for interfacing with the Apple System Management Controller (SMC) in Swift on Intel based Macs\.
A macOS command line tool for interfacing with the Apple System Management Controller (SMC) in Swift on Intel based Macs\.
.
.SH "OPTIONS"
List of supported command line options (flags/switches)\. Providing no options prints temperature (\fB\-t\fR), fan (\fB\-f\fR), power (\fB\-p\fR), and misc (\fB\-m\fR) information\.
Expand Down Expand Up @@ -63,7 +63,7 @@ Show power related information about this machine\.
.
.TP
\fB\-s\fR, \fB\-\-fan\-speed\fR \fIvalue\fR
The minimum speed (RPM \- revolutions per minute) of the fan to set\. By minimum we mean that OS X can interject and raise the fan speed if needed, however it will not go below this\. Must be used with \fB\-\-fan\-id\fR\. Requires root privileges\.
The minimum speed (RPM \- revolutions per minute) of the fan to set\. By minimum we mean that macOS can interject and raise the fan speed if needed, however it will not go below this\. Must be used with \fB\-\-fan\-id\fR\. Requires root privileges\.
.
.IP
\fBWARNING\fR: You are playing with hardware here, \fBBE CAREFUL\fR\.
Expand Down Expand Up @@ -101,7 +101,7 @@ If a sensor has a value that is very high, constant, and completely disproportio
Some sensors however report very low values, below zero\. The current theory on this is that at lower temperatures the sensors have inaccurate readings\. It maybe that they are located close to an internal fan, and the airflow is causing it to be skewed\.
.
.SH "ENVIRONMENT"
Due to Swift, smckit requires OS X 10\.9 (Mavericks) and above\. This implies an Intel based 64\-bit machine\.
Due to Swift, \fBsmckit\fR requires macOS 10\.9 (Mavericks) and above\. This implies an Intel based 64\-bit machine\.
.
.SH "REPOSITORY"
\fIhttps://github\.com/beltex/SMCKit\fR
Expand All @@ -113,7 +113,7 @@ All project related matters, including source code, can be found at the GitHub r
This project is under the \fIMIT License\fR\.
.
.SH "AUTHOR"
beltex \fIhttp://beltex\.github\.io\fR
beltex \fIhttps://beltex\.github\.io\fR
.
.SH "SEE ALSO"
dshb(1), powermetrics(1)
12 changes: 6 additions & 6 deletions docs/smckit.1.ronn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
smckit(1) -- OS X SMC tool
==========================
smckit(1) -- macOS SMC tool
===========================

## SYNOPSIS

Expand All @@ -11,7 +11,7 @@ smckit(1) -- OS X SMC tool

## DESCRIPTION

An OS X command line tool for interfacing with the Apple System Management
A macOS command line tool for interfacing with the Apple System Management
Controller (SMC) in Swift on Intel based Macs.

## OPTIONS
Expand Down Expand Up @@ -48,7 +48,7 @@ information.

* `-s`, `--fan-speed` <value>:
The minimum speed (RPM - revolutions per minute) of the fan to set. By
minimum we mean that OS X can interject and raise the fan speed if needed,
minimum we mean that macOS can interject and raise the fan speed if needed,
however it will not go below this. Must be used with `--fan-id`. Requires
root privileges.

Expand Down Expand Up @@ -94,7 +94,7 @@ information.

## ENVIRONMENT

Due to Swift, smckit requires OS X 10.9 (Mavericks) and above. This implies an
Due to Swift, `smckit` requires macOS 10.9 (Mavericks) and above. This implies an
Intel based 64-bit machine.

## REPOSITORY
Expand All @@ -111,7 +111,7 @@ This project is under the _MIT License_.

## AUTHOR

beltex <http://beltex.github.io>
beltex <https://beltex.github.io>

## SEE ALSO

Expand Down

0 comments on commit fc571ce

Please sign in to comment.