From: Matthias Lisin <6209465+ml-@users.noreply.github.com>
Date: Thu, 21 Mar 2024 01:49:38 +0000 (+0100)
Subject: man: fix minor issues
X-Git-Tag: v256-rc1~460^2
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=245bd4af99094e5727727fb0459ed6cb7b78b56a;p=thirdparty%2Fsystemd.git
man: fix minor issues
---
diff --git a/man/crypttab.xml b/man/crypttab.xml
index 1d92745eb42..955111fe940 100644
--- a/man/crypttab.xml
+++ b/man/crypttab.xml
@@ -130,7 +130,7 @@
For the latter five mechanisms the source for the key material used for unlocking the volume is
primarily configured in the third field of each /etc/crypttab line, but may also
- configured in /etc/cryptsetup-keys.d/ and
+ be configured in /etc/cryptsetup-keys.d/ and
/run/cryptsetup-keys.d/ (see above) or in the LUKS2 JSON token header (in case of
the latter three). Use the
systemd-cryptenroll1
@@ -956,7 +956,7 @@
is acquired by connecting to the socket and reading the key from the connection. The connection is made
from an AF_UNIX socket name in the abstract namespace, see unix7 for
- details. The source socket name is chosen according the following format:
+ details. The source socket name is chosen according to the following format:
NUL RANDOM /cryptsetup/ VOLUME
diff --git a/man/repart.d.xml b/man/repart.d.xml
index 50a2de7c33d..fb32e2dc469 100644
--- a/man/repart.d.xml
+++ b/man/repart.d.xml
@@ -383,7 +383,7 @@
The file specified here must have a size that is a multiple of the basic block size 512 and not
be empty. If this option is used, the size allocation algorithm is slightly altered: the partition is
- created as least as big as required to fit the data in, i.e. the data size is an additional minimum
+ created at least as big as required to fit the data in, i.e. the data size is an additional minimum
size value taken into consideration for the allocation algorithm, similar to and in addition to the
SizeMin= value configured above.
@@ -407,7 +407,7 @@
squashfs or the special value swap. If specified and the partition
is newly created it is formatted with the specified file system (or as swap device). The file system
UUID and label are automatically derived from the partition UUID and label. If this option is used,
- the size allocation algorithm is slightly altered: the partition is created as least as big as
+ the size allocation algorithm is slightly altered: the partition is created at least as big as
required for the minimal file system of the specified type (or 4KiB if the minimal size is not
known).