docs: share --reload-systemd option between quadlet install and rm#28388
docs: share --reload-systemd option between quadlet install and rm#28388kovan wants to merge 1 commit intocontainers:mainfrom
Conversation
Extract the --reload-systemd option text into a shared option file at docs/source/markdown/options/reload-systemd.md and reference it with @@option in both podman-quadlet-install and podman-quadlet-rm manpages, following the established pattern for shared options. Rename the manpages from .md to .md.in to indicate preprocessing. Fixes containers#28370 Signed-off-by: Kit Dallege <xaum.io@gmail.com>
|
[NON-BLOCKING] Packit jobs failed. @containers/packit-build please check. Everyone else, feel free to ignore. |
|
I think that |
|
Thanks for the review. I ran Looking at the existing pattern - Should I add them to |
|
The changes LGTM. |
|
It should be in this |
Extract the
--reload-systemdoption text into a shared option fileand reference it with
@@optionin both manpages, following theestablished pattern for shared options.
Changes:
docs/source/markdown/options/reload-systemd.mdwith the shared option textpodman-quadlet-install.1.mdto.md.inand use@@option reload-systemdpodman-quadlet-rm.1.mdto.md.inand use@@option reload-systemdFixes #28370