diff options
author | Luca Boccassi <bluca@debian.org> | 2024-05-15 12:57:06 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-05-15 14:19:01 +0200 |
commit | ad450ebab7ab14b3e96ff4c3e23feb7205ea5f2c (patch) | |
tree | eb51e95a6b5a374b561974feae16b32b20821bf5 /man | |
parent | core: Fix assertion in parse_smbios_strings() (diff) | |
download | systemd-ad450ebab7ab14b3e96ff4c3e23feb7205ea5f2c.tar.xz systemd-ad450ebab7ab14b3e96ff4c3e23feb7205ea5f2c.zip |
man: fix typo 'ot' -> 'or'
Diffstat (limited to 'man')
-rw-r--r-- | man/pam_systemd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index dcd104907a..d6fc6bb8b8 100644 --- a/man/pam_systemd.xml +++ b/man/pam_systemd.xml @@ -117,7 +117,7 @@ </row> <row> <entry><constant>user-incomplete</constant></entry> - <entry>Similar to <literal>user</literal> but for sessions which are not fully set up yet, i.e. have no home directory mounted ot similar. This is used by <citerefentry><refentrytitle>systemd-homed.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> to allow users to log in via <command>ssh</command> before their home directory is mounted, delaying the mount until the user provided the unlock password. Sessions of this class are upgraded to the regular <constant>user</constant> class once the home directory is activated.</entry> + <entry>Similar to <literal>user</literal> but for sessions which are not fully set up yet, i.e. have no home directory mounted or similar. This is used by <citerefentry><refentrytitle>systemd-homed.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> to allow users to log in via <command>ssh</command> before their home directory is mounted, delaying the mount until the user provided the unlock password. Sessions of this class are upgraded to the regular <constant>user</constant> class once the home directory is activated.</entry> </row> <row> <entry><constant>greeter</constant></entry> |