diff options
author | Ed Santiago <santiago@redhat.com> | 2020-08-10 13:34:24 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2020-08-11 08:03:37 -0600 |
commit | 8e11a825e18a571ca8fd624ce0053682b238133f (patch) | |
tree | b81ff38098c2dd50a654fedb429a970c00e9e00b /docs/source/Commands.rst | |
parent | ca893b83293e895d2dbd27f6fa287e396368d3bc (diff) | |
download | podman-8e11a825e18a571ca8fd624ce0053682b238133f.tar.gz podman-8e11a825e18a571ca8fd624ce0053682b238133f.tar.bz2 podman-8e11a825e18a571ca8fd624ce0053682b238133f.zip |
Cross-reference *.rst files too
There are a bunch of *.rst files in docs/source, linking sometimes
to man pages and sometimes to other .rst files. These files each
have entries of the following form:
:doc:`foo <link-to-foo>` Description of foo
...for all podman sub and sub-subcommands 'foo'.
Read all .rst files and make sure that:
- all entries in a given file are in alphabetical order
- all link-to-foo targets point to existing doc files
- every subcommand known by 'podman help' has a corresponding
doc entry in a .rst file
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/Commands.rst')
-rw-r--r-- | docs/source/Commands.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/Commands.rst b/docs/source/Commands.rst index a3ff24e89..096bdbedf 100644 --- a/docs/source/Commands.rst +++ b/docs/source/Commands.rst @@ -98,7 +98,7 @@ Commands :doc:`top <markdown/podman-top.1>` Display the running processes of a container -:doc:`umount <markdown/podman-umount.1>` Unmounts working container's root filesystem +:doc:`unmount <markdown/podman-unmount.1>` Unmounts working container's root filesystem :doc:`unpause <markdown/podman-unpause.1>` Unpause the processes in one or more containers |