diff --git a/man/homectl.xml b/man/homectl.xml index f869b3352c..8afe993dac 100644 --- a/man/homectl.xml +++ b/man/homectl.xml @@ -359,9 +359,9 @@ (e.g. /dev/hidraw1), referring to a FIDO2 security token implementing the hmac-secret extension that shall be able to unlock the user account. A random salt value is generated on the host and passed to the FIDO2 device, which calculates a HMAC hash of the - salt combined with an internal secret key. The result is then used as the key to unlock the user - account. The random salt is included in the user record, so that whenever authentication is needed it - can be passed again to the FIDO2 token again. + salt using an internal secret key. The result is then used as the key to unlock the user account. The + random salt is included in the user record, so that whenever authentication is needed it can be + passed to the FIDO2 token again. Instead of a valid path to a FIDO2 hidraw device the special strings list and auto may be specified. If list is diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 97d11da03f..7857073aca 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -125,16 +125,16 @@ KillOnlyUsers= KillExcludeUsers= - These settings take space-separated lists of usernames that override - the KillUserProcesses= setting. A user name may be added to - KillExcludeUsers= to exclude the processes in the session scopes of - that user from being killed even if KillUserProcesses=yes is set. If - KillExcludeUsers= is not set, the root user is - excluded by default. KillExcludeUsers= may be set to an empty value - to override this default. If a user is not excluded, KillOnlyUsers= - is checked next. If this setting is specified, only the session scopes of those users - will be killed. Otherwise, users are subject to the - KillUserProcesses=yes setting. + These settings take space-separated lists of usernames that override the + KillUserProcesses= setting. A user name may be added to + KillExcludeUsers= to exclude the processes in the session scopes of that user from + being killed even if KillUserProcesses=yes is set. If + KillExcludeUsers= is not set, the root user is excluded by + default. KillExcludeUsers= may be set to an empty value to override this + default. If a user is not excluded, KillOnlyUsers= is checked next. If this + setting is specified, only the processes in the session scopes of those users will be + killed. Otherwise, users are subject to the KillUserProcesses=yes setting. +