]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
doc: correct wrong use "'s" contractions 26706/head
authorJan Engelhardt <jengelh@inai.de>
Tue, 7 Mar 2023 11:51:31 +0000 (12:51 +0100)
committerJan Engelhardt <jengelh@inai.de>
Tue, 7 Mar 2023 12:39:31 +0000 (13:39 +0100)
.github/ISSUE_TEMPLATE/bug_report.yml
docs/NETWORK_ONLINE.md
man/systemd-dissect.xml
src/basic/chase-symlinks.c
src/core/job.c
src/core/unit.c
src/home/homed-manager.c
src/shared/bus-unit-util.c
units/systemd-time-wait-sync.service.in

index 3a3dbb70e8898b3adb51241292769f38e214c955..898fa33ec4ead9ae86b8a1bfdd3d742983fcc64f 100644 (file)
@@ -26,7 +26,7 @@ body:
     id: distro
     attributes:
       label: Used distribution
-      description: Used distribution and it's version
+      description: Used distribution and its version
       placeholder: Fedora 36
     validations:
       required: false
index a8d929e4ab4900c26bd0b349f2eed0ab5d14d596..e97d8f4f3090c3a76c341e5619fa5160a2016d10 100644 (file)
@@ -152,7 +152,7 @@ For details, see the next question.
 
 ## What does "up" actually mean?
 
-The services that are ordered before `network-online.target` define it's
+The services that are ordered before `network-online.target` define its
 meaning. *Usually* means that all configured network devices are up and have an
 IP address assigned, but details may vary. In particular, configuration may
 affect which interfaces are taken into account.
index 6549aa92c856c25853a5118d2c3dff9e41f60f67..8dd1305761bc3f75d229ff5dd33f1f8445a9abca 100644 (file)
         a directory where an OS image was mounted.</para>
 
         <para>All mounted partitions will be recursively unmounted, and the underlying loop device will be
-        removed, along with all it's partition sub-devices.</para></listitem>
+        removed, along with all its partition sub-devices.</para></listitem>
       </varlistentry>
 
       <varlistentry>
index 8a769e08e815f8c98608f20a6b97f49b6d9d7edb..f134d36925392e3c36e5efb73d283045185b854d 100644 (file)
@@ -135,7 +135,7 @@ int chase_symlinks_at(
          * Algorithmically this operates on two path buffers: "done" are the components of the path we
          * already processed and resolved symlinks, "." and ".." of. "todo" are the components of the path we
          * still need to process. On each iteration, we move one component from "todo" to "done", processing
-         * it's special meaning each time. We always keep an O_PATH fd to the component we are currently
+         * its special meaning each time. We always keep an O_PATH fd to the component we are currently
          * processing, thus keeping lookup races to a minimum.
          *
          * Suggested usage: whenever you want to canonicalize a path, use this function. Pass the absolute
index 032554a0ac50f87024954ef70d02743cf6303f1e..334fbf770e49d4df0aa77e0c3a92e3336cfb33ff 100644 (file)
@@ -1001,7 +1001,7 @@ int job_finish_and_invalidate(Job *j, JobResult result, bool recursive, bool alr
         }
 
         /* A special check to make sure we take down anything RequisiteOf= if we aren't active. This is when
-         * the verify-active job merges with a satisfying job type, and then loses it's invalidation effect,
+         * the verify-active job merges with a satisfying job type, and then loses its invalidation effect,
          * as the result there is JOB_DONE for the start job we merged into, while we should be failing the
          * depending job if the said unit isn't in fact active. Oneshots are an example of this, where going
          * directly from activating to inactive is success.
index a67dceb31fa95e79bbc06ca9b01da650cbbb7c51..f5544cbd924dce216c40e4cae1d5a810ee4c5da5 100644 (file)
@@ -905,7 +905,7 @@ static int unit_reserve_dependencies(Unit *u, Unit *other) {
         /* Let's reserve some space in the dependency hashmaps so that later on merging the units cannot
          * fail.
          *
-         * First make some room in the per dependency type hashmaps. Using the summed size of both unit's
+         * First make some room in the per dependency type hashmaps. Using the summed size of both units'
          * hashmaps is an estimate that is likely too high since they probably use some of the same
          * types. But it's never too low, and that's all we need. */
 
index 76b038caddb2aa98427fafd7fa1e4c9e7ce304d8..84b5618671ca5ec3fce32f40fda845e32c6ed50a 100644 (file)
@@ -1626,7 +1626,7 @@ void manager_revalidate_image(Manager *m, Home *h) {
         assert(h);
 
         /* Frees an automatically discovered image, if it's synthetic and its image disappeared. Unmounts any
-         * image if it's mounted but it's image vanished. */
+         * image if it's mounted but its image vanished. */
 
         if (h->current_operation || !ordered_set_isempty(h->pending_operations))
                 return;
index badd61656c6adcdc23a8fc9c4555f0d4235c1511..6966cfd8389372abde0011a6f57c1e3c417abc42 100644 (file)
@@ -2757,7 +2757,7 @@ int unit_load_state(sd_bus *bus, const char *name, char **load_state) {
         if (!path)
                 return log_oom();
 
-        /* This function warns on it's own, because otherwise it'd be awkward to pass
+        /* This function warns on its own, because otherwise it'd be awkward to pass
          * the dbus error message around. */
 
         r = sd_bus_get_property_string(
index 8ef3db0d5df9ecf7d74d4673efc39827449a57da..d14491a01e58b74e7308ce9fb10eb87bcb3c7c8e 100644 (file)
@@ -11,7 +11,7 @@
 Description=Wait Until Kernel Time Synchronized
 Documentation=man:systemd-time-wait-sync.service(8)
 
-# Note that this tool doesn't need CAP_SYS_TIME itself, but it's primary
+# Note that this tool doesn't need CAP_SYS_TIME itself, but its primary
 # usecase is to run in conjunction with a local NTP service such as
 # systemd-timesyncd.service, which is conditioned this way. There might be
 # niche usecases where running this service independently is desired, but let's