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. 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 6fbd26788f..15e9a72373 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.