]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix misspellings of "NameSeviceSwitch"
authorJulia Cartwright <julia@saxo.phone.horse>
Fri, 5 Feb 2021 21:16:18 +0000 (15:16 -0600)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 6 Feb 2021 00:00:44 +0000 (00:00 +0000)
Fixup NameSeviceSwitch -> NameServiceSwitch spelling error in
documentation.

Found through inspection of documentation.

man/systemd-userdbd.service.xml
man/userdbctl.xml

index a6234be214c3db54929937433ce7ceb098efa413..a65d1909be7679af5b200c53f0f156617d1b1345 100644 (file)
@@ -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
index 6fbd26788fa02f7c2911ebbb73b5c5cac72cac39..15e9a72373efeffa74c2ef030f38f97b8b100a93 100644 (file)
       </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>
 
     <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>