summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2023-01-15 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2023-01-23 22:52:34 +0000
commit5c7a4f21ddc26519e00ca2d20109492e70195b7c (patch)
tree2e17ff2623dd734c282bd33e83f259c40d617bec /docs
parentbed1feaf3a2624777b8b87f809ecd11a511852ed (diff)
downloadsystemd-5c7a4f21ddc26519e00ca2d20109492e70195b7c.tar.gz
docs, man: consistently use comma after "For example"
Diffstat (limited to 'docs')
-rw-r--r--docs/BUILDING_IMAGES.md2
-rw-r--r--docs/CGROUP_DELEGATION.md2
-rw-r--r--docs/CODING_STYLE.md2
-rw-r--r--docs/PORTABILITY_AND_STABILITY.md2
-rw-r--r--docs/USERDB_AND_DESKTOPS.md2
-rw-r--r--docs/USER_GROUP_API.md2
-rw-r--r--docs/USER_NAMES.md2
7 files changed, 7 insertions, 7 deletions
diff --git a/docs/BUILDING_IMAGES.md b/docs/BUILDING_IMAGES.md
index fb802dbd0f..c7f7d49638 100644
--- a/docs/BUILDING_IMAGES.md
+++ b/docs/BUILDING_IMAGES.md
@@ -161,7 +161,7 @@ the OS should take possession of the backing storage as necessary, dynamically
using available space. Specifically:
1. Additional partitions should be created, that make no sense to ship
- pre-built in the image. For example `/tmp/` or `/home/` partitions, or even
+ pre-built in the image. For example, `/tmp/` or `/home/` partitions, or even
`/var/` or the root file system (see above).
2. Additional partitions should be created that shall function as A/B
diff --git a/docs/CGROUP_DELEGATION.md b/docs/CGROUP_DELEGATION.md
index 1ead5e7906..f5509fb833 100644
--- a/docs/CGROUP_DELEGATION.md
+++ b/docs/CGROUP_DELEGATION.md
@@ -78,7 +78,7 @@ Note that cgroup v1 is currently the most deployed implementation, even though
it's semantically broken in many ways, and in many cases doesn't actually do
what people think it does. cgroup v2 is where things are going, and most new
kernel features in this area are only added to cgroup v2, and not cgroup v1
-anymore. For example cgroup v2 provides proper cgroup-empty notifications, has
+anymore. For example, cgroup v2 provides proper cgroup-empty notifications, has
support for all kinds of per-cgroup BPF magic, supports secure delegation of
cgroup trees to less privileged processes and so on, which all are not
available on cgroup v1.
diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md
index 26183ff372..516207071b 100644
--- a/docs/CODING_STYLE.md
+++ b/docs/CODING_STYLE.md
@@ -712,7 +712,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
## Committing to git
- Commit message subject lines should be prefixed with an appropriate component
- name of some kind. For example "journal: ", "nspawn: " and so on.
+ name of some kind. For example, "journal: ", "nspawn: " and so on.
- Do not use "Signed-Off-By:" in your commit messages. That's a kernel thing we
don't do in the systemd project.
diff --git a/docs/PORTABILITY_AND_STABILITY.md b/docs/PORTABILITY_AND_STABILITY.md
index b1971f0e7e..dfbca2352a 100644
--- a/docs/PORTABILITY_AND_STABILITY.md
+++ b/docs/PORTABILITY_AND_STABILITY.md
@@ -155,7 +155,7 @@ without communicating with the `systemd` process:
`systemd-sysusers`.
Many other programs support operation without the system manager except when
-the specific functionality requires such communication. For example
+the specific functionality requires such communication. For example,
`journalctl` operates almost independently, but will query the boot id when
`--boot` option is used; it also requires `systemd-journald` (and thus
`systemd`) to be running for options like `--flush` and `--sync`.
diff --git a/docs/USERDB_AND_DESKTOPS.md b/docs/USERDB_AND_DESKTOPS.md
index 7017d8d86e..9006eeb5ec 100644
--- a/docs/USERDB_AND_DESKTOPS.md
+++ b/docs/USERDB_AND_DESKTOPS.md
@@ -152,7 +152,7 @@ users registered in `/etc/passwd` or LDAP to users managed by
## Future Additions
JSON user/group records are extensible, hence we can easily add any additional
-fields desktop environments require. For example pattern-based authentication
+fields desktop environments require. For example, pattern-based authentication
is likely very useful on touch-based devices, and the user records should hence
learn them natively. Fields for other authentication mechanisms, such as
fingerprint authentication should be provided as well, eventually.
diff --git a/docs/USER_GROUP_API.md b/docs/USER_GROUP_API.md
index 30063135b6..45e3c9da27 100644
--- a/docs/USER_GROUP_API.md
+++ b/docs/USER_GROUP_API.md
@@ -129,7 +129,7 @@ interface. Specifically:
`systemd-machined.service` and provides records for the users and groups used
by local containers that use user namespacing.
-Other projects are invited to implement these services too. For example it
+Other projects are invited to implement these services too. For example, it
would make sense for LDAP/ActiveDirectory projects to implement these
interfaces, which would provide them a way to do per-user resource management
enforced by systemd and defined directly in LDAP directories.
diff --git a/docs/USER_NAMES.md b/docs/USER_NAMES.md
index 1da0cac32c..74c24b5157 100644
--- a/docs/USER_NAMES.md
+++ b/docs/USER_NAMES.md
@@ -151,7 +151,7 @@ user/group names accepted by the strict rules are also accepted by the relaxed
rules, but not vice versa.
Note that this relaxed mode does not refuse a couple of very questionable
-syntaxes. For example it permits a leading or embedded period. A leading period
+syntaxes. For example, it permits a leading or embedded period. A leading period
is problematic because the matching home directory would typically be hidden
from the user's/administrator's view. An embedded period is problematic since
it creates ambiguity in traditional `chown` syntax (which is still accepted