summaryrefslogtreecommitdiff
path: root/docs/PORTABILITY_AND_STABILITY.md
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/PORTABILITY_AND_STABILITY.md
parentbed1feaf3a2624777b8b87f809ecd11a511852ed (diff)
downloadsystemd-5c7a4f21ddc26519e00ca2d20109492e70195b7c.tar.gz
docs, man: consistently use comma after "For example"
Diffstat (limited to 'docs/PORTABILITY_AND_STABILITY.md')
-rw-r--r--docs/PORTABILITY_AND_STABILITY.md2
1 files changed, 1 insertions, 1 deletions
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`.