summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulia Cartwright <julia@saxo.phone.horse>2021-02-05 15:16:18 -0600
committerLuca Boccassi <luca.boccassi@gmail.com>2021-02-06 00:00:44 +0000
commitafe6a9c48e956c8ddfaa0f201cf371b01a22f970 (patch)
tree45b45c03bc4e54fbfd130e79c29c98dbcb81d092
parent33c85738eed670f22d9745a54ff2e97e65dfdb5c (diff)
downloadsystemd-afe6a9c48e956c8ddfaa0f201cf371b01a22f970.tar.gz
man: fix misspellings of "NameSeviceSwitch"
Fixup NameSeviceSwitch -> NameServiceSwitch spelling error in documentation. Found through inspection of documentation.
-rw-r--r--man/systemd-userdbd.service.xml2
-rw-r--r--man/userdbctl.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd-userdbd.service.xml b/man/systemd-userdbd.service.xml
index a6234be214..a65d1909be 100644
--- a/man/systemd-userdbd.service.xml
+++ b/man/systemd-userdbd.service.xml
@@ -50,7 +50,7 @@
group records. Internally it talks to all other user/group record services running on the system in
parallel and forwards any information discovered. This simplifies clients substantially since they need
to talk to a single service only instead of all of them in
- parallel. <constant>io.systemd.NameSeviceSwitch</constant> provides compatibility with classic UNIX/glibc
+ parallel. <constant>io.systemd.NameServiceSwitch</constant> provides compatibility with classic UNIX/glibc
NSS user records, i.e. converts <type>struct passwd</type> and <type>struct group</type> records as
acquired with APIs such as <citerefentry
project='man-pages'><refentrytitle>getpwnam</refentrytitle><manvolnum>1</manvolnum></citerefentry> to JSON
diff --git a/man/userdbctl.xml b/man/userdbctl.xml
index 6fbd26788f..15e9a72373 100644
--- a/man/userdbctl.xml
+++ b/man/userdbctl.xml
@@ -215,7 +215,7 @@
</varlistentry>
<varlistentry>
- <term><constant>io.systemd.NameSeviceSwitch</constant></term>
+ <term><constant>io.systemd.NameServiceSwitch</constant></term>
<listitem><para>This service is (also) provided by
<citerefentry><refentrytitle>systemd-userdbd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
@@ -232,7 +232,7 @@
<para>Note that <command>userdbctl</command> has internal support for NSS-based lookups too. This means
that if neither <constant>io.systemd.Multiplexer</constant> nor
- <constant>io.systemd.NameSeviceSwitch</constant> are running look-ups into the basic user/group
+ <constant>io.systemd.NameServiceSwitch</constant> are running look-ups into the basic user/group
databases will still work.</para>
</refsect1>