summaryrefslogtreecommitdiff
path: root/man/systemd-sysupdate.xml
diff options
context:
space:
mode:
authorAnita Zhang <the.anitazha@gmail.com>2022-03-21 11:53:35 -0400
committerLuca Boccassi <luca.boccassi@gmail.com>2022-03-21 20:06:13 +0000
commita4cc838e8cbd63a675a3683f5e9843002903e304 (patch)
tree62162226d2ea2ed911bfd3f076fd9fc792de49f3 /man/systemd-sysupdate.xml
parenta557e619933cd3e74ceddfa022e4320f43b7a72a (diff)
downloadsystemd-a4cc838e8cbd63a675a3683f5e9843002903e304.tar.gz
man: fix sysupdate typos
Diffstat (limited to 'man/systemd-sysupdate.xml')
-rw-r--r--man/systemd-sysupdate.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-sysupdate.xml b/man/systemd-sysupdate.xml
index 81f57e8b52..77c1635b9d 100644
--- a/man/systemd-sysupdate.xml
+++ b/man/systemd-sysupdate.xml
@@ -44,9 +44,9 @@
<para>This tool implements file, directory, or partition based update schemes, supporting multiple
parallel installed versions of specific resources in an A/B (or even: A/B/C, A/B/C/D/, …) style. A/B
updating means that when one version of a resource is currently being used, the next version can be
- downloaded, unpacked, and prepared in an entirely separate location, indepdently of the first, and — once
+ downloaded, unpacked, and prepared in an entirely separate location, independently of the first, and — once
complete — be activated, swapping the roles so that it becomes the used one and the previously used one
- becomes the the one that is replaced by the next update, and so on. The resources to update are defined
+ becomes the one that is replaced by the next update, and so on. The resources to update are defined
in transfer files, one for each resource to be updated. For example, resources that may be updated with
this tool could be: a root file system partition, a matching Verity partition plus one kernel image. The
combination of the three would be considered a complete OS update.</para>