diff --git a/man/hwdb.xml b/man/hwdb.xml
index 6dd72c67b4..fc8aa92ea6 100644
--- a/man/hwdb.xml
+++ b/man/hwdb.xml
@@ -29,7 +29,7 @@
The hwdb files are read from the files located in the
system hwdb directory /usr/lib/udev/hwdb.d and
the local administration directory /etc/udev/hwdb.d.
- All hwdb files are collectively sorted and processed in lexical order,
+ All hwdb files are collectively sorted and processed in lexicographic order,
regardless of the directories in which they live. However, files with
identical filenames replace each other. Files in /etc/
have the highest priority and take precedence over files with the same
diff --git a/man/kernel-install.xml b/man/kernel-install.xml
index 118b152ee4..0603292c3e 100644
--- a/man/kernel-install.xml
+++ b/man/kernel-install.xml
@@ -70,7 +70,7 @@
kernel-install will run the executable files ("plugins") located in the
directory /usr/lib/kernel/install.d/ and the local administration directory
- /etc/kernel/install.d/. All files are collectively sorted and executed in lexical
+ /etc/kernel/install.d/. All files are collectively sorted and executed in lexicographic
order, regardless of the directory in which they live. However, files with identical filenames replace
each other. Files in /etc/kernel/install.d/ take precedence over files with the
same name in /usr/lib/kernel/install.d/. This can be used to override a
@@ -82,7 +82,7 @@
An executable placed in these directories should return 0 on success. It may
also return 77 to cause the whole operation to terminate (executables later in
- lexical order will be skipped).
+ lexicographic order will be skipped).
diff --git a/man/systemd.dnssd.xml b/man/systemd.dnssd.xml
index a2641e8516..aacc00dd48 100644
--- a/man/systemd.dnssd.xml
+++ b/man/systemd.dnssd.xml
@@ -41,7 +41,7 @@
/usr/local/lib/systemd/dnssd, the volatile runtime network directory
/run/systemd/dnssd and the local administration network directory
/etc/systemd/dnssd. All configuration files are collectively sorted and processed in
- lexical order, regardless of the directories in which they live. However, files with identical filenames
+ lexicographic order, regardless of the directories in which they live. However, files with identical filenames
replace each other. Files in /etc/ have the highest priority, files in
/run/ take precedence over files with the same name in
/usr/lib/. This can be used to override a system-supplied configuration file with a
diff --git a/man/systemd.link.xml b/man/systemd.link.xml
index 8abab49f5b..e4a655adbc 100644
--- a/man/systemd.link.xml
+++ b/man/systemd.link.xml
@@ -72,9 +72,9 @@
The link file contains a [Match] section, which determines if a given link file may be applied to a
given device, as well as a [Link] section specifying how the device should be configured. The first (in
- lexical order) of the link files that matches a given device is applied. Note that a default file
+ lexicographic order) of the link files that matches a given device is applied. Note that a default file
99-default.link is shipped by the system. Any user-supplied
- .link should hence have a lexically earlier name to be considered at all.
+ .link should hence have a lexicographically earlier name to be considered at all.
See udevadm8 for
diagnosing problems with .link files.
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index f1becd4627..eefaa5572c 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -1530,7 +1530,7 @@ DuplicateAddressDetection=none
and the per-interface configuration with systemd-networkd once the interfaces
appear later. Currently this feature is only implemented for SELinux.
- The option expects a single NetLabel label. The label must conform to lexical restrictions of
+ The option expects a single NetLabel label. The label must conform to lexicographic restrictions of
LSM labels. When an interface is configured with IP addresses, the addresses and subnetwork masks
will be appended to the NetLabel
@@ -1589,7 +1589,7 @@ allow my_server_t localnet_peer_t:peer recv;
prefix or ifindex), NFT address family (one of
arp, bridge, inet, ip,
ip6, or netdev), table name and set name. The names of tables
- and sets must conform to lexical restrictions of NFT table names. The type of the element used in
+ and sets must conform to lexicographic restrictions of NFT table names. The type of the element used in
the NFT filter must match the type implied by the directive (address,
prefix or ifindex) and address type (IPv4 or IPv6) as shown
in the table below.
diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml
index 07c2f617ca..73b6734ddd 100644
--- a/man/systemd.resource-control.xml
+++ b/man/systemd.resource-control.xml
@@ -1039,7 +1039,7 @@ RestrictNetworkInterfaces=~eth1
user or group), NFT address family (one of
arp, bridge, inet, ip,
ip6, or netdev), table name and set name. The names of tables
- and sets must conform to lexical restrictions of NFT table names. The type of the element used in
+ and sets must conform to lexicographic restrictions of NFT table names. The type of the element used in
the NFT filter must match the type implied by the directive (cgroup,
user or group) as shown in the table below. When a control
group or a unit is realized, the corresponding ID will be appended to the NFT sets and it will be
diff --git a/man/udev.xml b/man/udev.xml
index cd3d42133a..9a76db1ecc 100644
--- a/man/udev.xml
+++ b/man/udev.xml
@@ -51,7 +51,7 @@
/usr/lib/udev/rules.d and /usr/local/lib/udev/rules.d, the
volatile runtime directory /run/udev/rules.d and the local administration
directory /etc/udev/rules.d. All rules files are collectively sorted and
- processed in lexical order, regardless of the directories in which they live. However, files with
+ processed in lexicographic order, regardless of the directories in which they live. However, files with
identical filenames replace each other. Files in /etc/ have the highest priority,
files in /run/ take precedence over files with the same name under
/usr/. This can be used to override a system-supplied rules file with a local