mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
tree-wide: fix typo
This commit is contained in:
@@ -480,7 +480,7 @@
|
||||
<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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user