diff options
author | Dmitry V. Levin <ldv@strace.io> | 2023-01-15 09:00:00 +0100 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2023-01-23 23:52:34 +0100 |
commit | 5c7a4f21ddc26519e00ca2d20109492e70195b7c (patch) | |
tree | 2e17ff2623dd734c282bd33e83f259c40d617bec /man | |
parent | docs: fix formatting a bit (diff) | |
download | systemd-5c7a4f21ddc26519e00ca2d20109492e70195b7c.tar.xz systemd-5c7a4f21ddc26519e00ca2d20109492e70195b7c.zip |
docs, man: consistently use comma after "For example"
Diffstat (limited to '')
-rw-r--r-- | man/systemd-system.conf.xml | 2 | ||||
-rw-r--r-- | man/systemd.unit.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 6406df13ae..481fa31e01 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -464,7 +464,7 @@ of slice units. Defaults to 15% of the minimum of <varname>kernel.pid_max=</varname>, <varname>kernel.threads-max=</varname> and root cgroup <varname>pids.max</varname>. Kernel has a default value for <varname>kernel.pid_max=</varname> and an algorithm of counting in case of more than 32 cores. - For example with the default <varname>kernel.pid_max=</varname>, <varname>DefaultTasksMax=</varname> defaults to 4915, + For example, with the default <varname>kernel.pid_max=</varname>, <varname>DefaultTasksMax=</varname> defaults to 4915, but might be greater in other systems or smaller in OS containers.</para></listitem> </varlistentry> diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 91015c8f47..556fcad3a4 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -2329,7 +2329,7 @@ PrivateTmp=yes</programlisting> <title>Top level drop-ins with template units</title> <para>Top level per-type drop-ins can be used to change some aspect of - all units of a particular type. For example by creating the + all units of a particular type. For example, by creating the <filename index='false'>/etc/systemd/system/service.d/</filename> directory with a drop-in file, the contents of the drop-in file can be applied to all service units. We can take this further by having the |