From: Zbigniew Jędrzejewski-Szmek Date: Tue, 21 Apr 2020 09:15:33 +0000 (+0200) Subject: man: remove gendered pronoun and reindent a paragraph X-Git-Tag: v246-rc1~515^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15472%2Fhead;p=thirdparty%2Fsystemd.git man: remove gendered pronoun and reindent a paragraph --- diff --git a/man/org.freedesktop.login1.xml b/man/org.freedesktop.login1.xml index e5521e155a4..aedf5d7fc32 100644 --- a/man/org.freedesktop.login1.xml +++ b/man/org.freedesktop.login1.xml @@ -496,7 +496,7 @@ node /org/freedesktop/login1 { and seat are identified by their respective IDs. SetUserLinger() enables or disables user lingering. If enabled, the runtime - directory of a user is kept around and he may continue to run processes while he is logged out. If + directory of a user is kept around and they may continue to run processes while logged out. If disabled, the runtime directory goes away as soon as they log out. SetUserLinger() expects three arguments: the UID, a boolean whether to enable/disable and a boolean controlling the polkit @@ -504,10 +504,11 @@ node /org/freedesktop/login1 { stored on disk. AttachDevice() may be used to assign a specific device to a specific - seat. The device is identified by its /sys path and must be eligible for seat assignments. AttachDevice() takes three - arguments: the seat id, the sysfs path, and a boolean for controlling polkit interactivity (see - below). Device assignments are persistently stored on disk. To create a new seat, simply specify a - previously unused seat id. For more information about the seat assignment logic see + seat. The device is identified by its /sys path and must be eligible for seat + assignments. AttachDevice() takes three arguments: the seat id, the sysfs path, + and a boolean for controlling polkit interactivity (see below). Device assignments are persistently + stored on disk. To create a new seat, simply specify a previously unused seat id. For more information + about the seat assignment logic see Multi-Seat for Linux.