summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-05-31 13:52:33 +0200
committerGitHub <noreply@github.com>2021-05-31 13:52:33 +0200
commitc1c18039dca2d0967082e63935c2052cd089570a (patch)
treefa0014b2d2aa9c78ee6c33c145a18afd18998fe0
parent59236762eca31a20d886837698db58e259a21de5 (diff)
parent699272ed295a9bcfe7457446f23f489f478f1675 (diff)
downloadpodman-c1c18039dca2d0967082e63935c2052cd089570a.tar.gz
podman-c1c18039dca2d0967082e63935c2052cd089570a.tar.bz2
podman-c1c18039dca2d0967082e63935c2052cd089570a.zip
Merge pull request #10502 from rugk/patch-1
[CI:DOCS] fix: add missing space
-rw-r--r--docs/source/markdown/podman-auto-update.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-auto-update.1.md b/docs/source/markdown/podman-auto-update.1.md
index 1bb5d4bbe..087c56360 100644
--- a/docs/source/markdown/podman-auto-update.1.md
+++ b/docs/source/markdown/podman-auto-update.1.md
@@ -27,7 +27,7 @@ At container-creation time, Podman looks up the "PODMAN_SYSTEMD_UNIT" environmen
This variable is now set by all systemd units generated by `podman-generate-systemd` and is set to `%n` (i.e., the name of systemd unit starting the container).
This data is then being used in the auto-update sequence to instruct systemd (via DBUS) to restart the unit and hence to restart the container.
-Note that`podman auto-update` relies on systemd. The systemd units are expected to be generated with `podman-generate-systemd --new`, or similar units that create new containers in order to run the updated images.
+Note that `podman auto-update` relies on systemd. The systemd units are expected to be generated with `podman-generate-systemd --new`, or similar units that create new containers in order to run the updated images.
Systemd units that start and stop a container cannot run a new image.