From 683dc89baf99efa86024a4d4bf488516b6ef9ced Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 27 Feb 2018 10:10:01 -0700 Subject: (minor) correct misspellings in man pages Signed-off-by: Ed Santiago Closes: #410 Approved by: baude --- docs/podman-create.1.md | 4 ++-- docs/podman-run.1.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md index 98141221b..d870d6d3c 100644 --- a/docs/podman-create.1.md +++ b/docs/podman-create.1.md @@ -222,7 +222,7 @@ inside of the container. bind: A directory is created inside the container state directory and bind mounted into the container for the volumes. tmpfs: The volume is mounted onto the container as a tmpfs, which allows the users to create - content that dissapears when the container is stopped. + content that disappears when the container is stopped. ignore: All volumes are just ignored and no action is taken. **-i**, **--interactive**=*true*|*false* @@ -539,7 +539,7 @@ Use `df ` to figure out the source mount and then use `findmnt -o TARGET,PROPAGATION ` to figure out propagation properties of source mount. If `findmnt` utility is not available, then one can look at mount entry for source mount point in `/proc/self/mountinfo`. Look -at `optional fields` and see if any propagaion properties are specified. +at `optional fields` and see if any propagation properties are specified. `shared:X` means mount is `shared`, `master:X` means mount is `slave` and if nothing is there that means mount is `private`. diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index 5e235514c..81581abfb 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -219,7 +219,7 @@ inside of the container. bind: A directory is created inside the container state directory and bind mounted into the container for the volumes. tmpfs: The volume is mounted onto the container as a tmpfs, which allows the users to create - content that dissapears when the container is stopped. + content that disappears when the container is stopped. ignore: All volumes are just ignored and no action is taken. **-i**, **--interactive**=*true*|*false* -- cgit v1.2.3-54-g00ecf