From f36c796e0fa4285d350b460ab72a6bec82d60a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 14 Dec 2023 11:08:50 +0100 Subject: [PATCH 1/3] man/tmpfiles: update summary It hasn't been just about "volatile" and "files" for a long time. --- man/tmpfiles.d.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 971b7e6a9e..6bf2f9c806 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -21,8 +21,7 @@ tmpfiles.d - Configuration for creation, deletion and cleaning of - volatile and temporary files + Configuration for creation, deletion, and cleaning of files and directories From 73e97bb064387579e9af390cc52221892e319f90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 14 Dec 2023 12:52:03 +0100 Subject: [PATCH 2/3] man: use for file lists in synopsis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With , we get a separate "paragraph" for each line, i.e. entries separated by empty lines. This uses up a lot of space and was only done because docbook makes it hard to insert a newline. In some other places, was used, but then we cannot indent the source text (because the whitespace would end up in the final page). We can get the desired result with . With the items are indented in roff output, but not in html output. In some places this looks better then no indentation, and in others it would probably be better to have no indent. But this is a minor issue and we cannot control that. (I didn't convert all spots. There's a bunch of other man pages which have two lines, e.g. an executable and service file, and it doesn't matter there so much.) --- man/binfmt.d.xml | 8 ++- man/coredump.conf.xml | 10 ++-- man/dnssec-trust-anchors.d.xml | 14 +++-- man/environment.d.xml | 12 ++-- man/homed.conf.xml | 10 ++-- man/journal-remote.conf.xml | 10 ++-- man/journald.conf.xml | 18 +++--- man/logind.conf.xml | 10 ++-- man/modules-load.d.xml | 8 ++- man/networkd.conf.xml | 8 ++- man/oomd.conf.xml | 8 ++- man/os-release.xml | 10 ++-- man/repart.d.xml | 9 +-- man/resolved.conf.xml | 10 ++-- man/sysctl.d.xml | 8 ++- man/systemd-ask-password-console.service.xml | 10 ++-- man/systemd-fsck@.service.xml | 10 ++-- man/systemd-journald.service.xml | 18 +++--- man/systemd-sleep.conf.xml | 10 ++-- man/systemd-stub.xml | 18 +++--- man/systemd-suspend.service.xml | 12 ++-- man/systemd-sysext.xml | 5 +- man/systemd-tmpfiles.xml | 22 +++++--- man/systemd.environment-generator.xml | 24 ++++---- man/systemd.generator.xml | 24 ++++---- man/systemd.nspawn.xml | 8 ++- man/systemd.pcrlock.xml | 23 ++++---- man/systemd.preset.xml | 14 +++-- man/systemd.unit.xml | 58 +++++++++++--------- man/sysupdate.d.xml | 9 +-- man/sysusers.d.xml | 8 ++- man/timesyncd.conf.xml | 10 ++-- man/tmpfiles.d.xml | 22 ++++---- 33 files changed, 260 insertions(+), 198 deletions(-) diff --git a/man/binfmt.d.xml b/man/binfmt.d.xml index ab56460d3e..7420b5ee68 100644 --- a/man/binfmt.d.xml +++ b/man/binfmt.d.xml @@ -23,9 +23,11 @@ - /etc/binfmt.d/*.conf - /run/binfmt.d/*.conf - /usr/lib/binfmt.d/*.conf + + /etc/binfmt.d/*.conf + /run/binfmt.d/*.conf + /usr/lib/binfmt.d/*.conf + diff --git a/man/coredump.conf.xml b/man/coredump.conf.xml index 61014d3823..aa73f62ea8 100644 --- a/man/coredump.conf.xml +++ b/man/coredump.conf.xml @@ -22,10 +22,12 @@ - /etc/systemd/coredump.conf - /etc/systemd/coredump.conf.d/*.conf - /run/systemd/coredump.conf.d/*.conf - /usr/lib/systemd/coredump.conf.d/*.conf + + /etc/systemd/coredump.conf + /etc/systemd/coredump.conf.d/*.conf + /run/systemd/coredump.conf.d/*.conf + /usr/lib/systemd/coredump.conf.d/*.conf + diff --git a/man/dnssec-trust-anchors.d.xml b/man/dnssec-trust-anchors.d.xml index 39b9515c45..391f93b5b7 100644 --- a/man/dnssec-trust-anchors.d.xml +++ b/man/dnssec-trust-anchors.d.xml @@ -23,12 +23,14 @@ - /etc/dnssec-trust-anchors.d/*.positive - /run/dnssec-trust-anchors.d/*.positive - /usr/lib/dnssec-trust-anchors.d/*.positive - /etc/dnssec-trust-anchors.d/*.negative - /run/dnssec-trust-anchors.d/*.negative - /usr/lib/dnssec-trust-anchors.d/*.negative + + /etc/dnssec-trust-anchors.d/*.positive + /run/dnssec-trust-anchors.d/*.positive + /usr/lib/dnssec-trust-anchors.d/*.positive + /etc/dnssec-trust-anchors.d/*.negative + /run/dnssec-trust-anchors.d/*.negative + /usr/lib/dnssec-trust-anchors.d/*.negative + diff --git a/man/environment.d.xml b/man/environment.d.xml index fc03405a94..f0c63da77d 100644 --- a/man/environment.d.xml +++ b/man/environment.d.xml @@ -26,11 +26,13 @@ - ~/.config/environment.d/*.conf - /etc/environment.d/*.conf - /run/environment.d/*.conf - /usr/lib/environment.d/*.conf - /etc/environment + + ~/.config/environment.d/*.conf + /etc/environment.d/*.conf + /run/environment.d/*.conf + /usr/lib/environment.d/*.conf + /etc/environment + diff --git a/man/homed.conf.xml b/man/homed.conf.xml index acc5f5f176..4a075511b7 100644 --- a/man/homed.conf.xml +++ b/man/homed.conf.xml @@ -22,10 +22,12 @@ - /etc/systemd/homed.conf - /etc/systemd/homed.conf.d/*.conf - /run/systemd/homed.conf.d/*.conf - /usr/lib/systemd/homed.conf.d/*.conf + + /etc/systemd/homed.conf + /etc/systemd/homed.conf.d/*.conf + /run/systemd/homed.conf.d/*.conf + /usr/lib/systemd/homed.conf.d/*.conf + diff --git a/man/journal-remote.conf.xml b/man/journal-remote.conf.xml index a5a5b56ec3..7d75f0e79f 100644 --- a/man/journal-remote.conf.xml +++ b/man/journal-remote.conf.xml @@ -27,10 +27,12 @@ - /etc/systemd/journal-remote.conf - /etc/systemd/journal-remote.conf.d/*.conf - /run/systemd/journal-remote.conf.d/*.conf - /usr/lib/systemd/journal-remote.conf.d/*.conf + + /etc/systemd/journal-remote.conf + /etc/systemd/journal-remote.conf.d/*.conf + /run/systemd/journal-remote.conf.d/*.conf + /usr/lib/systemd/journal-remote.conf.d/*.conf + diff --git a/man/journald.conf.xml b/man/journald.conf.xml index e150d04dcf..634cec4b52 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -23,14 +23,16 @@ - /etc/systemd/journald.conf - /etc/systemd/journald.conf.d/*.conf - /run/systemd/journald.conf.d/*.conf - /usr/lib/systemd/journald.conf.d/*.conf - /etc/systemd/journald@NAMESPACE.conf - /etc/systemd/journald@NAMESPACE.conf.d/*.conf - /run/systemd/journald@NAMESPACE.conf.d/*.conf - /usr/lib/systemd/journald@NAMESPACE.conf.d/*.conf + + /etc/systemd/journald.conf + /etc/systemd/journald.conf.d/*.conf + /run/systemd/journald.conf.d/*.conf + /usr/lib/systemd/journald.conf.d/*.conf + /etc/systemd/journald@NAMESPACE.conf + /etc/systemd/journald@NAMESPACE.conf.d/*.conf + /run/systemd/journald@NAMESPACE.conf.d/*.conf + /usr/lib/systemd/journald@NAMESPACE.conf.d/*.conf + diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 2b5c11b916..e1d65821bf 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -25,10 +25,12 @@ - /etc/systemd/logind.conf - /etc/systemd/logind.conf.d/*.conf - /run/systemd/logind.conf.d/*.conf - /usr/lib/systemd/logind.conf.d/*.conf + + /etc/systemd/logind.conf + /etc/systemd/logind.conf.d/*.conf + /run/systemd/logind.conf.d/*.conf + /usr/lib/systemd/logind.conf.d/*.conf + diff --git a/man/modules-load.d.xml b/man/modules-load.d.xml index cd0c00687a..1293dd5249 100644 --- a/man/modules-load.d.xml +++ b/man/modules-load.d.xml @@ -22,9 +22,11 @@ - /etc/modules-load.d/*.conf - /run/modules-load.d/*.conf - /usr/lib/modules-load.d/*.conf + + /etc/modules-load.d/*.conf + /run/modules-load.d/*.conf + /usr/lib/modules-load.d/*.conf + diff --git a/man/networkd.conf.xml b/man/networkd.conf.xml index 6d1dfc78ce..27cab25d88 100644 --- a/man/networkd.conf.xml +++ b/man/networkd.conf.xml @@ -27,9 +27,11 @@ - /etc/systemd/networkd.conf - /etc/systemd/networkd.conf.d/*.conf - /usr/lib/systemd/networkd.conf.d/*.conf + + /etc/systemd/networkd.conf + /etc/systemd/networkd.conf.d/*.conf + /usr/lib/systemd/networkd.conf.d/*.conf + diff --git a/man/oomd.conf.xml b/man/oomd.conf.xml index 4fc7abd895..e8f9b58658 100644 --- a/man/oomd.conf.xml +++ b/man/oomd.conf.xml @@ -22,9 +22,11 @@ - /etc/systemd/oomd.conf - /etc/systemd/oomd.conf.d/*.conf - /usr/lib/systemd/oomd.conf.d/*.conf + + /etc/systemd/oomd.conf + /etc/systemd/oomd.conf.d/*.conf + /usr/lib/systemd/oomd.conf.d/*.conf + diff --git a/man/os-release.xml b/man/os-release.xml index f2e0f3ecb7..79de2451bf 100644 --- a/man/os-release.xml +++ b/man/os-release.xml @@ -22,10 +22,12 @@ - /etc/os-release - /usr/lib/os-release - /etc/initrd-release - /usr/lib/extension-release.d/extension-release.IMAGE + + /etc/os-release + /usr/lib/os-release + /etc/initrd-release + /usr/lib/extension-release.d/extension-release.IMAGE + diff --git a/man/repart.d.xml b/man/repart.d.xml index 79908a0805..ea8cd9e4e4 100644 --- a/man/repart.d.xml +++ b/man/repart.d.xml @@ -22,10 +22,11 @@ - /etc/repart.d/*.conf -/run/repart.d/*.conf -/usr/lib/repart.d/*.conf - + + /etc/repart.d/*.conf + /run/repart.d/*.conf + /usr/lib/repart.d/*.conf + diff --git a/man/resolved.conf.xml b/man/resolved.conf.xml index d153865c6e..194a614244 100644 --- a/man/resolved.conf.xml +++ b/man/resolved.conf.xml @@ -25,10 +25,12 @@ - /etc/systemd/resolved.conf - /etc/systemd/resolved.conf.d/*.conf - /run/systemd/resolved.conf.d/*.conf - /usr/lib/systemd/resolved.conf.d/*.conf + + /etc/systemd/resolved.conf + /etc/systemd/resolved.conf.d/*.conf + /run/systemd/resolved.conf.d/*.conf + /usr/lib/systemd/resolved.conf.d/*.conf + diff --git a/man/sysctl.d.xml b/man/sysctl.d.xml index 4d810e6c0c..116ae9b314 100644 --- a/man/sysctl.d.xml +++ b/man/sysctl.d.xml @@ -21,9 +21,11 @@ - /etc/sysctl.d/*.conf - /run/sysctl.d/*.conf - /usr/lib/sysctl.d/*.conf + + /etc/sysctl.d/*.conf + /run/sysctl.d/*.conf + /usr/lib/sysctl.d/*.conf + key.name.under.proc.sys = some value key/name/under/proc/sys = some value diff --git a/man/systemd-ask-password-console.service.xml b/man/systemd-ask-password-console.service.xml index 03b7317cd3..90ce8cfbcc 100644 --- a/man/systemd-ask-password-console.service.xml +++ b/man/systemd-ask-password-console.service.xml @@ -25,10 +25,12 @@ - systemd-ask-password-console.service - systemd-ask-password-console.path - systemd-ask-password-wall.service - systemd-ask-password-wall.path + + systemd-ask-password-console.service + systemd-ask-password-console.path + systemd-ask-password-wall.service + systemd-ask-password-wall.path + diff --git a/man/systemd-fsck@.service.xml b/man/systemd-fsck@.service.xml index 78c661bfad..ae3574e228 100644 --- a/man/systemd-fsck@.service.xml +++ b/man/systemd-fsck@.service.xml @@ -24,10 +24,12 @@ - systemd-fsck@.service - systemd-fsck-root.service - systemd-fsck-usr.service - /usr/lib/systemd/systemd-fsck + + systemd-fsck@.service + systemd-fsck-root.service + systemd-fsck-usr.service + /usr/lib/systemd/systemd-fsck + diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml index 31435b2865..48d1afcaf8 100644 --- a/man/systemd-journald.service.xml +++ b/man/systemd-journald.service.xml @@ -29,14 +29,16 @@ - systemd-journald.service - systemd-journald.socket - systemd-journald-dev-log.socket - systemd-journald-audit.socket - systemd-journald@.service - systemd-journald@.socket - systemd-journald-varlink@.socket - /usr/lib/systemd/systemd-journald + + systemd-journald.service + systemd-journald.socket + systemd-journald-dev-log.socket + systemd-journald-audit.socket + systemd-journald@.service + systemd-journald@.socket + systemd-journald-varlink@.socket + /usr/lib/systemd/systemd-journald + diff --git a/man/systemd-sleep.conf.xml b/man/systemd-sleep.conf.xml index ee13ce8703..9afa8b28bb 100644 --- a/man/systemd-sleep.conf.xml +++ b/man/systemd-sleep.conf.xml @@ -22,10 +22,12 @@ - /etc/systemd/sleep.conf - /etc/systemd/sleep.conf.d/*.conf - /run/systemd/sleep.conf.d/*.conf - /usr/lib/systemd/sleep.conf.d/*.conf + + /etc/systemd/sleep.conf + /etc/systemd/sleep.conf.d/*.conf + /run/systemd/sleep.conf.d/*.conf + /usr/lib/systemd/sleep.conf.d/*.conf + diff --git a/man/systemd-stub.xml b/man/systemd-stub.xml index 6e853336c2..385f1b74db 100644 --- a/man/systemd-stub.xml +++ b/man/systemd-stub.xml @@ -25,14 +25,16 @@ - /usr/lib/systemd/boot/efi/linuxx64.efi.stub - /usr/lib/systemd/boot/efi/linuxia32.efi.stub - /usr/lib/systemd/boot/efi/linuxaa64.efi.stub - ESP/.../foo.efi.extra.d/*.addon.efi - ESP/.../foo.efi.extra.d/*.cred - ESP/.../foo.efi.extra.d/*.raw - ESP/loader/addons/*.addon.efi - ESP/loader/credentials/*.cred + + /usr/lib/systemd/boot/efi/linuxx64.efi.stub + /usr/lib/systemd/boot/efi/linuxia32.efi.stub + /usr/lib/systemd/boot/efi/linuxaa64.efi.stub + ESP/.../foo.efi.extra.d/*.addon.efi + ESP/.../foo.efi.extra.d/*.cred + ESP/.../foo.efi.extra.d/*.raw + ESP/loader/addons/*.addon.efi + ESP/loader/credentials/*.cred + diff --git a/man/systemd-suspend.service.xml b/man/systemd-suspend.service.xml index 02daecf33b..d15a3da21e 100644 --- a/man/systemd-suspend.service.xml +++ b/man/systemd-suspend.service.xml @@ -26,11 +26,13 @@ - systemd-suspend.service - systemd-hibernate.service - systemd-hybrid-sleep.service - systemd-suspend-then-hibernate.service - /usr/lib/systemd/system-sleep + + systemd-suspend.service + systemd-hibernate.service + systemd-hybrid-sleep.service + systemd-suspend-then-hibernate.service + /usr/lib/systemd/system-sleep + diff --git a/man/systemd-sysext.xml b/man/systemd-sysext.xml index 76076931d5..6180d1c4f5 100644 --- a/man/systemd-sysext.xml +++ b/man/systemd-sysext.xml @@ -31,7 +31,7 @@ COMMAND - systemd-sysext.service + systemd-sysext.service systemd-confext @@ -39,8 +39,7 @@ COMMAND - systemd-confext.service - + systemd-confext.service diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index 95e1e2951c..28ac363988 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -35,16 +35,22 @@ System units: -systemd-tmpfiles-setup.service -systemd-tmpfiles-setup-dev-early.service -systemd-tmpfiles-setup-dev.service -systemd-tmpfiles-clean.service -systemd-tmpfiles-clean.timer + + systemd-tmpfiles-setup.service + systemd-tmpfiles-setup-dev-early.service + systemd-tmpfiles-setup-dev.service + systemd-tmpfiles-clean.service + systemd-tmpfiles-clean.timer + + User units: -systemd-tmpfiles-setup.service -systemd-tmpfiles-clean.service -systemd-tmpfiles-clean.timer + + systemd-tmpfiles-setup.service + systemd-tmpfiles-clean.service + systemd-tmpfiles-clean.timer + + diff --git a/man/systemd.environment-generator.xml b/man/systemd.environment-generator.xml index 856f6a641b..151c6ace43 100644 --- a/man/systemd.environment-generator.xml +++ b/man/systemd.environment-generator.xml @@ -31,19 +31,19 @@ &USER_ENV_GENERATOR_DIR;/some-generator - - /run/systemd/system-environment-generators/* -/etc/systemd/system-environment-generators/* -/usr/local/lib/systemd/system-environment-generators/* -&SYSTEM_ENV_GENERATOR_DIR;/* - + + /run/systemd/system-environment-generators/* + /etc/systemd/system-environment-generators/* + /usr/local/lib/systemd/system-environment-generators/* + &SYSTEM_ENV_GENERATOR_DIR;/* + - - /run/systemd/user-environment-generators/* -/etc/systemd/user-environment-generators/* -/usr/local/lib/systemd/user-environment-generators/* -&USER_ENV_GENERATOR_DIR;/* - + + /run/systemd/user-environment-generators/* + /etc/systemd/user-environment-generators/* + /usr/local/lib/systemd/user-environment-generators/* + &USER_ENV_GENERATOR_DIR;/* + diff --git a/man/systemd.generator.xml b/man/systemd.generator.xml index b216ef96d0..06fe7ec9d9 100644 --- a/man/systemd.generator.xml +++ b/man/systemd.generator.xml @@ -30,19 +30,19 @@ late-dir - - /run/systemd/system-generators/* -/etc/systemd/system-generators/* -/usr/local/lib/systemd/system-generators/* -&SYSTEM_GENERATOR_DIR;/* - + + /run/systemd/system-generators/* + /etc/systemd/system-generators/* + /usr/local/lib/systemd/system-generators/* + &SYSTEM_GENERATOR_DIR;/* + - - /run/systemd/user-generators/* -/etc/systemd/user-generators/* -/usr/local/lib/systemd/user-generators/* -&USER_GENERATOR_DIR;/* - + + /run/systemd/user-generators/* + /etc/systemd/user-generators/* + /usr/local/lib/systemd/user-generators/* + &USER_GENERATOR_DIR;/* + diff --git a/man/systemd.nspawn.xml b/man/systemd.nspawn.xml index 79806199e5..786031c755 100644 --- a/man/systemd.nspawn.xml +++ b/man/systemd.nspawn.xml @@ -24,9 +24,11 @@ - /etc/systemd/nspawn/machine.nspawn - /run/systemd/nspawn/machine.nspawn - /var/lib/machines/machine.nspawn + + /etc/systemd/nspawn/machine.nspawn + /run/systemd/nspawn/machine.nspawn + /var/lib/machines/machine.nspawn + diff --git a/man/systemd.pcrlock.xml b/man/systemd.pcrlock.xml index 5687db5021..1dcba3fe53 100644 --- a/man/systemd.pcrlock.xml +++ b/man/systemd.pcrlock.xml @@ -21,17 +21,18 @@ - -/etc/pcrlock.d/*.pcrlock -/etc/pcrlock.d/*.pcrlock.d/*.pcrlock -/run/pcrlock.d/*.pcrlock -/run/pcrlock.d/*.pcrlock.d/*.pcrlock -/var/lib/pcrlock.d/*.pcrlock -/var/lib/pcrlock.d/*.pcrlock.d/*.pcrlock -/usr/local/pcrlock.d/*.pcrlock -/usr/local/pcrlock.d/*.pcrlock.d/*.pcrlock -/usr/lib/pcrlock.d/*.pcrlock -/usr/lib/pcrlock.d/*.pcrlock.d/*.pcrlock + + /etc/pcrlock.d/*.pcrlock + /etc/pcrlock.d/*.pcrlock.d/*.pcrlock + /run/pcrlock.d/*.pcrlock + /run/pcrlock.d/*.pcrlock.d/*.pcrlock + /var/lib/pcrlock.d/*.pcrlock + /var/lib/pcrlock.d/*.pcrlock.d/*.pcrlock + /usr/local/pcrlock.d/*.pcrlock + /usr/local/pcrlock.d/*.pcrlock.d/*.pcrlock + /usr/lib/pcrlock.d/*.pcrlock + /usr/lib/pcrlock.d/*.pcrlock.d/*.pcrlock + diff --git a/man/systemd.preset.xml b/man/systemd.preset.xml index 5d46a88c3e..26e090ea2c 100644 --- a/man/systemd.preset.xml +++ b/man/systemd.preset.xml @@ -21,12 +21,14 @@ - /etc/systemd/system-preset/*.preset - /run/systemd/system-preset/*.preset - /usr/lib/systemd/system-preset/*.preset - /etc/systemd/user-preset/*.preset - /run/systemd/user-preset/*.preset - /usr/lib/systemd/user-preset/*.preset + + /etc/systemd/system-preset/*.preset + /run/systemd/system-preset/*.preset + /usr/lib/systemd/system-preset/*.preset + /etc/systemd/user-preset/*.preset + /run/systemd/user-preset/*.preset + /usr/lib/systemd/user-preset/*.preset + diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 7fed74a227..c21c8b8221 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -40,37 +40,41 @@ System Unit Search Path - /etc/systemd/system.control/* -/run/systemd/system.control/* -/run/systemd/transient/* -/run/systemd/generator.early/* -/etc/systemd/system/* -/etc/systemd/system.attached/* -/run/systemd/system/* -/run/systemd/system.attached/* -/run/systemd/generator/* - -/usr/lib/systemd/system/* -/run/systemd/generator.late/* + + /etc/systemd/system.control/* + /run/systemd/system.control/* + /run/systemd/transient/* + /run/systemd/generator.early/* + /etc/systemd/system/* + /etc/systemd/system.attached/* + /run/systemd/system/* + /run/systemd/system.attached/* + /run/systemd/generator/* + + /usr/lib/systemd/system/* + /run/systemd/generator.late/* + User Unit Search Path - ~/.config/systemd/user.control/* -$XDG_RUNTIME_DIR/systemd/user.control/* -$XDG_RUNTIME_DIR/systemd/transient/* -$XDG_RUNTIME_DIR/systemd/generator.early/* -~/.config/systemd/user/* -$XDG_CONFIG_DIRS/systemd/user/* -/etc/systemd/user/* -$XDG_RUNTIME_DIR/systemd/user/* -/run/systemd/user/* -$XDG_RUNTIME_DIR/systemd/generator/* -$XDG_DATA_HOME/systemd/user/* -$XDG_DATA_DIRS/systemd/user/* - -/usr/lib/systemd/user/* -$XDG_RUNTIME_DIR/systemd/generator.late/* + + ~/.config/systemd/user.control/* + $XDG_RUNTIME_DIR/systemd/user.control/* + $XDG_RUNTIME_DIR/systemd/transient/* + $XDG_RUNTIME_DIR/systemd/generator.early/* + ~/.config/systemd/user/* + $XDG_CONFIG_DIRS/systemd/user/* + /etc/systemd/user/* + $XDG_RUNTIME_DIR/systemd/user/* + /run/systemd/user/* + $XDG_RUNTIME_DIR/systemd/generator/* + $XDG_DATA_HOME/systemd/user/* + $XDG_DATA_DIRS/systemd/user/* + + /usr/lib/systemd/user/* + $XDG_RUNTIME_DIR/systemd/generator.late/* + diff --git a/man/sysupdate.d.xml b/man/sysupdate.d.xml index 00b4ac887d..b5c89811f5 100644 --- a/man/sysupdate.d.xml +++ b/man/sysupdate.d.xml @@ -22,10 +22,11 @@ - /etc/sysupdate.d/*.conf -/run/sysupdate.d/*.conf -/usr/lib/sysupdate.d/*.conf - + + /etc/sysupdate.d/*.conf + /run/sysupdate.d/*.conf + /usr/lib/sysupdate.d/*.conf + diff --git a/man/sysusers.d.xml b/man/sysusers.d.xml index e7cd2855d9..5c126741a0 100644 --- a/man/sysusers.d.xml +++ b/man/sysusers.d.xml @@ -22,9 +22,11 @@ - /etc/sysusers.d/*.conf - /run/sysusers.d/*.conf - /usr/lib/sysusers.d/*.conf + + /etc/sysusers.d/*.conf + /run/sysusers.d/*.conf + /usr/lib/sysusers.d/*.conf + #Type Name ID GECOS Home directory Shell diff --git a/man/timesyncd.conf.xml b/man/timesyncd.conf.xml index e804f5fb84..b200038376 100644 --- a/man/timesyncd.conf.xml +++ b/man/timesyncd.conf.xml @@ -22,10 +22,12 @@ - /etc/systemd/timesyncd.conf - /etc/systemd/timesyncd.conf.d/*.conf - /run/systemd/timesyncd.conf.d/*.conf - /usr/lib/systemd/timesyncd.conf.d/*.conf + + /etc/systemd/timesyncd.conf + /etc/systemd/timesyncd.conf.d/*.conf + /run/systemd/timesyncd.conf.d/*.conf + /usr/lib/systemd/timesyncd.conf.d/*.conf + diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 6bf2f9c806..1800de903a 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -25,17 +25,19 @@ - /etc/tmpfiles.d/*.conf -/run/tmpfiles.d/*.conf -/usr/lib/tmpfiles.d/*.conf - + + /etc/tmpfiles.d/*.conf + /run/tmpfiles.d/*.conf + /usr/lib/tmpfiles.d/*.conf + - ~/.config/user-tmpfiles.d/*.conf -$XDG_RUNTIME_DIR/user-tmpfiles.d/*.conf -~/.local/share/user-tmpfiles.d/*.conf - -/usr/share/user-tmpfiles.d/*.conf - + + ~/.config/user-tmpfiles.d/*.conf + $XDG_RUNTIME_DIR/user-tmpfiles.d/*.conf + ~/.local/share/user-tmpfiles.d/*.conf + + /usr/share/user-tmpfiles.d/*.conf + #Type Path Mode User Group Age Argument f /file/to/create mode user group - content From ace3e93feecde2b18208d7995fa84fde654d014d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 15 Dec 2023 14:32:50 +0100 Subject: [PATCH 3/3] man: use for two more lists --- man/sd-bus.xml | 273 +++++++++++++++++++++++----------------------- man/sd-device.xml | 7 +- 2 files changed, 141 insertions(+), 139 deletions(-) diff --git a/man/sd-bus.xml b/man/sd-bus.xml index 4c9c00986a..9e67b0b467 100644 --- a/man/sd-bus.xml +++ b/man/sd-bus.xml @@ -41,142 +41,143 @@ for more information about D-Bus IPC. See - sd_bus_add_match3, -sd_bus_add_object3, -sd_bus_add_object_manager3, -sd_bus_add_object_vtable3, -sd_bus_add_fallback3, -sd_bus_add_fallback_vtable3, -sd_bus_add_filter3, -sd_bus_add_node_enumerator3, -sd_bus_attach_event3, -sd_bus_call3, -sd_bus_call_async3, -sd_bus_call_method3, -sd_bus_call_method_async3, -sd_bus_can_send3, -sd_bus_close3, -sd_bus_creds_get_pid3, -sd_bus_creds_new_from_pid3, -sd_bus_default3, -sd_bus_emit_interfaces_added3, -sd_bus_emit_interfaces_added_strv3, -sd_bus_emit_interfaces_removed3, -sd_bus_emit_interfaces_removed_strv3, -sd_bus_emit_object_added3, -sd_bus_emit_object_removed3, -sd_bus_emit_properties_changed3, -sd_bus_emit_properties_changed_strv3, -sd_bus_emit_signal3, -sd_bus_emit_signalv3, -sd_bus_emit_signal_to3, -sd_bus_emit_signal_tov3, -sd-bus-errors3, -sd_bus_error3, -sd_bus_error_add_map3, -sd_bus_get_address3, -sd_bus_get_allow_interactive_authorization3, -sd_bus_get_bus_id3, -sd_bus_get_creds_mask3, -sd_bus_get_current_handler3, -sd_bus_get_current_message3, -sd_bus_get_current_slot3, -sd_bus_get_current_userdata3, -sd_bus_get_exit_on_disconnect3, -sd_bus_get_fd3, -sd_bus_get_method_call_timeout3, -sd_bus_get_n_queued_read3, -sd_bus_get_name_creds3, -sd_bus_get_name_machine_id3, -sd_bus_get_owner_creds3, -sd_bus_get_property3, -sd_bus_get_property_string3, -sd_bus_get_property_strv3, -sd_bus_get_property_trivial3, -sd_bus_get_scope3, -sd_bus_get_tid3, -sd_bus_get_unique_name3, -sd_bus_interface_name_is_valid3, -sd_bus_is_bus_client3, -sd_bus_is_monitor3, -sd_bus_is_server3, -sd_bus_list_names3, -sd_bus_message_append3, -sd_bus_message_append_array3, -sd_bus_message_append_basic3, -sd_bus_message_append_string_memfd3, -sd_bus_message_append_strv3, -sd_bus_message_at_end3, -sd_bus_message_close_container3, -sd_bus_message_copy3, -sd_bus_message_dump3, -sd_bus_message_enter_container3, -sd_bus_message_exit_container3, -sd_bus_message_get_allow_interactive_authorization3, -sd_bus_message_get_cookie3, -sd_bus_message_get_creds3, -sd_bus_message_get_errno3, -sd_bus_message_get_error3, -sd_bus_message_get_monotonic_usec3, -sd_bus_message_get_sender3, -sd_bus_message_get_signature3, -sd_bus_message_get_type3, -sd_bus_message_new3, -sd_bus_message_new_method_call3, -sd_bus_message_new_method_error3, -sd_bus_message_new_signal3, -sd_bus_message_new_signal_to3, -sd_bus_message_open_container3, -sd_bus_message_peek_type3, -sd_bus_message_read3, -sd_bus_message_read_array3, -sd_bus_message_read_basic3, -sd_bus_message_read_strv3, -sd_bus_message_rewind3, -sd_bus_message_seal3, -sd_bus_message_send3, -sd_bus_message_set_allow_interactive_authorization3, -sd_bus_message_set_destination3, -sd_bus_message_set_expect_reply3, -sd_bus_message_set_sender3, -sd_bus_message_skip3, -sd_bus_message_verify_type3, -sd_bus_negotiate_fds3, -sd_bus_new3, -sd_bus_path_encode3, -sd_bus_process3, -sd_bus_query_sender_creds3, -sd_bus_query_sender_privilege3, -sd_bus_reply_method_error3, -sd_bus_reply_method_return3, -sd_bus_request_name3, -sd_bus_send3, -sd_bus_send_to3, -sd_bus_set_address3, -sd_bus_set_allow_interactive_authorization3, -sd_bus_set_bus_client3, -sd_bus_set_close_on_exit3, -sd_bus_set_connected_signal3, -sd_bus_set_description3, -sd_bus_set_exit_on_disconnect3, -sd_bus_set_method_call_timeout3, -sd_bus_set_monitor3, -sd_bus_set_property3, -sd_bus_set_propertyv3, -sd_bus_set_sender3, -sd_bus_set_server3, -sd_bus_set_watch_bind3 -sd_bus_slot_get_current_handler3, -sd_bus_slot_get_current_message3, -sd_bus_slot_get_current_userdata3, -sd_bus_slot_set_description3, -sd_bus_slot_set_destroy_callback3, -sd_bus_slot_set_floating3, -sd_bus_slot_set_userdata3, -sd_bus_start3, -sd_bus_track_add_name3, -sd_bus_track_new3 - + + sd_bus_add_match3, + sd_bus_add_object3, + sd_bus_add_object_manager3, + sd_bus_add_object_vtable3, + sd_bus_add_fallback3, + sd_bus_add_fallback_vtable3, + sd_bus_add_filter3, + sd_bus_add_node_enumerator3, + sd_bus_attach_event3, + sd_bus_call3, + sd_bus_call_async3, + sd_bus_call_method3, + sd_bus_call_method_async3, + sd_bus_can_send3, + sd_bus_close3, + sd_bus_creds_get_pid3, + sd_bus_creds_new_from_pid3, + sd_bus_default3, + sd_bus_emit_interfaces_added3, + sd_bus_emit_interfaces_added_strv3, + sd_bus_emit_interfaces_removed3, + sd_bus_emit_interfaces_removed_strv3, + sd_bus_emit_object_added3, + sd_bus_emit_object_removed3, + sd_bus_emit_properties_changed3, + sd_bus_emit_properties_changed_strv3, + sd_bus_emit_signal3, + sd_bus_emit_signalv3, + sd_bus_emit_signal_to3, + sd_bus_emit_signal_tov3, + sd-bus-errors3, + sd_bus_error3, + sd_bus_error_add_map3, + sd_bus_get_address3, + sd_bus_get_allow_interactive_authorization3, + sd_bus_get_bus_id3, + sd_bus_get_creds_mask3, + sd_bus_get_current_handler3, + sd_bus_get_current_message3, + sd_bus_get_current_slot3, + sd_bus_get_current_userdata3, + sd_bus_get_exit_on_disconnect3, + sd_bus_get_fd3, + sd_bus_get_method_call_timeout3, + sd_bus_get_n_queued_read3, + sd_bus_get_name_creds3, + sd_bus_get_name_machine_id3, + sd_bus_get_owner_creds3, + sd_bus_get_property3, + sd_bus_get_property_string3, + sd_bus_get_property_strv3, + sd_bus_get_property_trivial3, + sd_bus_get_scope3, + sd_bus_get_tid3, + sd_bus_get_unique_name3, + sd_bus_interface_name_is_valid3, + sd_bus_is_bus_client3, + sd_bus_is_monitor3, + sd_bus_is_server3, + sd_bus_list_names3, + sd_bus_message_append3, + sd_bus_message_append_array3, + sd_bus_message_append_basic3, + sd_bus_message_append_string_memfd3, + sd_bus_message_append_strv3, + sd_bus_message_at_end3, + sd_bus_message_close_container3, + sd_bus_message_copy3, + sd_bus_message_dump3, + sd_bus_message_enter_container3, + sd_bus_message_exit_container3, + sd_bus_message_get_allow_interactive_authorization3, + sd_bus_message_get_cookie3, + sd_bus_message_get_creds3, + sd_bus_message_get_errno3, + sd_bus_message_get_error3, + sd_bus_message_get_monotonic_usec3, + sd_bus_message_get_sender3, + sd_bus_message_get_signature3, + sd_bus_message_get_type3, + sd_bus_message_new3, + sd_bus_message_new_method_call3, + sd_bus_message_new_method_error3, + sd_bus_message_new_signal3, + sd_bus_message_new_signal_to3, + sd_bus_message_open_container3, + sd_bus_message_peek_type3, + sd_bus_message_read3, + sd_bus_message_read_array3, + sd_bus_message_read_basic3, + sd_bus_message_read_strv3, + sd_bus_message_rewind3, + sd_bus_message_seal3, + sd_bus_message_send3, + sd_bus_message_set_allow_interactive_authorization3, + sd_bus_message_set_destination3, + sd_bus_message_set_expect_reply3, + sd_bus_message_set_sender3, + sd_bus_message_skip3, + sd_bus_message_verify_type3, + sd_bus_negotiate_fds3, + sd_bus_new3, + sd_bus_path_encode3, + sd_bus_process3, + sd_bus_query_sender_creds3, + sd_bus_query_sender_privilege3, + sd_bus_reply_method_error3, + sd_bus_reply_method_return3, + sd_bus_request_name3, + sd_bus_send3, + sd_bus_send_to3, + sd_bus_set_address3, + sd_bus_set_allow_interactive_authorization3, + sd_bus_set_bus_client3, + sd_bus_set_close_on_exit3, + sd_bus_set_connected_signal3, + sd_bus_set_description3, + sd_bus_set_exit_on_disconnect3, + sd_bus_set_method_call_timeout3, + sd_bus_set_monitor3, + sd_bus_set_property3, + sd_bus_set_propertyv3, + sd_bus_set_sender3, + sd_bus_set_server3, + sd_bus_set_watch_bind3 + sd_bus_slot_get_current_handler3, + sd_bus_slot_get_current_message3, + sd_bus_slot_get_current_userdata3, + sd_bus_slot_set_description3, + sd_bus_slot_set_destroy_callback3, + sd_bus_slot_set_floating3, + sd_bus_slot_set_userdata3, + sd_bus_start3, + sd_bus_track_add_name3, + sd_bus_track_new3 + for more information about the functions available. diff --git a/man/sd-device.xml b/man/sd-device.xml index 4950781f84..a22db76e04 100644 --- a/man/sd-device.xml +++ b/man/sd-device.xml @@ -44,9 +44,10 @@ libudev.h. See - sd_device_get_syspath3, -sd_device_ref3 - + + sd_device_get_syspath3, + sd_device_ref3 + for more information about the functions available.