aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-10-24 22:07:48 +0000
committerGitHub <noreply@github.com>2021-10-24 22:07:48 +0000
commitc233d7bf58780eebffb5303542a903aaacebe0de (patch)
tree40a6fe60d2eeb6945c905fbf39450ebaab089fc3 /docs/source
parent54c630aa0a4dbbddb04ac07b223687aeaa6daefd (diff)
parent22270fb84534fefa494ad3751ea42753dfc8f675 (diff)
downloadpodman-c233d7bf58780eebffb5303542a903aaacebe0de.tar.gz
podman-c233d7bf58780eebffb5303542a903aaacebe0de.tar.bz2
podman-c233d7bf58780eebffb5303542a903aaacebe0de.zip
Merge pull request #12077 from stweil/main
[CI:DOCS] Replace 'an user' => 'a user'
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/markdown/podman-build.1.md2
-rw-r--r--docs/source/markdown/podman.1.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-build.1.md b/docs/source/markdown/podman-build.1.md
index fd36166b6..5a867c574 100644
--- a/docs/source/markdown/podman-build.1.md
+++ b/docs/source/markdown/podman-build.1.md
@@ -631,7 +631,7 @@ Sets the configuration for user namespaces when handling `RUN` instructions.
The configured value can be "" (the empty string) or "container" to indicate
that a new user namespace should be created, it can be "host" to indicate that
the user namespace in which `podman` itself is being run should be reused, or
-it can be the path to an user namespace which is already in use by another
+it can be the path to a user namespace which is already in use by another
process.
#### **--userns-uid-map**=*mapping*
diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md
index beb6e26d8..573ff20e7 100644
--- a/docs/source/markdown/podman.1.md
+++ b/docs/source/markdown/podman.1.md
@@ -370,7 +370,7 @@ Podman can also be used as non-root user. When podman runs in rootless mode, a u
Containers created by a non-root user are not visible to other users and are not seen or managed by Podman running as root.
-It is required to have multiple uids/gids set for an user. Be sure the user is present in the files `/etc/subuid` and `/etc/subgid`.
+It is required to have multiple uids/gids set for a user. Be sure the user is present in the files `/etc/subuid` and `/etc/subgid`.
If you have a recent version of usermod, you can execute the following
commands to add the ranges to the files