diff options
author | Ed Santiago <github@edsantiago.com> | 2019-03-01 09:50:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-01 09:50:00 -0700 |
commit | 606011396704cda88ff465780dd81ce5f218effa (patch) | |
tree | a4d2219158788836b5e90ca3054e66fb0d8d2594 /docs/podman.1.md | |
parent | 55f80719a6b73c23c579bd4cc68cd8c382e7f860 (diff) | |
parent | 6f474c57042127417048fc785ebf7b89ea09b175 (diff) | |
download | podman-606011396704cda88ff465780dd81ce5f218effa.tar.gz podman-606011396704cda88ff465780dd81ce5f218effa.tar.bz2 podman-606011396704cda88ff465780dd81ce5f218effa.zip |
Merge pull request #2493 from edsantiago/broken_doc_links
Fix link inconsistencies in man pages
Diffstat (limited to 'docs/podman.1.md')
-rw-r--r-- | docs/podman.1.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/podman.1.md b/docs/podman.1.md index 43f288fd7..bc03d3c5a 100644 --- a/docs/podman.1.md +++ b/docs/podman.1.md @@ -137,7 +137,6 @@ the exit codes follow the `chroot` standard, see below: | [podman-exec(1)](podman-exec.1.md) | Execute a command in a running container. | | [podman-export(1)](podman-export.1.md) | Export a container's filesystem contents as a tar archive. | | [podman-generate(1)](podman-generate.1.md)| Generate structured data based for a containers and pods. | -| [podman-help(1)](podman-history.1.md) | Show help information on podman. | | [podman-history(1)](podman-history.1.md) | Show the history of an image. | | [podman-image(1)](podman-image.1.md) | Manage Images. | | [podman-images(1)](podman-images.1.md) | List images in local storage. | @@ -157,7 +156,6 @@ the exit codes follow the `chroot` standard, see below: | [podman-ps(1)](podman-ps.1.md) | Prints out information about containers. | | [podman-pull(1)](podman-pull.1.md) | Pull an image from a registry. | | [podman-push(1)](podman-push.1.md) | Push an image from local storage to elsewhere. | -| [podman-refresh(1)](podman-refresh.1.md) | Refresh state of all containers to handle database changes. | | [podman-restart(1)](podman-restart.1.md) | Restart one or more containers. | | [podman-rm(1)](podman-rm.1.md) | Remove one or more containers. | | [podman-rmi(1)](podman-rmi.1.md) | Removes one or more locally stored images. | |