Skip to content

Commit

Permalink
[CI:DOCS] Fix markdown bugs
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Sjölund <[email protected]>
  • Loading branch information
eriksjolund committed Nov 28, 2023
1 parent 8387d2d commit 7b4d6a2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/locale/ja/LC_MESSAGES/markdown.po
Original file line number Diff line number Diff line change
Expand Up @@ -19280,7 +19280,7 @@ msgstr ""

#: ../../source/markdown/podman-manifest-push.1.md:123
#: ../../source/markdown/podman-push.1.md:161
msgid "**--sign-by-sigstore**=*param-file***"
msgid "**--sign-by-sigstore**=*param-file*"
msgstr ""

#: ../../source/markdown/podman-manifest-push.1.md:125
Expand Down
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-manifest-push.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Delete the manifest list or image index from local storage if pushing succeeds.

Sign the pushed images with a “simple signing” signature using the specified key. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)

#### **--sign-by-sigstore**=*param-file***
#### **--sign-by-sigstore**=*param-file*

Add a sigstore signature based on further options specified in a container's sigstore signing parameter file *param-file*.
See containers-sigstore-signing-params.yaml(5) for details about the file format.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-push.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Discard any pre-existing signatures in the image.

Add a “simple signing” signature at the destination using the specified key. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)

#### **--sign-by-sigstore**=*param-file***
#### **--sign-by-sigstore**=*param-file*

Add a sigstore signature based on further options specified in a container's sigstore signing parameter file *param-file*.
See containers-sigstore-signing-params.yaml(5) for details about the file format.
Expand Down
2 changes: 2 additions & 0 deletions docs/source/markdown/podman-volume-inspect.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ $ podman volume inspect myvol
"NeedsChown": true
}
]
```

```
$ podman volume inspect --all
[
Expand Down

0 comments on commit 7b4d6a2

Please sign in to comment.