From: Yu Watanabe Date: Thu, 23 Feb 2023 23:52:39 +0000 (+0900) Subject: man,catalog: fix typo X-Git-Tag: v254-rc1~1166 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c73676dcbbe3032c75d893d43ac309998c5f23e5;p=thirdparty%2Fsystemd.git man,catalog: fix typo Follow-up for #26448. --- diff --git a/catalog/systemd.catalog.in b/catalog/systemd.catalog.in index 82d4820b806..d3d03dafe71 100644 --- a/catalog/systemd.catalog.in +++ b/catalog/systemd.catalog.in @@ -558,7 +558,7 @@ Support: %SUPPORT_URL% Memory of process @_PID@ (@_COMM@) has been trimmed. Either on user request or as result of a memory pressure event, memory of the -process has been trimmed, returning unneded allocation caches and other +process has been trimmed, returning unneeded allocation caches and other resources back to the OS kernel, making them available for other components of the OS. diff --git a/man/sd_event_add_memory_pressure.xml b/man/sd_event_add_memory_pressure.xml index 46cae0d16db..5baa411dfa7 100644 --- a/man/sd_event_add_memory_pressure.xml +++ b/man/sd_event_add_memory_pressure.xml @@ -147,7 +147,7 @@ full as second parameter, the latter takes threshold and period times in microseconds as parameters. For details about these three parameters see the PSI documentation. Note that these two calls must be invoked immediately after allocating the event source, as they must be configured before - polling begins. Also note that these calls will fail if memory pressure paramterization has been passed + polling begins. Also note that these calls will fail if memory pressure parameterization has been passed in via the $MEMORY_PRESSURE_WATCH/$MEMORY_PRESSURE_WRITE environment variables (or in other words: configuration supplied by a service manager wins over internal settings). @@ -221,7 +221,7 @@ This is returned by sd_event_source_set_memory_pressure_type() and sd_event_source_set_memory_pressure_period() if invoked on event sources - at a time later than immediately after allocting them. + at a time later than immediately after allocating them.