diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2019-02-27 12:51:08 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2019-02-27 16:37:40 -0500 |
commit | b4b7b298fcd444c04283093bde2ef4dff760f9ce (patch) | |
tree | d186be5fbddf981e0b9fb1f00fd85cf919fc8fd4 /docs/podman-system.1.md | |
parent | f1f26f444228381224581609a327f13158740923 (diff) | |
download | podman-b4b7b298fcd444c04283093bde2ef4dff760f9ce.tar.gz podman-b4b7b298fcd444c04283093bde2ef4dff760f9ce.tar.bz2 podman-b4b7b298fcd444c04283093bde2ef4dff760f9ce.zip |
Clean up man pages to match commands
Also add podman-commands.sh to compare man pages to commands.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/podman-system.1.md')
-rw-r--r-- | docs/podman-system.1.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/podman-system.1.md b/docs/podman-system.1.md index 1b4bccdb9..d088d4d9a 100644 --- a/docs/podman-system.1.md +++ b/docs/podman-system.1.md @@ -15,6 +15,7 @@ The system command allows you to manage the podman systems | ------- | --------------------------------------------------- | ---------------------------------------------------------------------------- | | info | [podman-system-info(1)](podman-info.1.md) | Displays Podman related system information. | | prune | [podman-system-prune(1)](podman-system-prune.1.md) | Remove all unused data | +| renumber | [podman-system-renumber(1)](podman-system-renumber.1.md)| Migrate lock numbers to handle a change in maximum number of locks. | ## SEE ALSO -podman +podman(1) |