diff options
author | Luca Boccassi <luca.boccassi@microsoft.com> | 2021-12-18 18:23:53 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@microsoft.com> | 2021-12-18 18:23:53 +0100 |
commit | ef1aa10692ae71f4f96c5a421d7e3a132f169b4a (patch) | |
tree | ff30bf1d1165790eca81bba501502aba4ab8e2f2 | |
parent | Merge pull request #21808 from DaanDeMeyer/path-trigger-limit (diff) | |
download | systemd-ef1aa10692ae71f4f96c5a421d7e3a132f169b4a.tar.xz systemd-ef1aa10692ae71f4f96c5a421d7e3a132f169b4a.zip |
man: fix typo in systemd.socket.5
-rw-r--r-- | man/systemd.socket.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index e4f1f544cb..07bee46955 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -824,7 +824,7 @@ <term><varname>TriggerLimitIntervalSec=</varname></term> <term><varname>TriggerLimitBurst=</varname></term> - <listitem><para>Configures a limit on how often this socket unit my be activated within a specific time + <listitem><para>Configures a limit on how often this socket unit may be activated within a specific time interval. The <varname>TriggerLimitIntervalSec=</varname> may be used to configure the length of the time interval in the usual time units <literal>us</literal>, <literal>ms</literal>, <literal>s</literal>, <literal>min</literal>, <literal>h</literal>, … and defaults to 2s (See |