From afe6a9c48e956c8ddfaa0f201cf371b01a22f970 Mon Sep 17 00:00:00 2001 From: Julia Cartwright Date: Fri, 5 Feb 2021 15:16:18 -0600 Subject: [PATCH] man: fix misspellings of "NameSeviceSwitch" Fixup NameSeviceSwitch -> NameServiceSwitch spelling error in documentation. Found through inspection of documentation. --- man/systemd-userdbd.service.xml | 2 +- man/userdbctl.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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. -- 2.47.3