summaryrefslogtreecommitdiff
path: root/docs/USER_RECORD.md
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-06-30 21:26:47 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-06-30 23:33:00 +0900
commit387f695526c5b6028230da2e9039bca59388fd62 (patch)
tree65945517b2f0b85f63e3407e4f8d1f93f4dbcf4a /docs/USER_RECORD.md
parent3d62af7d235552af5ea9ec0a812cc522f6516574 (diff)
downloadsystemd-387f695526c5b6028230da2e9039bca59388fd62.tar.gz
tree-wide: "a" -> "an"
Diffstat (limited to 'docs/USER_RECORD.md')
-rw-r--r--docs/USER_RECORD.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/USER_RECORD.md b/docs/USER_RECORD.md
index 11ab31b933..73dfc5bec4 100644
--- a/docs/USER_RECORD.md
+++ b/docs/USER_RECORD.md
@@ -685,11 +685,11 @@ in full).
The following fields are defined in this section:
-`matchMachineId` → An array of strings with each a formatted 128bit ID in
+`matchMachineId` → An array of strings that are formatted 128bit IDs in
hex. If any of the specified IDs match the system's local machine ID
(i.e. matches `/etc/machine-id`) the fields in this object are honored.
-`matchHostname` → An array of string with a each a valid hostname. If any of
+`matchHostname` → An array of strings that are valid hostnames. If any of
the specified hostnames match the system's local hostname, the fields in this
object are honored. If both `matchHostname` and `matchMachineId` are used
within the same array entry, the object is honored when either match succeeds,