1
0
mirror of https://github.com/systemd/systemd synced 2025-10-09 21:54:44 +02:00

Compare commits

...

4 Commits

Author SHA1 Message Date
Yu Watanabe
f89a52e360 analyze: fix typo
Follow-up for 9a08000d186396bc8bcb8fe057720417543c3bf0.
2025-07-06 01:42:27 +09:00
Yu Watanabe
7db319b13a man/analyze: fix typo
Follow-up for a839c4b7b7b5ddfd2187d1c3975ed6a203d37f90.
2025-07-06 01:41:47 +09:00
Yu Watanabe
0ddf8d9c1d TODO: fix typo 2025-07-06 01:41:14 +09:00
Yu Watanabe
4adf1b1d62 core/socket: fix typo
Follow-up for 1b4ab5a209c4874e01cf9577c740b82567458b09.
2025-07-06 01:38:14 +09:00
4 changed files with 4 additions and 4 deletions

2
TODO
View File

@ -120,7 +120,7 @@ Deprecations and removals:
* Once
https://github.com/util-linux/util-linux/commit/508fb0e7ac103b68531a59db2a4473897853ab52
has hit the prominent distributions, revert --issue-file= hack in units/*getty*sevice.in
has hit the prominent distributions, revert --issue-file= hack in units/*getty*service.in
Features:

View File

@ -1163,7 +1163,7 @@ LEGEND: M → sys_vendor (LENOVO) ┄ F → product_family (ThinkPad X1 Carbon G
<varname>LogRateLimitIntervalUSec</varname>.
</para>
<para>This verb is intended primarily for programatic generation of shell completions.</para>
<para>This verb is intended primarily for programmatic generation of shell completions.</para>
<xi:include href="version-info.xml" xpointer="v258"/>
</refsect2>

View File

@ -422,7 +422,7 @@ static int parse_argv(int argc, char *argv[]) {
* normally. */
if (unit_shell >= 0) {
optind--; /* don't processs this argument, go one step back */
optind--; /* don't process this argument, go one step back */
goto done;
}
if (streq(optarg, "unit-shell"))

View File

@ -2496,7 +2496,7 @@ static void socket_enter_running(Socket *s, int cfd_in) {
* BUS_ERROR_TRANSACTION_JOBS_CONFLICTING or BUS_ERROR_TRANSACTION_ORDER_IS_CYCLIC,
* since those are errors in a single transaction, which are most likely
* caused by dependency issues in the unit configuration.
* Deferring activation probabaly won't help. */
* Deferring activation probably won't help. */
return socket_enter_deferred(s);
} else
r = manager_add_job(UNIT(s)->manager, JOB_START, UNIT_DEREF(s->service), JOB_REPLACE, &error, /* ret = */ NULL);