diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2019-04-13 06:29:00 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2019-04-13 06:31:00 -0400 |
commit | 7db2994a81d9f80ac3e3c89beac1973d7be7a738 (patch) | |
tree | 38141d9d0ccc9db479062c34da4e63b971b75a45 /docs/podman-pull.1.md | |
parent | 4daf788022c46d29dd208847f667a9fe28a40a69 (diff) | |
download | podman-7db2994a81d9f80ac3e3c89beac1973d7be7a738.tar.gz podman-7db2994a81d9f80ac3e3c89beac1973d7be7a738.tar.bz2 podman-7db2994a81d9f80ac3e3c89beac1973d7be7a738.zip |
Remove old crio reference from man pages
Seems like we have some old references to crio man pages left
over in the docs, since we don't mention crio in man pages
we should not be referencing the man page in the see-also.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/podman-pull.1.md')
-rw-r--r-- | docs/podman-pull.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-pull.1.md b/docs/podman-pull.1.md index bce11b096..92740c3af 100644 --- a/docs/podman-pull.1.md +++ b/docs/podman-pull.1.md @@ -146,7 +146,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), containers-registries.conf(5), crio(8) +podman(1), podman-push(1), podman-login(1), containers-registries.conf(5) ## HISTORY July 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com> |