summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMichael Prokop <mika@grml.org>2019-06-27 09:54:20 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-06-27 10:43:21 +0200
commitd238709c14c89884b2fdfc72c8228a4f30874df1 (patch)
tree5e6a523c006ae991bac9aba5ad93cafdc757d725 /NEWS
parentf9d269e14ddc77942ee6081e5317a9e0beb0ece9 (diff)
downloadsystemd-d238709c14c89884b2fdfc72c8228a4f30874df1.tar.gz
docs: fix typos and duplicate words
s/and and/and/ s/explicity/explicitly/ s/that that/that/ s/the the/the/ s/is is/it is/ s/overriden/overridden/
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d4a60c9d06..dbe87297bb 100644
--- a/NEWS
+++ b/NEWS
@@ -107,7 +107,7 @@ CHANGES WITH 243 in spe:
* A new setting NUMAPolicy= may be used to set process memory
allocation policy. Setting can be specified in system.conf and
hence will set the default policy for PID1. Default policy can be
- overriden on per-service basis. Related setting NUMAMask= is used to
+ overridden on per-service basis. Related setting NUMAMask= is used to
specify NUMA node mask that should be associated with the selected
policy.
@@ -938,7 +938,7 @@ CHANGES WITH 240:
up a private /dev/ file system containing devices nodes — but when
these are opened they don't work.
- At this point is is recommended that container managers utilizing
+ At this point it is recommended that container managers utilizing
user namespaces that intend to run systemd in the payload explicitly
block mknod() with seccomp or similar, so that the graceful fallback
logic works again.