diff options
author | Julia Cartwright <julia@saxo.phone.horse> | 2021-02-05 22:16:18 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2021-02-06 01:00:44 +0100 |
commit | afe6a9c48e956c8ddfaa0f201cf371b01a22f970 (patch) | |
tree | 45b45c03bc4e54fbfd130e79c29c98dbcb81d092 /man/systemd-userdbd.service.xml | |
parent | Translations update from Weblate (#18485) (diff) | |
download | systemd-afe6a9c48e956c8ddfaa0f201cf371b01a22f970.tar.xz systemd-afe6a9c48e956c8ddfaa0f201cf371b01a22f970.zip |
man: fix misspellings of "NameSeviceSwitch"
Fixup NameSeviceSwitch -> NameServiceSwitch spelling error in
documentation.
Found through inspection of documentation.
Diffstat (limited to 'man/systemd-userdbd.service.xml')
-rw-r--r-- | man/systemd-userdbd.service.xml | 2 |
1 files changed, 1 insertions, 1 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 |