summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/podman-build.1.md2
-rw-r--r--docs/podman-info.1.md2
-rw-r--r--docs/podman-pull.1.md2
-rw-r--r--docs/podman-search.1.md2
-rw-r--r--docs/podman.1.md2
5 files changed, 5 insertions, 5 deletions
diff --git a/docs/podman-build.1.md b/docs/podman-build.1.md
index c357c0a77..31c85d13f 100644
--- a/docs/podman-build.1.md
+++ b/docs/podman-build.1.md
@@ -597,7 +597,7 @@ podman build --no-cache --rm=false -t imageName .
registries.conf is the configuration file which specifies which container registries should be consulted when completing image names which do not include a registry or domain portion.
## SEE ALSO
-podman(1), buildah(1), registries.conf(5)
+podman(1), buildah(1), containers-registries.conf(5)
## HISTORY
diff --git a/docs/podman-info.1.md b/docs/podman-info.1.md
index 85e0e28bc..89a485b94 100644
--- a/docs/podman-info.1.md
+++ b/docs/podman-info.1.md
@@ -142,4 +142,4 @@ map[registries:[docker.io quay.io registry.fedoraproject.org registry.access.red
```
## SEE ALSO
-podman(1), registries.conf(5), storage.conf(5), crio(8)
+podman(1), containers-registries.conf(5), containers-storage.conf(5), crio(8)
diff --git a/docs/podman-pull.1.md b/docs/podman-pull.1.md
index 3a22caa57..0da020929 100644
--- a/docs/podman-pull.1.md
+++ b/docs/podman-pull.1.md
@@ -139,7 +139,7 @@ Storing signatures
registries.conf is the configuration file which specifies which container registries should be consulted when completing image names which do not include a registry or domain portion.
## SEE ALSO
-podman(1), podman-push(1), podman-login(1), registries.conf(5), crio(8)
+podman(1), podman-push(1), podman-login(1), containers-registries.conf(5), crio(8)
## HISTORY
July 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>
diff --git a/docs/podman-search.1.md b/docs/podman-search.1.md
index 03267f15d..d5392d58c 100644
--- a/docs/podman-search.1.md
+++ b/docs/podman-search.1.md
@@ -123,7 +123,7 @@ fedoraproject.org fedoraproject.org/fedora-minimal
registries.conf is the configuration file which specifies which container registries should be consulted when completing image names which do not include a registry or domain portion.
## SEE ALSO
-podman(1), registries.conf(5), crio(8)
+podman(1), containers-registries.conf(5), crio(8)
## HISTORY
January 2018, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>
diff --git a/docs/podman.1.md b/docs/podman.1.md
index 186a7047e..095ccf961 100644
--- a/docs/podman.1.md
+++ b/docs/podman.1.md
@@ -191,7 +191,7 @@ Currently it is not possible to create a network device, so rootless containers
then only the loopback device will be available.
## SEE ALSO
-`oci-hooks(5)`, `registries.conf(5)`, `storage.conf(5)`, `crio(8)`
+`oci-hooks(5)`, `containers-registries.conf(5)`, `containers-storage.conf(5)`, `crio(8)`
## HISTORY
Dec 2016, Originally compiled by Dan Walsh <dwalsh@redhat.com>