From: Julia Cartwright Date: Fri, 5 Feb 2021 21:16:18 +0000 (-0600) Subject: man: fix misspellings of "NameSeviceSwitch" X-Git-Tag: v248-rc1~193 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afe6a9c48e956c8ddfaa0f201cf371b01a22f970;p=thirdparty%2Fsystemd.git man: fix misspellings of "NameSeviceSwitch" Fixup NameSeviceSwitch -> NameServiceSwitch spelling error in documentation. Found through inspection of documentation. --- diff --git a/man/systemd-userdbd.service.xml b/man/systemd-userdbd.service.xml index a6234be214c..a65d1909be7 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. io.systemd.NameSeviceSwitch provides compatibility with classic UNIX/glibc + parallel. io.systemd.NameServiceSwitch provides compatibility with classic UNIX/glibc NSS user records, i.e. converts struct passwd and struct group records as acquired with APIs such as getpwnam1 to JSON diff --git a/man/userdbctl.xml b/man/userdbctl.xml index 6fbd26788fa..15e9a72373e 100644 --- a/man/userdbctl.xml +++ b/man/userdbctl.xml @@ -215,7 +215,7 @@ - io.systemd.NameSeviceSwitch + io.systemd.NameServiceSwitch This service is (also) provided by systemd-userdbd.service8 @@ -232,7 +232,7 @@ Note that userdbctl has internal support for NSS-based lookups too. This means that if neither io.systemd.Multiplexer nor - io.systemd.NameSeviceSwitch are running look-ups into the basic user/group + io.systemd.NameServiceSwitch are running look-ups into the basic user/group databases will still work.