summaryrefslogtreecommitdiff
path: root/docs/source/markdown
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/markdown')
-rw-r--r--docs/source/markdown/podman-machine-rm.1.md8
-rw-r--r--docs/source/markdown/podman-system-service.1.md2
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/markdown/podman-machine-rm.1.md b/docs/source/markdown/podman-machine-rm.1.md
index 4eea1d2e4..c9c68d111 100644
--- a/docs/source/markdown/podman-machine-rm.1.md
+++ b/docs/source/markdown/podman-machine-rm.1.md
@@ -25,15 +25,15 @@ Print usage statement.
#### **--force**, **-f**
-Stop and delete without confirmation
+Stop and delete without confirmation.
#### **--save-ignition**
-Do not delete the generated ignition file
+Do not delete the generated ignition file.
#### **--save-image**
-Do not delete the VM image
+Do not delete the VM image.
#### **--save-keys**
@@ -42,7 +42,7 @@ deleted.
## EXAMPLES
-Remove a VM named "test1"
+Remove a VM named "test1":
```
$ podman machine rm test1
diff --git a/docs/source/markdown/podman-system-service.1.md b/docs/source/markdown/podman-system-service.1.md
index 3bc4fc7f1..17d8ea06a 100644
--- a/docs/source/markdown/podman-system-service.1.md
+++ b/docs/source/markdown/podman-system-service.1.md
@@ -15,7 +15,7 @@ example *unix:///run/user/1000/podman/podman.sock*)
To access the API service inside a container:
- mount the socket as a volume
-- run the container with `--security-opt label:disable`
+- run the container with `--security-opt label=disable`
The REST API provided by **podman system service** is split into two parts: a compatibility layer offering support for the Docker v1.40 API, and a Podman-native Libpod layer.
Documentation for the latter is available at *https://docs.podman.io/en/latest/_static/api.html*.