From b35d682cca5fe844f9e16ed33d08ee5dff98131f Mon Sep 17 00:00:00 2001 From: Kazumichi Yamamoto Date: Sun, 6 Aug 2017 08:22:10 +0900 Subject: [PATCH] Fix typo in docs Signed-off-by: Kazumichi Yamamoto --- docs/os/configuration/adding-kernel-parameters/index.md | 2 +- docs/os/running-rancheros/server/install-to-disk/index.md | 2 +- docs/os/storage/additional-mounts/index.md | 2 +- docs/os/system-services/custom-system-services/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/os/configuration/adding-kernel-parameters/index.md b/docs/os/configuration/adding-kernel-parameters/index.md index 980e7c60..45eca997 100644 --- a/docs/os/configuration/adding-kernel-parameters/index.md +++ b/docs/os/configuration/adding-kernel-parameters/index.md @@ -39,7 +39,7 @@ On desktop systems the Syslinux boot menu can be switched to graphical mode by a #### Enable/Disable sshd -`rancher.ssh.daemon=false` (its enabled in the os-config) can be used to start your RancherOS with no sshd daemon. This can be used to futher reduce the ports that your system is listening on. +`rancher.ssh.daemon=false` (its enabled in the os-config) can be used to start your RancherOS with no sshd daemon. This can be used to further reduce the ports that your system is listening on. #### Enable debug logging diff --git a/docs/os/running-rancheros/server/install-to-disk/index.md b/docs/os/running-rancheros/server/install-to-disk/index.md index 4168c1f0..34459874 100644 --- a/docs/os/running-rancheros/server/install-to-disk/index.md +++ b/docs/os/running-rancheros/server/install-to-disk/index.md @@ -76,7 +76,7 @@ rancher/os:v0.4.5 remote rancher/os:v0.5.0 remote ``` -Alternatively, you can set the installer image to any image in System Docker to install RancherOS. This is particularily useful for machines that will not have direct access to the internet. +Alternatively, you can set the installer image to any image in System Docker to install RancherOS. This is particularly useful for machines that will not have direct access to the internet. ### SSH into RancherOS diff --git a/docs/os/storage/additional-mounts/index.md b/docs/os/storage/additional-mounts/index.md index c2cb14b9..324c0931 100644 --- a/docs/os/storage/additional-mounts/index.md +++ b/docs/os/storage/additional-mounts/index.md @@ -24,6 +24,6 @@ RancherOS uses the mount syscall rather than the `mount` command behind the scen ### Shared Mounts -By default, `/media` and `/mnt` are mounted as shared in the console container. This means that mounts within these directories will propogate to the host as well as other system services that mount these folders as shared. +By default, `/media` and `/mnt` are mounted as shared in the console container. This means that mounts within these directories will propagate to the host as well as other system services that mount these folders as shared. See [here](https://www.kernel.org/doc/Documentation/filesystems/sharedsubtree.txt) for a more detailed overview of shared mounts and their properties. diff --git a/docs/os/system-services/custom-system-services/index.md b/docs/os/system-services/custom-system-services/index.md index 13b7c201..1ba82d7c 100644 --- a/docs/os/system-services/custom-system-services/index.md +++ b/docs/os/system-services/custom-system-services/index.md @@ -53,7 +53,7 @@ $ sudo ros service up service1 service2 service3 The https://github.com/rancher/os-services repository is used for the built-in services, but you can create your own, and configure RancherOS to use it in addition (or to replace) it. -The config settings to set the url in which `ros` should look for an `index.yml` file is: `rancher.repositories..url`. The `core` repository url is set when a release is made, and any other `` url you add will be listed together when running `ros console list`, `ros servce list` or `ros engine list` +The config settings to set the url in which `ros` should look for an `index.yml` file is: `rancher.repositories..url`. The `core` repository url is set when a release is made, and any other `` url you add will be listed together when running `ros console list`, `ros service list` or `ros engine list` For example, in RancherOS v0.7.0, the `core` repository is set to `https://raw.githubusercontent.com/rancher/os-services/v0.7.0`.