diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-06 17:24:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-06 17:24:40 +0100 |
commit | 2e0157a2d50562cfbea1173791220aec4cbce233 (patch) | |
tree | 1f6fa7c98f6f696e3c677a0a97ee081321562203 | |
parent | 9758a975e67bb9d681d351aea0d858ace598dcdf (diff) | |
parent | 6808ab34eab8075b8c1802970b64dc32f89fba00 (diff) | |
download | podman-2e0157a2d50562cfbea1173791220aec4cbce233.tar.gz podman-2e0157a2d50562cfbea1173791220aec4cbce233.tar.bz2 podman-2e0157a2d50562cfbea1173791220aec4cbce233.zip |
Merge pull request #4797 from edsantiago/policy_json_manpage
(minor) fix broken links to container-policy.json.5
-rw-r--r-- | docs/source/markdown/podman-image-trust.1.md | 2 | ||||
-rw-r--r-- | docs/source/markdown/podman.1.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-image-trust.1.md b/docs/source/markdown/podman-image-trust.1.md index 3fe4f7f52..435d117f1 100644 --- a/docs/source/markdown/podman-image-trust.1.md +++ b/docs/source/markdown/podman-image-trust.1.md @@ -86,7 +86,7 @@ Display trust as JSON ## SEE ALSO -policy-json(5) +containers-policy.json(5) ## HISTORY January 2019, updated by Tom Sweeney (tsweeney at redhat dot com) diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md index c62f54fbb..01c750144 100644 --- a/docs/source/markdown/podman.1.md +++ b/docs/source/markdown/podman.1.md @@ -271,7 +271,7 @@ The Network File System (NFS) and other distributed file systems (for example: L For more information, please refer to the [Podman Troubleshooting Page](https://github.com/containers/libpod/blob/master/troubleshooting.md). ## SEE ALSO -`containers-mounts.conf(5)`, `containers-registries.conf(5)`, `containers-storage.conf(5)`, `buildah(1)`, `libpod.conf(5)`, `oci-hooks(5)`, `policy.json(5)`, `subuid(5)`, `subgid(5)`, `slirp4netns(1)` +`containers-mounts.conf(5)`, `containers-registries.conf(5)`, `containers-storage.conf(5)`, `buildah(1)`, `libpod.conf(5)`, `oci-hooks(5)`, `containers-policy.json(5)`, `subuid(5)`, `subgid(5)`, `slirp4netns(1)` ## HISTORY Dec 2016, Originally compiled by Dan Walsh <dwalsh@redhat.com> |