mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
docs: fix incorrect page name
The syntax used here was wrong, see all the other existing pages.
Like this the man page gets rendered as "podman-container.unit(5)()" and
the HTML web page title will just be "NAME — Podman documentation"
instead of the proper man page name.
Fix this by using the right syntax.
Fixes: 7612af4c0e ("Rewrite the Quadlet documentation")
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
e3a48902f7
commit
a267230118
9 changed files with 9 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
% podman-command(1)
|
% podman-command 1
|
||||||
|
|
||||||
## NAME
|
## NAME
|
||||||
podman\-command - short description
|
podman\-command - short description
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
% podman-build.unit(5)
|
% podman-build.unit 5
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
% podman-container.unit(5)
|
% podman-container.unit 5
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
% podman-image.unit(5)
|
% podman-image.unit 5
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
% podman-kube.unit(5)
|
% podman-kube.unit 5
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
% podman-network.unit(5)
|
% podman-network.unit 5
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
% podman-pod.unit(5)
|
% podman-pod.unit 5
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
% podman-quadlet-basic-usage(7)
|
% podman-quadlet-basic-usage 7
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
% podman-volume.unit(5)
|
% podman-volume.unit 5
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue