diff --git a/man/portablectl.xml b/man/portablectl.xml
index 962429683d6..d24c010e2ce 100644
--- a/man/portablectl.xml
+++ b/man/portablectl.xml
@@ -147,7 +147,7 @@
attach command above, and removes the unit file copies, drop-ins and image symlink
again. This command expects an image name or path as parameter. Note that if a path is specified only the last
component of it (i.e. the file or directory name itself, not the path to it) is used for finding matching unit
- files. This is a convencience feature to allow all arguments passed as attach also to
+ files. This is a convenience feature to allow all arguments passed as attach also to
detach.
If and/or are passed, the portable service(s) are
diff --git a/man/sd_bus_default.xml b/man/sd_bus_default.xml
index 8532c2bf466..06ce1386ac7 100644
--- a/man/sd_bus_default.xml
+++ b/man/sd_bus_default.xml
@@ -154,7 +154,7 @@
is equivalent to sd_bus_open(). This description string is used in log
messages about the bus object, and including a "name" for the bus makes them easier to
understand. Some messages are emitted during bus initialization, hence using this function is
- prefereable to setting the description later with
+ preferable to setting the description later with
sd_bus_open_with_description(). The argument is copied internally and will
not be referenced after the function returns.
diff --git a/man/sd_event_add_inotify.xml b/man/sd_event_add_inotify.xml
index 8860699db3d..826f4c4ada0 100644
--- a/man/sd_event_add_inotify.xml
+++ b/man/sd_event_add_inotify.xml
@@ -66,7 +66,7 @@
function to call when the inode changes. The handler function will be passed the userdata
pointer, which may be chosen freely by the caller. The handler also receives a pointer to a struct
inotify_event structure containing information about the inode event. The mask
- parameter specifie which types of inode events to watch specifically. It must contain an OR-ed combination of
+ parameter specifies which types of inode events to watch specifically. It must contain an OR-ed combination of
IN_ACCESS, IN_ATTRIB, IN_CLOSE_WRITE, … flags. See
inotify7 for
further information.
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index c0ca647b103..c0e9ec6fc10 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -2025,7 +2025,7 @@ RestrictNamespaces=~cgroup net
@process
- Process control, execution, namespaceing operations (clone2, kill2, namespaces7, …)
+ Process control, execution, namespacing operations (clone2, kill2, namespaces7, …)@raw-io
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index aec3a764a88..d8690f08dba 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -1160,7 +1160,7 @@
into words, and afterwards removed.
If the command is not a full (absolute) path, it will be resolved to a full path using a
- fixed search path determinted at compilation time. Searched directories include
+ fixed search path determined at compilation time. Searched directories include
/usr/local/bin/, /usr/bin/, /bin/
on systems using split /usr/bin/ and /bin/
directories, and their sbin/ counterparts on systems using split
diff --git a/man/udev.conf.xml b/man/udev.conf.xml
index 0b5669b4425..aa695b5e04b 100644
--- a/man/udev.conf.xml
+++ b/man/udev.conf.xml
@@ -88,7 +88,7 @@
resolve_names=
- Specifes when systemd-udevd should resolve names of users and groups. When set to
+ Specifies when systemd-udevd should resolve names of users and groups. When set to
(the default), names will be resolved when the rules are parsed.
When set to , names will be resolved for every event. When set to
, names will never be resolved and all devices will be owned by
diff --git a/src/basic/terminal-util.c b/src/basic/terminal-util.c
index 6cacde90bac..ac83688531f 100644
--- a/src/basic/terminal-util.c
+++ b/src/basic/terminal-util.c
@@ -1349,7 +1349,7 @@ int vt_release(int fd, bool restore) {
void get_log_colors(int priority, const char **on, const char **off, const char **highlight) {
/* Note that this will initialize output variables only when there's something to output.
- * The caller must pre-initalize to "" or NULL as appropriate. */
+ * The caller must pre-initialize to "" or NULL as appropriate. */
if (priority <= LOG_ERR) {
if (on)