]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: "a" -> "an" 20074/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 30 Jun 2021 12:26:47 +0000 (21:26 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 30 Jun 2021 14:33:00 +0000 (23:33 +0900)
30 files changed:
NEWS
docs/USERDB_AND_DESKTOPS.md
docs/USER_RECORD.md
man/busctl.xml
man/sd_bus_set_fd.xml
man/sd_event_source_set_ratelimit.xml
man/systemd.link.xml
man/systemd.netdev.xml
man/systemd.network.xml
shell-completion/zsh/_systemd-nspawn
src/basic/conf-files.c
src/basic/hashmap.c
src/basic/hashmap.h
src/core/execute.c
src/core/load-fragment.c
src/gpt-auto-generator/gpt-auto-generator.c
src/libudev/libudev-enumerate.c
src/login/logind.h
src/network/networkd-ipv6-proxy-ndp.c
src/nspawn/nspawn.c
src/resolve/resolved-dns-server.c
src/shared/bus-map-properties.h
src/shared/firewall-util-nft.c
src/shared/format-table.c
src/shared/json.c
src/shared/user-record.c
src/shutdown/shutdown.c
src/sysusers/sysusers.c
src/tty-ask-password-agent/tty-ask-password-agent.c
src/udev/ata_id/ata_id.c

diff --git a/NEWS b/NEWS
index 6db192a06d8750257e7471d781a18a3981b9ee47..814e3e47e9021474a29f60b5e201121a03d74301 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -282,9 +282,9 @@ CHANGES WITH 249 in spe:
         * A new ConditionOSRelease= setting has been added to unit files to
           check os-release(5) fields. The "=", "!=", "<", "<=", ">=", ">"
           operators may be used to check if some field has some specific value
-          or do a aphanumerical comparison. Equality comparisons are useful for
-          fields like ID, but relative comparisons for fields like VERSION_ID
-          or IMAGE_VERSION.
+          or do an alphanumerical comparison. Equality comparisons are useful
+          for fields like ID, but relative comparisons for fields like
+          VERSION_ID or IMAGE_VERSION.
 
         * hostnamed gained a new Describe() D-Bus method that returns a JSON
           serialization of the host data it exposes. This is exposed via
@@ -1332,7 +1332,7 @@ CHANGES WITH 247:
           all system calls known at the time systemd was built.
 
         * Behaviour of system call filter allow lists has changed slightly:
-          system calls that are contained in @known will result in EPERM by
+          system calls that are contained in @known will result in EPERM by
           default, while those not contained in it result in ENOSYS. This
           should improve compatibility because known system calls will thus be
           communicated as prohibited, while unknown (and thus newer ones) will
@@ -5803,7 +5803,7 @@ CHANGES WITH 233:
         * sd-id128 gained a new API for generating unique IDs for the host in a
           way that does not leak the machine ID. Specifically,
           sd_id128_get_machine_app_specific() derives an ID based on the
-          machine ID a in well-defined, non-reversible, stable way. This is
+          machine ID in a well-defined, non-reversible, stable way. This is
           useful whenever an identifier for the host is needed but where the
           identifier shall not be useful to identify the system beyond the
           scope of the application itself. (Internally this uses HMAC-SHA256 as
@@ -8053,7 +8053,7 @@ CHANGES WITH 220:
 
         * udev will no longer create device symlinks for all block devices by
           default. A deny list for excluding special block devices from this
-          logic has been turned into a allow list that requires picking block
+          logic has been turned into an allow list that requires picking block
           devices explicitly that require device symlinks.
 
         * A new (currently still internal) API sd-device.h has been
index a19f746a26f50a03c72574d0da9984ba4b825571..babaaaf3c7e7e5a7f225b6af555dac3fc573c30a 100644 (file)
@@ -56,7 +56,7 @@ and only switches back to the shell's UI after the user re-authenticated there.
 Note that this change in behavior is a good idea in any case, and does not
 create any dependencies on `systemd-homed` or systemd-specific APIs. It's
 simply a change of behavior regarding use of existing APIs, not a suggested
-hook-up to a any new API.
+hook-up to any new APIs.
 
 A display manager which supports this kind of out-of-context screen lock
 operation needs to inform systemd-homed about this so that systemd-homed knows
index 11ab31b93319ea738b00f9d820ecbd58300cdcfe..73dfc5bec41d5899627d0a6e71c8ea0d9881210e 100644 (file)
@@ -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,
index 912f30264144ef9b3983de40ba7d1b2e340f61e4..cc5a6508ef6d15be76929602ba1d257422511d51 100644 (file)
       <varlistentry>
         <term><command>emit</command> <arg choice="plain"><replaceable>OBJECT</replaceable></arg> <arg choice="plain"><replaceable>INTERFACE</replaceable></arg> <arg choice="plain"><replaceable>SIGNAL</replaceable></arg> <arg choice="opt"><replaceable>SIGNATURE</replaceable> <arg choice="opt" rep="repeat"><replaceable>ARGUMENT</replaceable></arg></arg></term>
 
-        <listitem><para>Emit a signal. Takes a object path, interface name and method name. If parameters
+        <listitem><para>Emit a signal. Takes an object path, interface name and method name. If parameters
         shall be passed, a signature string is required, followed by the arguments, individually formatted as
         strings. For details on the formatting used, see below. To specify the destination of the signal,
         use the <option>--destination=</option> option.</para></listitem>
index 14c87a2ae10371fac1845b0891576169f566748e..a79458a534026ff75f11b61af05b0d9dd3a1990b 100644 (file)
@@ -45,7 +45,7 @@
     <para><function>sd_bus_set_fd()</function> sets the file descriptors used to communicate by a bus
     connection object. Both <parameter>input_fd</parameter> and <parameter>output_fd</parameter> must be
     valid file descriptors, referring to stream-based file objects (e.g. a stream socket, a pair of pipes or
-    FIFOs, or even a TTY device). <parameter>input_fd</parameter> must be readable, and
+    FIFOs, or even a TTY device). <parameter>input_fd</parameter> must be readable, and
     <parameter>output_fd</parameter> must be writable. The same file descriptor may be used (and typically is
     used) as both the input and the output file descriptor. This function must be called before the bus
     connection is started via
index 754bfbe3b2116bd3c3876d8314284ddc0205cba5..ac8529074afa6f9e126ac7ae3c69a00f0d0e723b 100644 (file)
         <varlistentry>
           <term><constant>-ENOEXEC</constant></term>
 
-          <listitem><para><function>sd_event_source_get_ratelimit()</function> was called on a event source
+          <listitem><para><function>sd_event_source_get_ratelimit()</function> was called on an event source
           that doesn't have rate limiting configured.</para></listitem>
         </varlistentry>
 
index 3323b028de5c14e6cda2f2c2542803b2a884320c..1093e2e0b84f7c058261e904668fb60e42717a2e 100644 (file)
       <varlistentry id='property'>
         <term><varname>Property=</varname></term>
         <listitem>
-          <para>A whitespace-separated list of udev property name with its value after a equal
+          <para>A whitespace-separated list of udev property names with their values after equals sign
           (<literal>=</literal>). If multiple properties are specified, the test results are ANDed.
           If the list is prefixed with a "!", the test is inverted. If a value contains white
           spaces, then please quote whole key and value pair. If a value contains quotation, then
index 11442f2b828b72f994d4af0f44fc727d25545c55..1d1d71786fa78c1427a34c865f6157e50f1dcb32 100644 (file)
       <varlistentry>
         <term><varname>KeyFile=</varname></term>
         <listitem>
-          <para>Takes a absolute path to a file which contains a 128-bit key encoded in a hexadecimal string,
+          <para>Takes an absolute path to a file which contains a 128-bit key encoded in a hexadecimal string,
           which will be used in the transmission channel. When this option is specified,
           <varname>Key=</varname> is ignored. Note that the file must be readable by the user
           <literal>systemd-network</literal>, so it should be, e.g., owned by
index c2364cc345c49b0e094b41db5c09e148e9d1b2f4..77d7ce5c18b15d8aec92c374dcb03f2f5813a646 100644 (file)
@@ -944,7 +944,7 @@ IPv6Token=prefixstable:2002:da8:1::</programlisting></para>
           <term><varname>VXLAN=</varname></term>
           <term><varname>Xfrm=</varname></term>
           <listitem>
-            <para>The name of a IPVLAN, IPVTAP, L2TP, MACsec, MACVLAN, MACVTAP, tunnel, VLAN, VXLAN, or
+            <para>The name of an IPVLAN, IPVTAP, L2TP, MACsec, MACVLAN, MACVTAP, tunnel, VLAN, VXLAN, or
             Xfrm to be created on the link. See
             <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
             This option may be specified more than once.</para>
@@ -3495,7 +3495,7 @@ IPv6Token=prefixstable:2002:da8:1::</programlisting></para>
       <varlistentry>
         <term><varname>VirtualQueues=</varname></term>
         <listitem>
-          <para>Specifies the number of virtual queues. Takes a integer in the range 1…16. Defaults to unset
+          <para>Specifies the number of virtual queues. Takes an integer in the range 1…16. Defaults to unset
           and kernel's default is used.</para>
         </listitem>
       </varlistentry>
index 11c86df06c0294523ae7143a298f1c63abd39c78..384e3f2c3085f6ad0b12654872d8625b53dc0315 100644 (file)
@@ -28,7 +28,7 @@ _arguments \
     '--private-network[Disconnect networking of the container from the host.]' \
     '--network-interface=[Assign the specified network interface to the container.]: : _net_interfaces' \
     '--network-macvlan=[Create a "macvlan" interface of the specified Ethernet network interface and add it to the container.]: : _net_interfaces' \
-    '--network-ipvlan=[Create a ipvlan network interface based on an existing network interface to the container.]: : _net_interfaces' \
+    '--network-ipvlan=[Create an "ipvlan" network interface based on an existing network interface to the container.]: : _net_interfaces' \
     {--network-veth,-n}'[Create a virtual Ethernet link (veth) between host and container.]' \
     '--network-bridge=[Adds the host side of the Ethernet link created with --network-veth to the specified bridge.]: : _net_interfaces' \
     {--port=,-p+}'[Expose a container IP port on the host.]: : _message port' \
index f8c997673a6b98b3dd44502464dd934da2575edc..edd73b04775a5a05330e475d7888ea39723b3ea3 100644 (file)
@@ -92,7 +92,7 @@ static int files_add(
                 if (flags & (CONF_FILES_REGULAR|CONF_FILES_DIRECTORY))
                         if (!((flags & CONF_FILES_DIRECTORY) && S_ISDIR(st.st_mode)) &&
                             !((flags & CONF_FILES_REGULAR) && S_ISREG(st.st_mode))) {
-                                log_debug("Ignoring '%s/%s', as it is not a of the right type.", dirpath, de->d_name);
+                                log_debug("Ignoring '%s/%s', as it does not have the right type.", dirpath, de->d_name);
                                 continue;
                         }
 
index 34fed69d997e65b8f2d6e6c445d09505f45d4205..9ed69bd3d271ebc7eb09afdd25432d4886c6e20b 100644 (file)
@@ -112,7 +112,7 @@ assert_cc(IDX_FIRST == _IDX_SWAP_END);
 assert_cc(IDX_FIRST == _IDX_ITERATOR_FIRST);
 
 /* Storage space for the "swap" buckets.
- * All entry types can fit into a ordered_hashmap_entry. */
+ * All entry types can fit into an ordered_hashmap_entry. */
 struct swap_entries {
         struct ordered_hashmap_entry e[_IDX_SWAP_END - _IDX_SWAP_BEGIN];
 };
index f7ade2e774f377a7b521170aa48e05c15b32a233..eafc08f658624d7ea1a2a548b00284987e5b81b6 100644 (file)
@@ -224,7 +224,7 @@ static inline int ordered_hashmap_remove_and_replace(OrderedHashmap *h, const vo
         return hashmap_remove_and_replace(PLAIN_HASHMAP(h), old_key, new_key, value);
 }
 
-/* Since merging data from a OrderedHashmap into a Hashmap or vice-versa
+/* Since merging data from an OrderedHashmap into a Hashmap or vice-versa
  * should just work, allow this by having looser type-checking here. */
 int _hashmap_merge(Hashmap *h, Hashmap *other);
 #define hashmap_merge(h, other) _hashmap_merge(PLAIN_HASHMAP(h), PLAIN_HASHMAP(other))
index a83b1b5694875b78721b6f913f3804ed9f5d0e80..af24f9f71358db2afa52e4c8620fdd3d358c766e 100644 (file)
@@ -6251,7 +6251,7 @@ int exec_runtime_acquire(Manager *m, const ExecContext *c, const char *id, bool
 
         rt = hashmap_get(m->exec_runtime_by_id, id);
         if (rt)
-                /* We already have a ExecRuntime object, let's increase the ref count and reuse it */
+                /* We already have an ExecRuntime object, let's increase the ref count and reuse it */
                 goto ref;
 
         if (!create) {
index b0f2469540991108751bf4a45e56db5f981c028a..7dbc58f950daee8e9c78d2e11e5d594ab5c725f9 100644 (file)
@@ -3195,7 +3195,7 @@ int config_parse_syscall_filter(
                         /* Allow nothing but the ones listed */
                         c->syscall_allow_list = true;
 
-                        /* Accept default syscalls if we are on a allow_list */
+                        /* Accept default syscalls if we are on an allow_list */
                         r = seccomp_parse_syscall_filter(
                                         "@default", -1, c->syscall_filter,
                                         SECCOMP_PARSE_PERMISSIVE|SECCOMP_PARSE_ALLOW_LIST,
index 705e138b8d25eb66ea347e4e3172dc2e7619923c..10aa2d98a1e8394e8f702d189d6be8dc969564ef 100644 (file)
@@ -633,7 +633,7 @@ static int add_root_mount(void) {
         int r;
 
         if (!is_efi_boot()) {
-                log_debug("Not a EFI boot, not creating root mount.");
+                log_debug("Not an EFI boot, not creating root mount.");
                 return 0;
         }
 
index 33bd360188f7d0b14a35aa6f91da5b75d38065f4..2dc695bd03f9813c0b4b3d7e61525cc04b20fd05 100644 (file)
@@ -93,7 +93,7 @@ static struct udev_enumerate *udev_enumerate_free(struct udev_enumerate *udev_en
  * udev_enumerate_ref:
  * @udev_enumerate: context
  *
- * Take a reference of a enumeration context.
+ * Take a reference of an enumeration context.
  *
  * Returns: the passed enumeration context
  **/
index 49d1f5f957cf476fde4c74f1c2ee4ef02f6b9487..761763a47629d39853bec81cdba5cd8e2d3fde80 100644 (file)
@@ -72,7 +72,7 @@ struct Manager {
          * this is != 0 and encodes what is being done */
         InhibitWhat action_what;
 
-        /* If a shutdown/suspend was delayed due to a inhibitor this
+        /* If a shutdown/suspend was delayed due to an inhibitor this
            contains the unit name we are supposed to start after the
            delay is over */
         const char *action_unit;
index f82aa7ea4cc14ad7b5db2e0d39ada18a20de51a5..a332eaefac07fb78b2786876129eb84efe4d61d4 100644 (file)
@@ -47,7 +47,7 @@ static int ipv6_proxy_ndp_address_configure_handler(sd_netlink *rtnl, sd_netlink
         return 1;
 }
 
-/* send a request to the kernel to add a IPv6 Proxy entry to the neighbour table */
+/* send a request to the kernel to add an IPv6 Proxy entry to the neighbour table */
 static int ipv6_proxy_ndp_address_configure(
                 const struct in6_addr *address,
                 Link *link,
index c0a1da3851f22448705c70005d0872f96e6cc69a..04685fecbaf35d0e81fdb7cb412cf59c0bd9d3b5 100644 (file)
@@ -368,7 +368,7 @@ static int help(void) {
                "                            Create a macvlan network interface based on an\n"
                "                            existing network interface to the container\n"
                "     --network-ipvlan=INTERFACE\n"
-               "                            Create a ipvlan network interface based on an\n"
+               "                            Create an ipvlan network interface based on an\n"
                "                            existing network interface to the container\n"
                "  -n --network-veth         Add a virtual Ethernet connection between host\n"
                "                            and container\n"
index 3ba771726cb54f4e47ee69e222b5c9c3ac741abc..e7a4bce71a4a196f960a775e0bdac983ed9ae5eb 100644 (file)
@@ -533,7 +533,7 @@ DnsServerFeatureLevel dns_server_possible_feature_level(DnsServer *s) {
                            DNS_SERVER_FEATURE_LEVEL_IS_DNSSEC(s->possible_feature_level) &&
                            dns_server_get_dnssec_mode(s) != DNSSEC_YES) {
 
-                        /* RRSIG data was missing on a EDNS0 packet with DO bit set. This means the server
+                        /* RRSIG data was missing on an EDNS0 packet with DO bit set. This means the server
                          * doesn't augment responses with DNSSEC RRs. If so, let's better not ask the server
                          * for it anymore, after all some servers generate different replies depending if an
                          * OPT RR is in the query or not. If we are in strict DNSSEC mode, don't allow such
index 2a766e3cc0280d1eb870d7353f794a525843ffda..e9f4a92ff23627fa3e9bfbaf74f71bbe771b20e2 100644 (file)
@@ -14,7 +14,7 @@ struct bus_properties_map {
 
 enum {
         BUS_MAP_STRDUP          = 1 << 0, /* If set, each "s" message is duplicated. Thus, each pointer needs to be freed. */
-        BUS_MAP_BOOLEAN_AS_BOOL = 1 << 1, /* If set, each "b" message is written to a bool pointer. If not set, "b" is written to a int pointer. */
+        BUS_MAP_BOOLEAN_AS_BOOL = 1 << 1, /* If set, each "b" message is written to a bool pointer. If not set, "b" is written to an int pointer. */
 };
 
 int bus_map_id128(sd_bus *bus, const char *member, sd_bus_message *m, sd_bus_error *error, void *userdata);
index ecabc5fc4042b8a8e2084bd4ca1778f40ef623d3..e68978d777f1c9319644e0371b3e10a0f55579d2 100644 (file)
@@ -561,7 +561,7 @@ static int nft_add_element(sd_netlink *nfnl, sd_netlink_message **ret,
         /*
          * Ideally there would be an API that provides:
          *
-         * 1) a init function to add the main ruleset skeleton
+         * 1) an init function to add the main ruleset skeleton
          * 2) a function that populates the sets with all known address/port pairs to s/dnat for
          * 3) a function that can remove address/port pairs again.
          *
index 85d38ae8f819d8746fb2649af16c842ea92956ee..c4c34395417b9d8dd9410790b50f8273f3b6a86e 100644 (file)
@@ -2694,7 +2694,7 @@ int table_print_with_pager(
 
         assert(t);
 
-        /* A all-in-one solution for showing tables, and turning on a pager first. Also optionally suppresses
+        /* An all-in-one solution for showing tables, and turning on a pager first. Also optionally suppresses
          * the table header and logs about any error. */
 
         if (json_format_flags & (JSON_FORMAT_OFF|JSON_FORMAT_PRETTY|JSON_FORMAT_PRETTY_AUTO))
index ea4b46ff26162c519ceadba178a908330e918726..c52460a3ecea9c7c143524ef773f22be53b5e755 100644 (file)
@@ -4242,7 +4242,7 @@ int json_dispatch_uid_gid(const char *name, JsonVariant *variant, JsonDispatchFl
         }
 
         if (!json_variant_is_unsigned(variant))
-                return json_log(variant, flags, SYNTHETIC_ERRNO(EINVAL), "JSON field '%s' is not a integer.", strna(name));
+                return json_log(variant, flags, SYNTHETIC_ERRNO(EINVAL), "JSON field '%s' is not an integer.", strna(name));
 
         k = json_variant_unsigned(variant);
         if (k > UINT32_MAX || !uid_is_valid(k))
index de949c57e36ecc9bae899ec75a278f825c258035..17460ceaf6746a034229bd0956300633652e0bcb 100644 (file)
@@ -708,7 +708,7 @@ static int json_dispatch_tasks_or_memory_max(const char *name, JsonVariant *vari
         }
 
         if (!json_variant_is_unsigned(variant))
-                return json_log(variant, flags, SYNTHETIC_ERRNO(EINVAL), "JSON field '%s' is not a integer.", strna(name));
+                return json_log(variant, flags, SYNTHETIC_ERRNO(EINVAL), "JSON field '%s' is not an integer.", strna(name));
 
         k = json_variant_unsigned(variant);
         if (k <= 0 || k >= UINT64_MAX)
@@ -728,7 +728,7 @@ static int json_dispatch_weight(const char *name, JsonVariant *variant, JsonDisp
         }
 
         if (!json_variant_is_unsigned(variant))
-                return json_log(variant, flags, SYNTHETIC_ERRNO(EINVAL), "JSON field '%s' is not a integer.", strna(name));
+                return json_log(variant, flags, SYNTHETIC_ERRNO(EINVAL), "JSON field '%s' is not an integer.", strna(name));
 
         k = json_variant_unsigned(variant);
         if (k <= CGROUP_WEIGHT_MIN || k >= CGROUP_WEIGHT_MAX)
index 29b24906a6fb52452255b78dcd33c771f929fa00..a98cfc4d8ae22c73de34e20f3cf2426711ae9425 100644 (file)
@@ -489,7 +489,7 @@ int main(int argc, char *argv[]) {
                 if (!changed && umount_log_level == LOG_INFO && !can_initrd) {
                         /* There are things we cannot get rid of. Loop one more time
                          * with LOG_ERR to inform the user. Note that we don't need
-                         * to do this if there is a initrd to switch to, because that
+                         * to do this if there is an initrd to switch to, because that
                          * one is likely to get rid of the remaining mounts. If not,
                          * it will log about them. */
                         umount_log_level = LOG_ERR;
index 6472d73cfeeba6e7cf5bc96ef3be99634d44c3ac..a18634d2549d60e457de1ceed0b648389ab3947b 100644 (file)
@@ -1588,7 +1588,7 @@ static int parse_line(const char *fname, unsigned line, const char *buffer) {
 
                 if (!resolved_id)
                         return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
-                                               "[%s:%u] Lines of type 'r' require a ID range in the third field.",
+                                               "[%s:%u] Lines of type 'r' require an ID range in the third field.",
                                                fname, line);
 
                 if (description || home || shell)
index 08e191faf02bcdae48c8720170aa17487875206d..59b144972b82c0a0d757536901c31d7eee7c55ee 100644 (file)
@@ -531,7 +531,7 @@ static int parse_argv(int argc, char *argv[]) {
 
 /*
  * To be able to ask on all terminal devices of /dev/console the devices are collected. If more than one
- * device is found, then on each of the terminals a inquiring task is forked.  Every task has its own session
+ * device is found, then on each of the terminals an inquiring task is forked.  Every task has its own session
  * and its own controlling terminal.  If one of the tasks does handle a password, the remaining tasks will be
  * terminated.
  */
index 0284630fa0b2d320ab682ea46c3b0c5b5b69f424..1fc27f4b642794ee78e911ade716ea9692520a07 100644 (file)
@@ -297,7 +297,7 @@ static void disk_identify_fixup_uint16 (uint8_t identify[512], unsigned offset_w
  * disk_identify:
  * @fd: File descriptor for the block device.
  * @out_identify: Return location for IDENTIFY data.
- * @out_is_packet_device: Return location for whether returned data is from a IDENTIFY PACKET DEVICE.
+ * @out_is_packet_device: Return location for whether returned data is from an IDENTIFY PACKET DEVICE.
  *
  * Sends the IDENTIFY DEVICE or IDENTIFY PACKET DEVICE command to the
  * device represented by @fd. If successful, then the result will be