Files
podman/docs/source/markdown/podman-system.1.md
Ed Santiago 34d412e13d man page xref: validate displayed man page names
command tables are chock full of duplication, hence they break.
Look for inconsistencies between the displayed man page name
and the actual man page name:

    |  foo    | [podman-foo(1)](podman-cmd-foo.1.md) | ...
                        ^^^

Inspired by #17474.

We can't actually check the subcommand name (the plain "foo")
because there are many existing subcommands whose name does
not match the man page: rmi vs image-rm, list vs podman-ps.

Signed-off-by: Ed Santiago <santiago@redhat.com>
2023-02-13 07:54:57 -07:00

1.9 KiB

% podman-system 1

NAME

podman-system - Manage podman

SYNOPSIS

podman system subcommand

DESCRIPTION

The system command allows management of the podman systems

COMMANDS

Command Man Page Description
connection podman-system-connection(1) Manage the destination(s) for Podman service(s)
df podman-system-df(1) Show podman disk usage.
events podman-events(1) Monitor Podman events
info podman-info(1) Displays Podman related system information.
migrate podman-system-migrate(1) Migrate existing containers to a new podman version.
prune podman-system-prune(1) Remove all unused pods, containers, images, networks, and volume data.
renumber podman-system-renumber(1) Migrate lock numbers to handle a change in maximum number of locks.
reset podman-system-reset(1) Reset storage back to initial state.
service podman-system-service(1) Run an API service

SEE ALSO

podman(1)