]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 22 Feb 2023 05:46:19 +0000 (14:46 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 22 Feb 2023 05:46:19 +0000 (14:46 +0900)
man/bootctl.xml
man/org.freedesktop.systemd1.xml
man/sd_journal_get_seqnum.xml
man/systemctl.xml
test/units/testsuite-78.sh

index 4fec552ca89ac5a0481d7ae1c2423f5b65fc62a6..ad0d5872fadc9b3a53c46b2665dcd5df4c6f9f1f 100644 (file)
     <title>Exit status</title>
     <para>On success, 0 is returned, a non-zero failure code otherwise. <command>bootctl
     --print-root-device</command> returns exit status 80 in case the root file system is not backed by single
-    block device, and other non-zero exit statusses on other errors.</para>
+    block device, and other non-zero exit statuses on other errors.</para>
   </refsect1>
 
   <refsect1>
index 5bae473856363e11d1d10bd261dd5ad835f8a71e..3f19d2f56a7dcdeae0a348e348748e343b1c6cb0 100644 (file)
@@ -1294,10 +1294,11 @@ node /org/freedesktop/systemd1 {
 
       <para><function>QueueSignalUnit()</function> is similar to <function>KillUnit()</function> but may be
       used to enqueue a POSIX Realtime Signal (i.e. <constant>SIGRTMIN+…</constant> and
-      <constant>SIGRTMAX-…</constant>) to the selected process(es). Takes the same paramaters as
+      <constant>SIGRTMAX-…</constant>) to the selected process(es). Takes the same parameters as
       <function>KillUnit()</function> with one additional argument: an integer that is passed in the
-      <varname>sival_int</varname> value accompanying the queued signal. See <citerefentry project="man-pages"><refentrytitle>sigqueue</refentrytitle><manvolnum>3</manvolnum></citerefentry> for
-      details.</para>
+      <varname>sival_int</varname> value accompanying the queued signal. See
+      <citerefentry project="man-pages"><refentrytitle>sigqueue</refentrytitle><manvolnum>3</manvolnum></citerefentry>
+      for details.</para>
 
       <para><function>GetJob()</function> returns the job object path for a specific job, identified by its
       id.</para>
index 732f660763363db238eb329da5a862c7fa32cd19..1fc7e6030a682b8f3a9e3f86008937c4aa8445ec 100644 (file)
@@ -42,7 +42,7 @@
     store the sequence number in, and a buffer to return the 128bit sequence number ID in.</para>
 
     <para>When writing journal entries to disk each <command>systemd-journald</command> instance will number
-    them sequentially, starting from 1 for the first entry written after subsystem intialization. Each such
+    them sequentially, starting from 1 for the first entry written after subsystem initialization. Each such
     series of sequence numbers is associated with a 128bit sequence number ID which is initialized randomly,
     once at <command>systemd-journal</command> initialization. Thus, while multiple instances of
     <command>systemd-journald</command> will assign the same sequence numbers to their written journal
index 7ac3a4267d567baa509aa3343db7b53e192db24e..f32d2f23cf9c08c9c44f9e5f2d57c2b6959dd4ac 100644 (file)
@@ -2177,7 +2177,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err
         system call, rather than <citerefentry
         project='man-pages'><refentrytitle>kill</refentrytitle><manvolnum>3</manvolnum></citerefentry>. The
         specified value must be a 32bit signed integer, and may be specified either in decimal, in
-        hexademical (if prefixed with <literal>0x</literal>), octal (if prefixed with <literal>0o</literal>)
+        hexadecimal (if prefixed with <literal>0x</literal>), octal (if prefixed with <literal>0o</literal>)
         or binary (if prefixed with <literal>0b</literal>)</para>
 
         <para>If this option is used the signal will only be enqueued on the control or main process of the
index 16801665535ccab81bf16982e43ed42e305e4fb7..0c50847549825074313eb6ed2e004ddc3595bf73 100755 (executable)
@@ -23,7 +23,7 @@ systemctl kill --kill-whom=main --kill-value=32 --signal=SIGRTMIN+7 "$UNIT"
 systemctl kill --kill-whom=main --kill-value=16 --signal=SIGRTMIN+7 "$UNIT"
 
 # We simply check that six signals are queued now. There's no easy way to check
-# from shell wich ones those are, hence we don't check that.
+# from shell which ones those are, hence we don't check that.
 P=$(systemctl show -P MainPID "$UNIT")
 
 test "$(grep SigQ: /proc/"$P"/status | cut -d: -f2 | cut -d/ -f1)" -eq 6