summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorQi Wang <qiwan@redhat.com>2020-09-17 16:42:24 -0400
committerQi Wang <qiwan@redhat.com>2020-09-17 16:45:13 -0400
commit9258dfca79ad2aae38db0340c4871f60ceecc96a (patch)
treed58ec8eb533d64ad7eae3e82855dc25193a66b03 /docs/source
parentf84f441bec8d4ad6b6dfce059ca71dbd2b0d9615 (diff)
downloadpodman-9258dfca79ad2aae38db0340c4871f60ceecc96a.tar.gz
podman-9258dfca79ad2aae38db0340c4871f60ceecc96a.tar.bz2
podman-9258dfca79ad2aae38db0340c4871f60ceecc96a.zip
fix a typo of login.1.md
fix a typo of login.1.md and link containers-registries.conf(5). Signed-off-by: Qi Wang <qiwan@redhat.com>
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/markdown/podman-login.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-login.1.md b/docs/source/markdown/podman-login.1.md
index efc7f05e2..9b4ff74ed 100644
--- a/docs/source/markdown/podman-login.1.md
+++ b/docs/source/markdown/podman-login.1.md
@@ -18,7 +18,7 @@ Podman will first search for the username and password in the **${XDG\_RUNTIME\_
Podman will then use any existing credentials found in **$HOME/.docker/config.json**.
If those credentials are not present, Podman will create **${XDG\_RUNTIME\_DIR}/containers/auth.json** (if the file does not exist) and
will then store the username and password from STDIN as a base64 encoded string in it.
-For more details about format and configurations of the auth,json file, please refer to containers-auth.json(5)
+For more details about format and configurations of the auth.json file, please refer to containers-auth.json(5)
**podman [GLOBAL OPTIONS]**
@@ -108,7 +108,7 @@ Login Succeeded!
```
## SEE ALSO
-podman(1), podman-logout(1), containers-auth.json(5)
+podman(1), podman-logout(1), containers-auth.json(5), containers-registries.conf(5)
## HISTORY
August 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>