From: Sven Eden Date: Tue, 23 May 2017 09:18:11 +0000 (+0200) Subject: Prep v229: Update man pages (fix most inappropriate stuff. Still lots to do...) X-Git-Tag: v229.1~1^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=5124757683a8a517261760e28d2c9c16b379e000 Prep v229: Update man pages (fix most inappropriate stuff. Still lots to do...) --- diff --git a/Makefile-man.am b/Makefile-man.am index e5d00f06e..895b64bf0 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -27,7 +27,6 @@ MANPAGES += \ man/sd_id128_get_machine.3 \ man/sd_id128_randomize.3 \ man/sd_id128_to_string.3 \ - man/sd_journal_enumerate_fields.3 \ man/sd_machine_get_class.3 \ man/sd_notify.3 \ man/sd_watchdog_enabled.3 @@ -38,7 +37,6 @@ MANPAGES_ALIAS += \ man/SD_EVENT_PRIORITY_IDLE.3 \ man/SD_EVENT_PRIORITY_IMPORTANT.3 \ man/SD_EVENT_PRIORITY_NORMAL.3 \ - man/SD_JOURNAL_FOREACH_FIELD.3 \ man/sd_event_get_exit_code.3 \ man/sd_event_get_watchdog.3 \ man/sd_event_io_handler_t.3 \ @@ -56,7 +54,6 @@ MANPAGES_ALIAS += \ man/sd_event_source_unrefp.3 \ man/sd_id128_from_string.3 \ man/sd_id128_get_boot.3 \ - man/sd_journal_restart_fields.3 \ man/sd_machine_get_ifindices.3 \ man/sd_notifyf.3 \ man/sd_pid_notify.3 \ @@ -68,7 +65,6 @@ man/SD_EVENT_ONESHOT.3: man/sd_event_source_set_enabled.3 man/SD_EVENT_PRIORITY_IDLE.3: man/sd_event_source_set_priority.3 man/SD_EVENT_PRIORITY_IMPORTANT.3: man/sd_event_source_set_priority.3 man/SD_EVENT_PRIORITY_NORMAL.3: man/sd_event_source_set_priority.3 -man/SD_JOURNAL_FOREACH_FIELD.3: man/sd_journal_enumerate_fields.3 man/sd_event_get_exit_code.3: man/sd_event_exit.3 man/sd_event_get_watchdog.3: man/sd_event_set_watchdog.3 man/sd_event_io_handler_t.3: man/sd_event_add_io.3 @@ -86,7 +82,6 @@ man/sd_event_source_set_io_fd.3: man/sd_event_add_io.3 man/sd_event_source_unrefp.3: man/sd_event_source_unref.3 man/sd_id128_from_string.3: man/sd_id128_to_string.3 man/sd_id128_get_boot.3: man/sd_id128_get_machine.3 -man/sd_journal_restart_fields.3: man/sd_journal_enumerate_fields.3 man/sd_machine_get_ifindices.3: man/sd_machine_get_class.3 man/sd_notifyf.3: man/sd_notify.3 man/sd_pid_notify.3: man/sd_notify.3 @@ -110,9 +105,6 @@ man/SD_EVENT_PRIORITY_IMPORTANT.html: man/sd_event_source_set_priority.html man/SD_EVENT_PRIORITY_NORMAL.html: man/sd_event_source_set_priority.html $(html-alias) -man/SD_JOURNAL_FOREACH_FIELD.html: man/sd_journal_enumerate_fields.html - $(html-alias) - man/sd_event_get_exit_code.html: man/sd_event_exit.html $(html-alias) @@ -164,9 +156,6 @@ man/sd_id128_from_string.html: man/sd_id128_to_string.html man/sd_id128_get_boot.html: man/sd_id128_get_machine.html $(html-alias) -man/sd_journal_restart_fields.html: man/sd_journal_enumerate_fields.html - $(html-alias) - man/sd_machine_get_ifindices.html: man/sd_machine_get_class.html $(html-alias) @@ -328,7 +317,6 @@ EXTRA_DIST += \ man/sd_id128_get_machine.xml \ man/sd_id128_randomize.xml \ man/sd_id128_to_string.xml \ - man/sd_journal_enumerate_fields.xml \ man/sd_machine_get_class.xml \ man/sd_notify.xml \ man/sd_seat_get_active.xml \ diff --git a/man/loginctl.xml b/man/loginctl.xml index 42485a498..f0f5419ca 100644 --- a/man/loginctl.xml +++ b/man/loginctl.xml @@ -61,7 +61,7 @@ loginctl may be used to introspect and control the state of the - elogind1 + elogind8 login manager. @@ -132,29 +132,6 @@ SIGTERM. - - - - - When used with user-status - and session-status, controls the number of - journal lines to show, counting from the most recent ones. - Takes a positive integer argument. Defaults to 10. - - - - - - - - When used with user-status - and session-status, controls the formatting - of the journal entries that are shown. For the available - choices, see - journalctl1. - Defaults to short. - - @@ -182,8 +159,7 @@ session-status ID... Show terse runtime status information about - one or more sessions, followed by the most recent log data - from the journal. Takes one or more session identifiers as + one or more sessions. Takes one or more session identifiers as parameters. If no session identifiers are passed the status of the caller's session is shown. This function is intended to generate human-readable output. If you are looking for @@ -265,8 +241,7 @@ user-status USER... Show terse runtime status information about - one or more logged in users, followed by the most recent log - data from the journal. Takes one or more user names or numeric + one or more logged in users. Takes one or more user names or numeric user IDs as parameters. If no parameters are passed the status of the caller's user is shown. This function is intended to generate human-readable output. If you are looking for @@ -389,8 +364,61 @@ + System Commands + + + poweroff + + + Print a wall message to all users, shut down and + power-off the system. + + + + reboot arg + + + Print a wall message to all users, shut down and + reboot the system. + + If the optional argument + arg is given, it will be passed + as the optional argument to the + reboot2 + system call. The value is architecture and firmware + specific. As an example, recovery might + be used to trigger system recovery, and + fota might be used to trigger a + firmware over the air update. + + + + + suspend + + + Suspend the system. + + + + + + hibernate + + + Hibernate the system. + + + + + + hybrid-sleep + + + Hibernate and suspend the system. + + - Exit status @@ -403,7 +431,7 @@ See Also - elogind1, + elogind8, systemctl1, logind.conf5 diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 45d1257ef..3a56c2962 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -54,9 +54,7 @@ Description These files configure various parameters of the elogind - login manager, - logind.service8. - + login manager. @@ -64,195 +62,272 @@ Options - All options are configured in the - [Login] section: - - - - - KillUserProcesses= - - Takes a boolean argument. Configures whether - the processes of a user should be killed when the user - completely logs out (i.e. after the user's last session - ended). Defaults to no. - - Note that setting KillUserProcesses=1 - will break tools like - screen1. - - - - KillOnlyUsers= - KillExcludeUsers= - - These settings take space-separated lists of - usernames that influence the effect of - KillUserProcesses=. If not empty, only - processes of users listed in KillOnlyUsers= - will be killed when they log out entirely. Processes of users - listed in KillExcludeUsers= are excluded - from being killed. KillExcludeUsers= - defaults to root and takes precedence over - KillOnlyUsers=, which defaults to the empty - list. - - - - IdleAction= - - Configures the action to take when the system - is idle. Takes one of - ignore, - poweroff, - reboot, - halt, - kexec, - suspend, - hibernate, - hybrid-sleep, and - lock. - Defaults to ignore. - - Note that this requires that user sessions correctly - report the idle status to the system. The system will execute - the action after all sessions report that they are idle, no - idle inhibitor lock is active, and subsequently, the time - configured with IdleActionSec= (see below) - has expired. - - - - - IdleActionSec= - - Configures the delay after which the action - configured in IdleAction= (see above) is - taken after the system is idle. - - - - InhibitDelayMaxSec= - - Specifies the maximum time a system shutdown - or sleep request is delayed due to an inhibitor lock of type - delay being active before the inhibitor is - ignored and the operation executes anyway. Defaults to - 5. - - - - HandlePowerKey= - HandleSuspendKey= - HandleHibernateKey= - HandleLidSwitch= - HandleLidSwitchDocked= - - Controls whether logind shall handle the - system power and sleep keys and the lid switch to trigger - actions such as system power-off or suspend. Can be one of - ignore, - poweroff, - reboot, - halt, - kexec, - suspend, - hibernate, - hybrid-sleep, and - lock. - If ignore, logind will never handle these - keys. If lock, all running sessions will be - screen-locked; otherwise, the specified action will be taken - in the respective event. Only input devices with the - power-switch udev tag will be watched for - key/lid switch events. HandlePowerKey= - defaults to poweroff. - HandleSuspendKey= and - HandleLidSwitch= default to - suspend. - HandleLidSwitchDocked= defaults to - ignore. - HandleHibernateKey= defaults to - hibernate. If the system is inserted in a - docking station, or if more than one display is connected, the - action specified by HandleLidSwitchDocked= - occurs; otherwise the HandleLidSwitch= - action occurs. - - - - PowerKeyIgnoreInhibited= - SuspendKeyIgnoreInhibited= - HibernateKeyIgnoreInhibited= - LidSwitchIgnoreInhibited= - - Controls whether actions triggered by the - power and sleep keys and the lid switch are subject to - inhibitor locks. These settings take boolean arguments. If - no, the inhibitor locks taken by - applications in order to block the requested operation are - respected. If yes, the requested operation - is executed in any case. - PowerKeyIgnoreInhibited=, - SuspendKeyIgnoreInhibited= and - HibernateKeyIgnoreInhibited= default to - no. - LidSwitchIgnoreInhibited= defaults to - yes. This means that the lid switch does - not respect suspend blockers by default, but the power and - sleep keys do. - - - - HoldoffTimeoutSec= - - Specifies the timeout after system startup or - system resume in which elogind will hold off on reacting to - LID events. This is required for the system to properly - detect any hotplugged devices so elogind can ignore LID events - if external monitors, or docks, are connected. If set to 0, - elogind will always react immediately, possibly before the - kernel fully probed all hotplugged devices. This is safe, as - long as you do not care for elogind to account for devices - that have been plugged or unplugged while the system was off. - Defaults to 30s. - - - - RuntimeDirectorySize= - - Sets the size limit on the - $XDG_RUNTIME_DIR runtime directory for each - user who logs in. Takes a size in bytes, optionally suffixed - with the usual K, G, M, and T suffixes, to the base 1024 - (IEC). Alternatively, a numerical percentage suffixed by - % may be specified, which sets the size - limit relative to the amount of physical RAM. Defaults to 10%. - Note that this size is a safety limit only. As each runtime - directory is a tmpfs file system, it will only consume as much - memory as is needed. - - - - RemoveIPC= - - Controls whether System V and POSIX IPC objects belonging to the user shall be removed when the - user fully logs out. Takes a boolean argument. If enabled, the user may not consume IPC resources after the - last of the user's sessions terminated. This covers System V semaphores, shared memory and message queues, as - well as POSIX shared memory and message queues. Note that IPC objects of the root user and other system users - are excluded from the effect of this setting. Defaults to yes. - - - + All login options are configured in the + [Login] section, system sleep options are + configured in the [Sleep] section. + + [Login] section: + + + + KillUserProcesses= + + Takes a boolean argument. Configures whether + the processes of a user should be killed when the user + completely logs out (i.e. after the user's last session + ended). Defaults to no. + + Note that setting KillUserProcesses=1 + will break tools like + screen1. + + + + KillOnlyUsers= + KillExcludeUsers= + + These settings take space-separated lists of + usernames that influence the effect of + KillUserProcesses=. If not empty, only + processes of users listed in KillOnlyUsers= + will be killed when they log out entirely. Processes of users + listed in KillExcludeUsers= are excluded + from being killed. KillExcludeUsers= + defaults to root and takes precedence over + KillOnlyUsers=, which defaults to the empty + list. + + + + IdleAction= + + Configures the action to take when the system + is idle. Takes one of + ignore, + poweroff, + reboot, + halt, + kexec, + suspend, + hibernate, + hybrid-sleep, and + lock. + Defaults to ignore. + + Note that this requires that user sessions correctly + report the idle status to the system. The system will execute + the action after all sessions report that they are idle, no + idle inhibitor lock is active, and subsequently, the time + configured with IdleActionSec= (see below) + has expired. + + + + + IdleActionSec= + + Configures the delay after which the action + configured in IdleAction= (see above) is + taken after the system is idle. + + + + InhibitDelayMaxSec= + + Specifies the maximum time a system shutdown + or sleep request is delayed due to an inhibitor lock of type + delay being active before the inhibitor is + ignored and the operation executes anyway. Defaults to + 5. + + + + HandlePowerKey= + HandleSuspendKey= + HandleHibernateKey= + HandleLidSwitch= + HandleLidSwitchDocked= + + Controls whether logind shall handle the + system power and sleep keys and the lid switch to trigger + actions such as system power-off or suspend. Can be one of + ignore, + poweroff, + reboot, + halt, + kexec, + suspend, + hibernate, + hybrid-sleep, and + lock. + If ignore, logind will never handle these + keys. If lock, all running sessions will be + screen-locked; otherwise, the specified action will be taken + in the respective event. Only input devices with the + power-switch udev tag will be watched for + key/lid switch events. HandlePowerKey= + defaults to poweroff. + HandleSuspendKey= and + HandleLidSwitch= default to + suspend. + HandleLidSwitchDocked= defaults to + ignore. + HandleHibernateKey= defaults to + hibernate. If the system is inserted in a + docking station, or if more than one display is connected, the + action specified by HandleLidSwitchDocked= + occurs; otherwise the HandleLidSwitch= + action occurs. + + + + PowerKeyIgnoreInhibited= + SuspendKeyIgnoreInhibited= + HibernateKeyIgnoreInhibited= + LidSwitchIgnoreInhibited= + + Controls whether actions triggered by the + power and sleep keys and the lid switch are subject to + inhibitor locks. These settings take boolean arguments. If + no, the inhibitor locks taken by + applications in order to block the requested operation are + respected. If yes, the requested operation + is executed in any case. + PowerKeyIgnoreInhibited=, + SuspendKeyIgnoreInhibited= and + HibernateKeyIgnoreInhibited= default to + no. + LidSwitchIgnoreInhibited= defaults to + yes. This means that the lid switch does + not respect suspend blockers by default, but the power and + sleep keys do. + + + + HoldoffTimeoutSec= + + Specifies the timeout after system startup or + system resume in which elogind will hold off on reacting to + LID events. This is required for the system to properly + detect any hotplugged devices so elogind can ignore LID events + if external monitors, or docks, are connected. If set to 0, + elogind will always react immediately, possibly before the + kernel fully probed all hotplugged devices. This is safe, as + long as you do not care for elogind to account for devices + that have been plugged or unplugged while the system was off. + Defaults to 30s. + + + + RuntimeDirectorySize= + + Sets the size limit on the + $XDG_RUNTIME_DIR runtime directory for each + user who logs in. Takes a size in bytes, optionally suffixed + with the usual K, G, M, and T suffixes, to the base 1024 + (IEC). Alternatively, a numerical percentage suffixed by + % may be specified, which sets the size + limit relative to the amount of physical RAM. Defaults to 10%. + Note that this size is a safety limit only. As each runtime + directory is a tmpfs file system, it will only consume as much + memory as is needed. + + + + RemoveIPC= + + Controls whether System V and POSIX IPC objects belonging to the user shall be removed when the + user fully logs out. Takes a boolean argument. If enabled, the user may not consume IPC resources after the + last of the user's sessions terminated. This covers System V semaphores, shared memory and message queues, as + well as POSIX shared memory and message queues. Note that IPC objects of the root user and other system users + are excluded from the effect of this setting. Defaults to yes. + + + + + + [Sleep] section: + + elogind supports three general + power-saving modes: + + + + suspend + + a low-power state + where execution of the OS is paused, + and complete power loss might result + in lost data, and which is fast to + enter and exit. This corresponds to + suspend, standby, or freeze states as + understood by the kernel. + + + + + hibernate + + a low-power state + where execution of the OS is paused, + and complete power loss does not + result in lost data, and which might + be slow to enter and exit. This + corresponds to the hibernation as + understood by the kernel. + + + + + hybrid-sleep + + a low-power state + where execution of the OS is paused, + which might be slow to enter, and on + complete power loss does not result in + lost data but might be slower to exit + in that case. This mode is called + suspend-to-both by the kernel. + + + + + SuspendMode= + HibernateMode= + HybridSleepMode= + + The string to be written to + /sys/power/disk by elogind. + More than one value can be specified by separating + multiple values with whitespace. They will be tried + in turn, until one is written without error. If + neither succeeds, the operation will be aborted. + + + + + SuspendState= + HibernateState= + HybridSleepState= + + The string to be written to + /sys/power/state by elogind. + More than one value can be specified by separating + multiple values with whitespace. They will be tried + in turn, until one is written without error. If + neither succeeds, the operation will be aborted. + + + + + See Also - elogind1, - logind.service8, + elogind8, loginctl1, - elogind-system.conf5 diff --git a/man/pam_elogind.xml b/man/pam_elogind.xml index 02c11a1e3..80235b37c 100644 --- a/man/pam_elogind.xml +++ b/man/pam_elogind.xml @@ -55,9 +55,8 @@ Description pam_elogind registers user sessions with - the elogind login manager - logind.service8, - and hence the elogind control group hierarchy. + the elogind login manager and hence the elogind control group + hierarchy. On login, this module ensures the following: @@ -74,14 +73,6 @@ initialized from the auditing session id (/proc/self/sessionid). Otherwise, an independent session counter is used. - - A new elogind scope unit is created for the - session. If this is the first concurrent session of the user, an - implicit slice below user.slice is - automatically created and the scope placed into it. An instance - of the system service user@.service, which - runs the elogind user manager instance, is started. - On logout, this module ensures the following: @@ -90,19 +81,13 @@ If enabled in logind.conf 5, all processes of the - session are terminated. If the last concurrent session of a user - ends, the user's elogind instance will be terminated too, and so - will the user's slice unit. + session are terminated. If the last concurrent session of a user ends, the $XDG_RUNTIME_DIR directory and all its contents are removed, too. - If the system was not booted up with elogind as init system, - this module does nothing and immediately returns - PAM_SUCCESS. - @@ -279,17 +264,13 @@ session required pam_elogind.so See Also - elogind1, - logind.service8, + elogind8, logind.conf5, loginctl1, pam.conf5, pam.d5, pam8, - pam_loginuid8, - elogind.scope5, - elogind.slice5, - logind.service5 + pam_loginuid8 diff --git a/man/sd-event.xml b/man/sd-event.xml index 7057b4e05..b68f4fc47 100644 --- a/man/sd-event.xml +++ b/man/sd-event.xml @@ -156,7 +156,7 @@ See Also - elogind1, + elogind8, sd_event_new3, sd_event_run3, sd_event_add_io3, diff --git a/man/sd_event_add_io.xml b/man/sd_event_add_io.xml index 010ecdbaf..5c363f96b 100644 --- a/man/sd_event_add_io.xml +++ b/man/sd_event_add_io.xml @@ -279,7 +279,7 @@ See Also - elogind1, + elogind8, sd-event3, sd_event_new3, sd_event_now3, diff --git a/man/sd_event_exit.xml b/man/sd_event_exit.xml index 4a4e9a7fd..7ac12ae5b 100644 --- a/man/sd_event_exit.xml +++ b/man/sd_event_exit.xml @@ -153,7 +153,7 @@ See Also - elogind1, + elogind8, sd-event3, sd_event_new3, sd_event_add_exit3 diff --git a/man/sd_event_now.xml b/man/sd_event_now.xml index 578213cd7..219e261fd 100644 --- a/man/sd_event_now.xml +++ b/man/sd_event_now.xml @@ -136,7 +136,7 @@ See Also - elogind1, + elogind8, sd-event3, sd_event_new3, sd_event_add_time3, diff --git a/man/sd_event_set_watchdog.xml b/man/sd_event_set_watchdog.xml index 58a052d59..230668c42 100644 --- a/man/sd_event_set_watchdog.xml +++ b/man/sd_event_set_watchdog.xml @@ -158,7 +158,7 @@ See Also - elogind1, + elogind8, sd-event3, sd_event_new3, sd_event_add_io3, diff --git a/man/sd_get_seats.xml b/man/sd_get_seats.xml index 4c65db37c..a6c5e8947 100644 --- a/man/sd_get_seats.xml +++ b/man/sd_get_seats.xml @@ -155,7 +155,7 @@ See Also - elogind1, + elogind8, sd-login3, sd_session_get_seat3 diff --git a/man/sd_id128_get_machine.xml b/man/sd_id128_get_machine.xml index a3fcfb552..4fa6f84cf 100644 --- a/man/sd_id128_get_machine.xml +++ b/man/sd_id128_get_machine.xml @@ -118,7 +118,7 @@ See Also - elogind1, + elogind8, sd-id1283, machine-id5, random4, diff --git a/man/sd_id128_randomize.xml b/man/sd_id128_randomize.xml index a5daae2bd..f99d88e55 100644 --- a/man/sd_id128_randomize.xml +++ b/man/sd_id128_randomize.xml @@ -76,8 +76,7 @@ type, see sd-id1283. - journalctl1's - option may be used as a command line + option may be used as a command line front-end for sd_id128_randomize(). @@ -103,7 +102,7 @@ See Also - elogind1, + elogind8, sd-id1283, machine-id5, random4, diff --git a/man/sd_id128_to_string.xml b/man/sd_id128_to_string.xml index afbf82c37..8f3efc145 100644 --- a/man/sd_id128_to_string.xml +++ b/man/sd_id128_to_string.xml @@ -123,7 +123,7 @@ See Also - elogind1, + elogind8, sd-id1283, printf3 diff --git a/man/sd_journal_enumerate_fields.xml b/man/sd_journal_enumerate_fields.xml deleted file mode 100644 index 7d43f6f5a..000000000 --- a/man/sd_journal_enumerate_fields.xml +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - sd_journal_enumerate_fields - elogind - - - - Developer - Lennart - Poettering - lennart@poettering.net - - - - - - sd_journal_enumerate_fields - 3 - - - - sd_journal_enumerate_fields - sd_journal_restart_fields - SD_JOURNAL_FOREACH_FIELD - Read used field names from the journal - - - - - #include <elogind/sd-journal.h> - - - int sd_journal_enumerate_fields - sd_journal *j - const char **field - - - - void sd_journal_restart_fields - sd_journal *j - - - - SD_JOURNAL_FOREACH_FIELD - sd_journal *j - const char *field - - - - - - - Description - - sd_journal_enumerate_fields() may be used to iterate through all field names used in the - opened journal files. On each invocation the next field name is returned. The order of the returned field names is - not defined. It takes two arguments: the journal context object, plus a pointer to a constant string pointer where - the field name is stored in. The returned data is in a read-only memory map and is only valid until the next - invocation of sd_journal_enumerate_fields(). Note that this call is subject to the data field - size threshold as controlled by sd_journal_set_data_threshold(). - - sd_journal_restart_fields() resets the field name enumeration index to the beginning of - the list. The next invocation of sd_journal_enumerate_fields() will return the first field - name again. - - The SD_JOURNAL_FOREACH_FIELD() macro may be used as a handy wrapper around - sd_journal_restart_fields() and sd_journal_enumerate_fields(). - - These functions currently are not influenced by matches set with sd_journal_add_match() - but this might change in a later version of this software. - - To retrieve the possible values a specific field can take use - sd_journal_query_unique3. - - - - Return Value - - sd_journal_enumerate_fields() returns a - positive integer if the next field name has been read, 0 when no - more field names are known, or a negative errno-style error code. - sd_journal_restart_fields() returns - nothing. - - - - Notes - - The sd_journal_enumerate_fields() and sd_journal_restart_fields() - interfaces are available as a shared library, which can be compiled and linked to with the - libelogind pkg-config1 file. - - - - Examples - - Use the SD_JOURNAL_FOREACH_FIELD macro to iterate through all field names in use in the - current journal. - - #include <stdio.h> -#include <string.h> -#include <elogind/sd-journal.h> - -int main(int argc, char *argv[]) { - sd_journal *j; - const char *field; - int r; - - r = sd_journal_open(&j, SD_JOURNAL_LOCAL_ONLY); - if (r < 0) { - fprintf(stderr, "Failed to open journal: %s\n", strerror(-r)); - return 1; - } - SD_JOURNAL_FOREACH_FIELD(j, field) - printf("%s\n", field); - sd_journal_close(j); - return 0; -} - - - - - See Also - - - elogind1, - elogind.journal-fields7, - sd-journal3, - sd_journal_open3, - sd_journal_query_unique3, - sd_journal_get_data3, - sd_journal_add_match3 - - - - diff --git a/man/sd_machine_get_class.xml b/man/sd_machine_get_class.xml index a874249af..4a3f513f6 100644 --- a/man/sd_machine_get_class.xml +++ b/man/sd_machine_get_class.xml @@ -142,7 +142,7 @@ See Also - elogind1, + elogind8, sd-login3, elogind-machined.service8, sd_pid_get_machine_name3 diff --git a/man/sd_notify.xml b/man/sd_notify.xml index 05aae604a..2345aea4b 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -365,7 +365,7 @@ See Also - elogind1, + elogind8, sd-daemon3, daemon7, logind.service5, diff --git a/man/sd_seat_get_active.xml b/man/sd_seat_get_active.xml index 370cb1a8d..4ae756a9a 100644 --- a/man/sd_seat_get_active.xml +++ b/man/sd_seat_get_active.xml @@ -203,7 +203,7 @@ See Also - elogind1, + elogind8, sd-login3, sd_session_get_seat3 diff --git a/man/sd_session_is_active.xml b/man/sd_session_is_active.xml index c522a8eda..11171473b 100644 --- a/man/sd_session_is_active.xml +++ b/man/sd_session_is_active.xml @@ -350,7 +350,7 @@ See Also - elogind1, + elogind8, sd-login3, sd_pid_get_session3 diff --git a/man/sd_watchdog_enabled.xml b/man/sd_watchdog_enabled.xml index efa8fbf3f..b9670e8bf 100644 --- a/man/sd_watchdog_enabled.xml +++ b/man/sd_watchdog_enabled.xml @@ -164,7 +164,7 @@ See Also - elogind1, + elogind8, sd-daemon3, daemon7, logind.service5,