diff options
author | Ed Santiago <santiago@redhat.com> | 2022-05-11 11:11:36 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-05-11 13:14:08 -0600 |
commit | e76a07087ef3ed19b659a716f51f5d83f4af773e (patch) | |
tree | 92b040a47f72246eb6bbf80e4db8afc51987611f /docs/source/markdown/podman-system-connection-list.1.md | |
parent | c379014ee4e57dc19669ae92f45f8e4c0814295b (diff) | |
download | podman-e76a07087ef3ed19b659a716f51f5d83f4af773e.tar.gz podman-e76a07087ef3ed19b659a716f51f5d83f4af773e.tar.bz2 podman-e76a07087ef3ed19b659a716f51f5d83f4af773e.zip |
[CI:DOCS] man pages: fix inconsistencies
As part of work done in #14046, fix bugs found in man pages,
basically just moving a few descriptions to the right place
and removing some undesired asterisks.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-system-connection-list.1.md')
-rw-r--r-- | docs/source/markdown/podman-system-connection-list.1.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/markdown/podman-system-connection-list.1.md b/docs/source/markdown/podman-system-connection-list.1.md index cc457860a..23784a319 100644 --- a/docs/source/markdown/podman-system-connection-list.1.md +++ b/docs/source/markdown/podman-system-connection-list.1.md @@ -20,10 +20,10 @@ Valid placeholders for the Go template listed below: | **Placeholder** | **Description** | | --------------- | ----------------------------------------------------------------------------- | -| *.Name* | Connection Name/Identifier | -| *.Identity* | Path to file containing SSH identity | -| *.URI* | URI to podman service. Valid schemes are ssh://[user@]*host*[:port]*Unix domain socket*[?secure=True], unix://*Unix domain socket*, and tcp://localhost[:*port*] | -| *.Default* | Indicates whether connection is the default | +| .Name | Connection Name/Identifier | +| .Identity | Path to file containing SSH identity | +| .URI | URI to podman service. Valid schemes are ssh://[user@]*host*[:port]*Unix domain socket*[?secure=True], unix://*Unix domain socket*, and tcp://localhost[:*port*] | +| .Default | Indicates whether connection is the default | ## EXAMPLE ``` |