s/MacOS/macOS (#696)

Fixes #685

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
pull/699/head
mueller-ma 2018-06-04 08:11:11 +02:00 committed by Jerome L
parent 33824acf63
commit 4c4eafdd86
4 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ NOTE: The rules for generating the Items file may change over time. The output
### OS Requirements
These scripts are intended to be run on a Linux, Unix or MacOS X system.
These scripts are intended to be run on a Linux, Unix or macOS system.
The MiOS openHAB Item file Generator scripts consist of:

View File

@ -131,11 +131,11 @@ Linux has three different tools:
* arping of the ip-utils (Ubuntu/Debian: `apt-get install iputils-arping`)
* arping by Thomas Habets (Ubuntu/Debian: `apt-get install arping`)
arping by Thomas Habets runs on Windows and MacOS as well.
arping by Thomas Habets runs on Windows and macOS as well.
Make sure the tool is available in the PATH, or in the same path as the openHAB executable.
On Linux and MacOS elevated access permissions may be needed, for instance by making the executable a suid executable (`chmod u+s /usr/sbin/arping`).
On Linux and macOS elevated access permissions may be needed, for instance by making the executable a suid executable (`chmod u+s /usr/sbin/arping`).
Just test the executable on the command line; if `sudo` is required, grant elevated permissions.
### DHCP Listen

View File

@ -3,7 +3,7 @@ id: mactts
label: MacOS Text-to-Speech
title: MacOS Text-to-Speech - Voices
type: voice
description: "The MacOS Text-to-Speech (TTS) service uses the MacOS 'say' command for producing spoken text."
description: "The macOS Text-to-Speech (TTS) service uses the macOS 'say' command for producing spoken text."
since: 2x
logo: images/addons/mactts.png
install: auto

View File

@ -49,7 +49,7 @@ It could look similar to this example:
```text
...
openhab-transformation-xslt | 0.9.0.SNAPSHOT | | Uninstalled | openhab-aggregate-xml | XSLT Transformation
openhab-voice-mactts | 0.9.0.SNAPSHOT | | Uninstalled | openhab-aggregate-xml | MacOS Text-to-Speech
openhab-voice-mactts | 0.9.0.SNAPSHOT | | Uninstalled | openhab-aggregate-xml | macOS Text-to-Speech
openhab-binding-amazondashbutton | 2.0.0.SNAPSHOT | | Uninstalled | openhab-aggregate-xml | Amazon Dash Button Binding
openhab-binding-astro | 2.0.0.SNAPSHOT | | Uninstalled | openhab-aggregate-xml | Astro Binding
openhab-binding-autelis | 2.0.0.SNAPSHOT | | Uninstalled | openhab-aggregate-xml | Autelis Binding
@ -77,7 +77,7 @@ It is *not needed* for other addon types like `persistence`.
With this information we can now edit the *addons.cfg* file in the `config/services` folder on the machine you are running openHAB on.
The path is depending on your installation.
You can find out the correct locations on the corresponding documentation pages, e.g. [linux]({{base}}/installation/linux.html#file-locations) or [windows]({{base}}/installation/windows.html#file-locations).
You can find out the correct locations on the corresponding documentation pages, e.g. [Linux]({{base}}/installation/linux.html#file-locations) or [Windows]({{base}}/installation/windows.html#file-locations).
The file could look like this (depending on your choosen package and already installed add-ons):
@ -112,4 +112,4 @@ One way of retrieving those files is mentiones above in the openHAB console part
Place the `.jar` file in the `add-ons` folder on the machine you are running openHAB on.
As described already for the addons.cfg option, the path is depending on your installation.
Place the .jar file in the folder Additional add-on files as described in File Locations ([linux]({{base}}/installation/linux.html#file-locations), [windows]({{base}}/installation/windows.html#file-locations) or [macosx]({{base}}/installation/macosx.html#file-locations)).
Place the .jar file in the folder Additional add-on files as described in File Locations ([Linux]({{base}}/installation/linux.html#file-locations), [Windows]({{base}}/installation/windows.html#file-locations) or [macOS]({{base}}/installation/macosx.html#file-locations)).