aboutsummaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-05-07 10:23:26 -0400
committerGitHub <noreply@github.com>2021-05-07 10:23:26 -0400
commit5616887f62b4bed1031cdade8bd602bc2cb9d8f4 (patch)
tree63e764cf61e5ace949ea2cc9ae891e9a47da1b13 /docs/tutorials
parentaa5cd674aec28ecf207d6982797b1bb000a2b322 (diff)
parentbdbce9bcb1e11a982c38bf917805b714f7d78678 (diff)
downloadpodman-5616887f62b4bed1031cdade8bd602bc2cb9d8f4.tar.gz
podman-5616887f62b4bed1031cdade8bd602bc2cb9d8f4.tar.bz2
podman-5616887f62b4bed1031cdade8bd602bc2cb9d8f4.zip
Merge pull request #10249 from rhatdan/man1
[CI:DOCS] Add documentation on short-names
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/mac_client.md2
-rw-r--r--docs/tutorials/mac_win_client.md4
-rw-r--r--docs/tutorials/podman-go-bindings.md2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorials/mac_client.md b/docs/tutorials/mac_client.md
index f406ca54d..19522e74d 100644
--- a/docs/tutorials/mac_client.md
+++ b/docs/tutorials/mac_client.md
@@ -1,2 +1,2 @@
# [Podman Mac Client tutorial](https://github.com/containers/podman/blob/master/docs/tutorials/mac_win_client.md)
-This tutorial has moved! You can find out how to set up Podman on MacOS (as well as Windows) [here](https://github.com/containers/podman/blob/master/docs/tutorials/mac_win_client.md)
+This tutorial has moved! You can find out how to set up Podman on macOS (as well as Windows) [here](https://github.com/containers/podman/blob/master/docs/tutorials/mac_win_client.md)
diff --git a/docs/tutorials/mac_win_client.md b/docs/tutorials/mac_win_client.md
index 375f73102..6295eb6b2 100644
--- a/docs/tutorials/mac_win_client.md
+++ b/docs/tutorials/mac_win_client.md
@@ -1,4 +1,4 @@
-# Podman Remote clients for MacOS and Windows
+# Podman Remote clients for macOS and Windows
## Introduction
@@ -18,7 +18,7 @@ Once you have downloaded the installer, simply double click the installer and Po
Podman must be run at a command prompt using the Windows ‘cmd” or powershell applications.
-### MacOS
+### macOS
The Mac Client is available through [Homebrew](https://brew.sh/). You can download homebrew via the instructions on their site. Install podman using:
```
diff --git a/docs/tutorials/podman-go-bindings.md b/docs/tutorials/podman-go-bindings.md
index 24381c75c..a952f2dc0 100644
--- a/docs/tutorials/podman-go-bindings.md
+++ b/docs/tutorials/podman-go-bindings.md
@@ -536,7 +536,7 @@ containers and pods in a way which fits very nicely in many production environme
## References
-- Podman is available for most major distributions along with MacOS and Windows.
+- Podman is available for most major distributions along with macOS and Windows.
Installation details are available on the [Podman official website](https://podman.io/getting-started/).
- Documentation can be found at the [Podman Docs page](https://docs.podman.io).