1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-26 17:27:41 +03:00
systemd/man
Lennart Poettering 225f18b9a9 man: soft deprecate use of ";" for separating multiple command lines in ExecStart=
So far we supported this syntax:

    ExecStart=foo ; bar

as equivalent to:

    ExecStart=foo
    ExecStart=bar

With this change we'll "soft" deprecate the first syntax. i.e. it's
still supported in code, but not documented anymore.

The concept was originally added to make things easier for 3rd party
.ini readers, as it allowed writing unit files with a .ini framework
that doesn't allow multiple assignments for the same key. But frankly,
this is kinda pointless, as so many other of our knobs require the
double assignment.

Hence, let's just stop advertising the concept, let's simplify the docs,
by removing one entirely redundant feature from it.

Replaces: #34570
2024-10-02 10:57:25 +02:00
..
rules man: add basic documents for org.freedesktop.timesync1 2024-09-11 04:42:50 +09:00
.dir-locals.el
50-xdg-data-dirs.sh
90-rearrange-path.py
binfmt.d.xml man: document /usr/local/lib in search paths 2024-06-06 12:07:08 +02:00
bootctl.xml Merge pull request #34434 from poettering/bootctl-stub-paths 2024-09-16 10:41:24 +09:00
bootup.xml man: reword some sentences with umbiguous subjects 2024-09-23 12:09:43 +02:00
busctl.xml busctl: add --num-matches= for monitor verb 2024-08-09 12:12:28 +01:00
capsule@.service.xml man/capsule@.service: the capsule user is prefixed with "c-" rather than "p_" 2024-06-26 16:47:48 +02:00
cgroup-sandboxing.xml man: fix plural 2023-12-25 09:15:53 +01:00
check-os-release-simple.py
check-os-release.py
check-os-release.sh
common-variables.xml man: say explicitly that $LESS + $LESSCHARSET have no effect on less invocations by systemd tools 2024-04-22 15:16:54 +02:00
coredump.conf.xml coredump: generate properly symbolized stacktrace for containerized processes 2024-08-06 18:32:42 +02:00
coredumpctl.xml man: fix incorrect XML in man page 2024-04-15 10:40:11 +02:00
crypttab.xml cryptsetup: allow customizing cache behavior 2024-06-27 13:00:49 +02:00
custom-entities.ent.in man: add machinectl import-raw example for vmspawn 2024-04-19 16:38:48 +01:00
custom-html.xsl man: switch wireguard man project to man7 2024-04-14 23:41:34 +08:00
custom-man.xsl
daemon.xml man: fix a few issues in manpage 2024-03-20 15:24:11 +01:00
directives-template.xml man: make sure credentials properly show up in directives index 2023-07-04 22:56:59 +02:00
dnssec-trust-anchors.d.xml man: document /usr/local/lib in search paths 2024-06-06 12:07:08 +02:00
environment.d.xml man: document /usr/local/lib in search paths 2024-06-06 12:07:08 +02:00
event-quick-child.c man/examples: set _GNU_SOURCE in source, rather than by compile option 2024-04-04 02:30:29 +09:00
fido2-crypttab.sh meson: move systemd-cryptsetup to /usr/bin 2023-09-26 17:03:26 +02:00
file-hierarchy.xml man: fix formatting in file-hierarchy 2024-09-26 19:57:07 +02:00
glib-event-glue.c
homectl.xml docs,man: Avoid some ambiguous uses of "may not" 2024-05-08 17:14:32 +02:00
homed.conf.xml man: document /usr/local/lib in search paths 2024-06-06 12:07:08 +02:00
hostname.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
hostnamectl.xml man: use standard-options for --no-ask-password everywhere 2024-08-21 15:17:02 +02:00
html.in
hwdb-usb-device.c man/examples: set _GNU_SOURCE in source, rather than by compile option 2024-04-04 02:30:29 +09:00
hwdb.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
id128-app-specific.c
importctl.xml man: add missing "and" to importctl description 2024-03-16 12:52:48 +01:00
inotify-watch-tmp.c
integritytab.xml systemd-integritysetup: accept integrity-algorithm=xxhash64 2024-10-01 11:16:14 +02:00
iocost.conf.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
journal-enumerate-fields.c man/examples: use strerror() instead of %m 2024-04-03 17:58:35 +09:00
journal-iterate-foreach.c man/examples: use strerror() instead of %m 2024-04-03 17:58:35 +09:00
journal-iterate-poll.c man/examples: set _GNU_SOURCE in source, rather than by compile option 2024-04-04 02:30:29 +09:00
journal-iterate-unique.c man/examples: use strerror() instead of %m 2024-04-03 17:58:35 +09:00
journal-iterate-wait.c man/examples: use strerror() instead of %m 2024-04-03 17:58:35 +09:00
journal-remote.conf.xml man: document /usr/local/lib in search paths 2024-06-06 12:07:08 +02:00
journal-stream-fd.c man/examples: set _GNU_SOURCE in source, rather than by compile option 2024-04-04 02:30:29 +09:00
journal-upload.conf.xml man: document all the new paths 2024-03-07 19:14:36 +01:00
journalctl.xml journalctl: add --list-invocations command and -I/--invocation options 2024-08-01 07:31:44 +09:00
journald.conf.xml man: document /usr/local/lib in search paths 2024-06-06 12:07:08 +02:00
kernel-command-line.xml core: Add systemd.crash_action= kernel command line argument 2024-04-29 14:34:22 +02:00
kernel-install.xml kernel-install: correct the place where it works in man and help text 2024-06-20 03:01:22 +09:00
libsystemd-pkgconfig.xml man: match doctype and root element 2023-12-24 09:23:53 +01:00
libsystemd.xml man: add brief intro page to new sd-json APIs 2024-06-12 18:42:22 +02:00
libudev.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
loader.conf.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
locale.conf.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
localectl.xml man: use standard-options for --no-ask-password everywhere 2024-08-21 15:17:02 +02:00
localtime.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
logcontrol-example.c man/example: also build example code with C90 2024-04-04 03:23:20 +09:00
loginctl.xml man: use standard-options for --no-ask-password everywhere 2024-08-21 15:17:02 +02:00
logind.conf.xml login: Add a new SecureAttentionKey dbus signal when Ctrl+Alt+Shift+Esc is pressed 2024-06-24 22:29:38 +02:00
machine-id.xml machine-id: Add cmdline argument to use VM behaviour on bare metal (#32086) 2024-07-13 18:00:16 +02:00
machine-info.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
machinectl.xml machinectl: add -P 2024-03-04 16:12:23 +04:00
man.in
meson.build man/example: also build example code with C90 2024-04-04 03:23:20 +09:00
modules-load.d.xml man: document /usr/local/lib in search paths 2024-06-06 12:07:08 +02:00
networkctl.xml networkctl: support editing netdev files by link and cat ":all" 2024-09-09 23:20:42 +02:00
networkd.conf.xml network/address-label: allow to configure IPv6 address label in networkd.conf 2024-08-20 20:50:56 +09:00
notify-selfcontained-example.c man: Ensure notify example includes <string.h> 2024-08-22 04:26:32 +09:00
notify-selfcontained-example.py Add self-contained Python sd_notify example. 2024-04-23 17:03:01 +02:00
nss-myhostname.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
nss-mymachines.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
nss-resolve.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
nss-systemd.xml man: document .membership files that nss-systemd processes 2024-08-22 15:16:00 +02:00
oomctl.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
oomd.conf.xml man: document /usr/local/lib in search paths 2024-06-06 12:07:08 +02:00
org.freedesktop.home1.xml homework: Implement offline updates 2024-03-23 01:05:13 +00:00
org.freedesktop.hostname1.xml man: document the last remaining bits of the hostnamed D-Bus interface 2024-04-19 16:02:14 +02:00
org.freedesktop.import1.xml man: document new importctl/importd functionality 2024-03-01 22:29:07 +01:00
org.freedesktop.locale1.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
org.freedesktop.LogControl1.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
org.freedesktop.login1.xml man: document "web" session type 2024-08-26 16:54:59 +01:00
org.freedesktop.machine1.xml machine: fix bus method argument name: who -> whom 2024-09-21 05:38:01 +09:00
org.freedesktop.network1.xml networkd: expose nsid via dbus 2024-01-12 21:43:34 +01:00
org.freedesktop.oom1.xml man: suffix signals with () 2024-01-23 16:27:50 +01:00
org.freedesktop.portable1.xml portable: support vpick 2024-04-19 13:25:32 +01:00
org.freedesktop.resolve1.xml man: fix typo 2024-04-23 01:42:11 +09:00
org.freedesktop.systemd1.xml man: document ShowStatus and SetShowStatus() 2024-09-18 10:11:55 +02:00
org.freedesktop.sysupdate1.xml sysupdate: Repair incomplete versions in-place 2024-08-22 16:00:46 -04:00
org.freedesktop.timedate1.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
org.freedesktop.timesync1.xml man: add basic documents for org.freedesktop.timesync1 2024-09-11 04:42:50 +09:00
os-release.xml man: say that SYSEXT_SCOPE=initrd also applies to exitrds 2024-09-23 12:12:06 +02:00
pam_systemd_home.xml man: don't suggest using pam_unix.so's use_authtok switch 2024-01-17 23:59:05 +00:00
pam_systemd_loadkey.xml man: document other keyname options for pam_systemd_loadkey 2024-04-18 20:56:58 +12:00
pam_systemd.xml shell: define three system credentials we can propagate into shell prompts and welcome messages 2024-09-09 19:03:48 +02:00
path-documents.c man/examples: fix sd- header path 2024-04-03 17:58:39 +09:00
portablectl.xml portable: support vpick 2024-04-19 13:25:32 +01:00
poweroff.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
print-unit-path-call-method.c man/examples: use strerror() instead of %m 2024-04-03 17:58:35 +09:00
print-unit-path.c man/examples: use strerror() instead of %m 2024-04-03 17:58:35 +09:00
pstore.conf.xml man: document /usr/local/lib in search paths 2024-06-06 12:07:08 +02:00
repart.d.xml man/repart: use <varname> instead of <variable> 2024-09-18 16:03:56 +02:00
resolvectl.xml resolvconf: disable default route when -p is specified 2024-08-27 05:30:06 +09:00
resolved.conf.xml man: document /usr/local/lib in search paths 2024-06-06 12:07:08 +02:00
run0.xml man: use standard-options for --no-ask-password everywhere 2024-08-21 15:17:02 +02:00
runlevel.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_booted.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_add_match.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_add_node_enumerator.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_add_object_manager.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_add_object.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_attach_event.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_call_method.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_call.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_can_send.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_close.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_creds_get_pid.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_creds_new_from_pid.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_default.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_emit_signal.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_enqueue_for_read.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_error_add_map.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_error-example.c man/examples: fix sd- header path 2024-04-03 17:58:39 +09:00
sd_bus_error.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_get_current_handler.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_get_fd.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_get_n_queued_read.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_get_name_creds.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_get_name_machine_id.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_interface_name_is_valid.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_is_open.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_list_names.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_message_append_array.xml Update sd_bus_message_append_array.xml 2024-10-01 15:55:28 +02:00
sd_bus_message_append_basic.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_append_string_memfd.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_append_strv.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_append.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_at_end.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_copy.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_dump.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_get_cookie.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_get_monotonic_usec.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_get_signature.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_get_type.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_new_method_call.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_new_method_error.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_new_signal.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_new.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_open_container.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_read_array.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_read_basic.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_bus_message_read_strv.xml man: document that sd_bus_message_read_strv() happily spits out empty arrays as NULL 2024-09-06 14:10:12 +02:00
sd_bus_message_read.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_rewind.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_seal.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_sensitive.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_set_destination.xml man: use <simplelist> for 'See also' sections 2023-12-23 08:28:57 +01:00
sd_bus_message_set_expect_reply.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_skip.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_message_verify_type.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_negotiate_fds.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_new.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_path_encode.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_pending_method_calls.xml sd-bus: add new sd_bus_pending_method_calls() call 2024-06-11 23:17:38 +01:00
sd_bus_process.xml man: document that sd_bus_process() only returns otherwise unhandled messages in *ret_message 2024-09-12 16:18:07 +02:00
sd_bus_query_sender_creds.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_reply_method_error.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_reply_method_return.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_request_name.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_send.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_service_reconnect.c man/examples: use strerror() instead of %m 2024-04-03 17:58:35 +09:00
sd_bus_set_address.xml docs,man: Avoid some ambiguous uses of "may not" 2024-05-08 17:14:32 +02:00
sd_bus_set_close_on_exit.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_set_connected_signal.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_set_description.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_set_exit_on_disconnect.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_set_fd.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_set_method_call_timeout.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_set_property.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_set_sender.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_set_server.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_set_watch_bind.xml man: add working example for sd_bus_set_watch_bind() 2024-01-26 14:41:20 +00:00
sd_bus_slot_get_bus.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_slot_ref.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_slot_set_description.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_slot_set_destroy_callback.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_slot_set_floating.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_slot_set_userdata.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_start.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_track_add_name.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_track_new.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_bus_wait.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_device_get_syspath.xml man: fix typo 2024-08-31 11:19:15 +09:00
sd_device_ref.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_add_child.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_add_defer.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_add_inotify.xml sd-event: fix sd_event_source_get_inotify_path() 2024-04-20 11:14:32 +02:00
sd_event_add_io.xml man: reword text and fix tense in description of sd_event_source_set_io_fd 2024-05-07 08:53:58 +02:00
sd_event_add_memory_pressure.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_add_signal.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_add_time.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_exit.xml sd-event: make return code of sd_event_get_exit_code() optional 2024-03-01 22:25:42 +01:00
sd_event_get_fd.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_new.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_now.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_run.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_set_signal_exit.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_set_watchdog.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_source_get_event.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_source_get_pending.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_source_set_description.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_source_set_destroy_callback.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_source_set_enabled.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_source_set_exit_on_failure.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_source_set_floating.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_source_set_prepare.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_source_set_priority.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_source_set_ratelimit.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_source_set_userdata.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_source_unref.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_event_wait.xml man: fix wrong version info (#31949) 2024-04-18 09:45:51 +09:00
sd_get_seats.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_hwdb_get.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_hwdb_new.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_id128_get_machine.xml sd-id128: add an app-specific flavour of the invocation ID too 2024-04-20 12:10:42 +02:00
sd_id128_randomize.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_id128_to_string.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_is_fifo.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_journal_add_match.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_journal_enumerate_fields.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_journal_get_catalog.xml man: update links to catalog docs 2024-05-28 14:46:44 +02:00
sd_journal_get_cursor.xml man: mention that sd_journal_test_cursor() needs a positioning call 2024-04-17 22:01:53 +02:00
sd_journal_get_cutoff_realtime_usec.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_journal_get_data.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_journal_get_fd.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_journal_get_realtime_usec.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_journal_get_seqnum.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_journal_get_usage.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_journal_has_runtime_files.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_journal_next.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_journal_open.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_journal_print.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_journal_query_unique.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_journal_seek_head.xml man: mention that sd_journal_test_cursor() needs a positioning call 2024-04-17 22:01:53 +02:00
sd_journal_stream_fd.xml sd-journal: introduce sd_journal_stream_fd_with_namespace 2024-03-14 14:25:52 +08:00
sd_listen_fds.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_login_monitor_new.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_machine_get_class.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_notify.xml core/service: store BUSERROR= & VARLINKERROR= received through notification 2024-06-20 19:03:44 +02:00
sd_path_lookup.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_pid_get_owner_uid.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_seat_get_active.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_session_is_active.xml logind: add new 'user-incomplete' session class 2024-02-14 14:58:37 +01:00
sd_uid_get_state.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd_watchdog_enabled.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd-bus-container-append.c man/example: also build example code with C90 2024-04-04 03:23:20 +09:00
sd-bus-container-read.c
sd-bus-errors.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd-bus.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd-daemon.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd-device.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd-event.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd-hwdb.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
sd-id128.xml man: move macro decls. out of <funcsynopsis> 2023-12-26 13:10:35 +01:00
sd-journal.xml man/sd-journal: correct project name for man7 2024-04-14 23:46:54 +08:00
sd-json.xml man: add brief intro page to new sd-json APIs 2024-06-12 18:42:22 +02:00
sd-login.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
send-unit-files-changed.c
shutdown.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
smbios-type-11.xml systemd-boot: Add support for reading extra kernel cmdline from SMBIOS 2024-03-10 16:30:34 +01:00
standard-conf.xml man: document that separate /usr/local/ must not be used for config 2024-06-11 18:02:31 +01:00
standard-options.xml man: fix incorrect XML in man page 2024-04-15 10:40:11 +02:00
standard-specifiers.xml man: match doctype and root element 2023-12-24 09:23:53 +01:00
supported-controllers.xml man: adjust indentation 2023-12-24 10:46:55 +01:00
sysctl.d.xml man: document /usr/local/lib in search paths 2024-06-06 12:07:08 +02:00
system-only.xml man: fix indentation 2023-12-26 08:59:53 +01:00
system-or-user-ns.xml man: fix indentation 2023-12-26 08:59:53 +01:00
systemctl.xml core: do BindMount/MountImage operations in async control process 2024-08-29 12:48:55 +01:00
systemd-ac-power.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-analyze.xml tpm2-util: show loaded libraries in 'systemd-analyze has-tpm2' 2024-09-30 15:40:14 +02:00
systemd-ask-password-console.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-ask-password.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-backlight@.service.xml backlight: supprt ID_LEDS_CLAMP udev property for leds subsystem devices 2024-01-03 09:30:41 +09:00
systemd-battery-check.service.xml tree-wide: use "_" rather than "-" as separator in kernel cmdline options 2024-02-28 15:33:51 +01:00
systemd-binfmt.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-bless-boot-generator.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-bless-boot.service.xml man: fix efi var vendor uuid for systemd-bless-boot.service 2024-03-14 16:54:49 +00:00
systemd-boot-check-no-failures.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-boot-random-seed.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-boot.xml man: fix LoaderDevicePathUUID + LoaderImageIdentifier descriptions 2024-09-11 06:47:16 +02:00
systemd-bsod.service.xml man: fix incorrect XML in man page 2024-04-15 10:40:11 +02:00
systemd-cat.xml man: Correct flag description of systemd-cat 2024-09-11 15:00:34 +02:00
systemd-cgls.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-cgtop.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-coredump.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-creds.xml analyze: move "has-tpm2" from systemd-creds to systemd-analyze 2024-09-12 12:56:03 +02:00
systemd-cryptenroll.xml cryptenroll: add --list-devices switch that shows candidate block devices 2024-07-01 16:39:40 +02:00
systemd-cryptsetup-generator.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-cryptsetup.xml cryptsetup: allow customizing cache behavior 2024-06-27 13:00:49 +02:00
systemd-debug-generator.xml debug-generator: Allow specifying name of unit-dropin credential 2024-05-11 19:46:15 +02:00
systemd-delta.xml man: rewrite as <group> 2023-12-26 13:10:36 +01:00
systemd-detect-virt.xml man/systemd-detect-virt: list known CVM technologies 2024-08-02 16:55:03 +01:00
systemd-dissect.xml man: create reusable snippet for 'vpick' entries 2024-02-17 11:20:00 +00:00
systemd-environment-d-generator.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-escape.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-firstboot.xml man: mention that preset-all is performed during early boot 2024-02-08 20:36:44 +01:00
systemd-fsck@.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-fstab-generator.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-getty-generator.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-gpt-auto-generator.xml id128: add 'var-partition-uuid' verb 2024-07-17 18:05:40 +02:00
systemd-hibernate-resume-generator.xml man/systemd-hibernate-resume: generator now enables rather than creates the service 2024-03-10 16:13:19 +00:00
systemd-hibernate-resume.service.xml units: introduce systemd-hibernate-clear.service that clears 2024-04-03 22:07:43 +08:00
systemd-homed.service.xml homed: Create & advertise blob directory 2024-02-19 11:18:11 +00:00
systemd-hostnamed.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-hwdb.xml man: fix markup 2023-12-26 13:10:36 +01:00
systemd-id128.xml id128: add 'var-partition-uuid' verb 2024-07-17 18:05:40 +02:00
systemd-import-generator.xml import: add generator that synthesizes download jobs from kernel cmdline 2024-06-25 09:57:42 +02:00
systemd-importd.service.xml man: document new importctl/importd functionality 2024-03-01 22:29:07 +01:00
systemd-inhibit.xml logind: always check for inhibitor locks 2024-07-25 12:22:36 +01:00
systemd-initctl.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-integritysetup-generator.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-integritysetup@.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-journal-gatewayd.service.xml meson/man: allow man pages to use multiple conditions 2024-03-06 09:55:01 +00:00
systemd-journal-remote.service.xml meson/man: allow man pages to use multiple conditions 2024-03-06 09:55:01 +00:00
systemd-journal-upload.service.xml meson/man: allow man pages to use multiple conditions 2024-03-06 09:55:01 +00:00
systemd-journald.service.xml journal: Add journal.storage credential 2024-04-30 14:19:55 +02:00
systemd-localed.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-logind.service.xml various: update links to more wiki pages 2024-05-28 14:48:53 +02:00
systemd-machine-id-commit.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-machine-id-setup.xml man: update machine-id-setup(1) 2024-05-25 02:13:00 +09:00
systemd-machined.service.xml various: update links to more wiki pages 2024-05-28 14:48:53 +02:00
systemd-makefs@.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-measure.xml man: systemd-stub places PCR public key in file 'tpm2-pcr-public-key.pem', stick to that name across the board 2024-09-12 09:46:26 +02:00
systemd-modules-load.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-mount.xml mount-tool: add support for a --json= output mode 2024-07-10 09:35:31 +02:00
systemd-mountfsd.service.xml mountfsd: add new systemd-mountfsd component 2024-04-06 16:08:24 +02:00
systemd-network-generator.service.xml network-generator: also copy drop-ins for networkd.conf from credential 2024-04-16 12:45:08 +09:00
systemd-networkd-wait-online.service.xml man: fix incorrect XML in man page 2024-04-15 10:40:11 +02:00
systemd-networkd.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-notify.xml man: fix incorrect XML in man page 2024-04-15 10:40:11 +02:00
systemd-nspawn.xml Revert "nspawn: Allow specifying custom init program" 2024-08-22 22:20:42 +02:00
systemd-nsresourced.service.xml man: fix typo 2024-09-19 09:18:47 +09:00
systemd-oomd.service.xml man: move </variablelist> to the right place 2023-12-26 13:10:35 +01:00
systemd-path.xml man: clarify systemd-path variable source 2024-07-28 10:33:49 +01:00
systemd-pcrlock.xml Use the correct name of CEL 2024-05-08 13:34:07 +02:00
systemd-pcrphase.service.xml Use the correct name of CEL 2024-05-08 13:34:07 +02:00
systemd-portabled.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-poweroff.service.xml man: fix a few issues in manpage 2024-03-20 15:24:11 +01:00
systemd-pstore.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-quotacheck.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-random-seed.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-rc-local-generator.xml man: add note about selinux to rc-local 2024-05-17 15:16:07 +02:00
systemd-remount-fs.service.xml man: update links to "API File Systems" 2024-05-28 14:48:56 +02:00
systemd-repart.xml man/systemd-repart: extend description and reword some sentences 2024-07-22 12:14:23 +01:00
systemd-resolved.service.xml man: reword about default route for DNS traffic 2024-08-26 11:14:26 +01:00
systemd-rfkill.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-run-generator.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-run.xml man: use standard-options for --no-ask-password everywhere 2024-08-21 15:17:02 +02:00
systemd-sleep.conf.xml sleep: add HibernateOnACPower= option (#33846) 2024-08-05 00:01:34 +01:00
systemd-socket-activate.xml man: fix incorrect XML in man page 2024-04-15 10:40:11 +02:00
systemd-socket-proxyd.xml man: be explicit that we don't proxy SO_PEER*, SCM_RIGHTS and co. 2024-04-22 15:16:54 +02:00
systemd-soft-reboot.service.xml man/systemd-soft-reboot.service: upgrade drop-in to unit file for slice 2024-06-11 10:36:50 +01:00
systemd-ssh-generator.xml man: fix typos 2024-08-31 13:59:02 +09:00
systemd-ssh-proxy.xml man: fix typos 2024-08-31 13:59:02 +09:00
systemd-stdio-bridge.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-storagetm.service.xml storagetm: add --list-devices command 2024-07-01 16:39:40 +02:00
systemd-stub.xml man: fix typo 2024-09-16 11:49:04 +09:00
systemd-suspend.service.xml man: update links to "Inhibitor Locks" 2024-05-28 14:48:53 +02:00
systemd-sysctl.service.xml man: fix references to systemd.exec(5) 2024-01-11 12:19:44 +00:00
systemd-sysext.xml man: Remove OSConfig project mentioning for systemd-confext 2024-05-06 10:54:15 +02:00
systemd-system-update-generator.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-system.conf.xml man: improve ManagerEnvironment documentation 2024-07-28 10:33:17 +01:00
systemd-sysupdate.xml sysupdate: Add --transfer-source= 2024-09-09 16:41:52 +02:00
systemd-sysupdated.service.xml sysupdate: Implement updatectl 2024-08-21 09:31:41 +01:00
systemd-sysusers.xml man/systemd-sysusers, man/systemd-tmpfiles: fix sentence fragments 2024-08-13 19:27:21 +02:00
systemd-sysv-generator.xml man: update links to "Compatibility with SysV" 2024-05-28 14:46:44 +02:00
systemd-time-wait-sync.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-timedated.service.xml man: fix systemd-timedated man page wrt ntp-units.d 2024-03-06 21:44:12 +00:00
systemd-timesyncd.service.xml man: describe setting of the clock by systemd and systemd-timesyncd 2024-06-15 16:58:11 +02:00
systemd-tmpfiles.xml tmpfiles: introduce an explicit line flag $ for enabling purge logic for a line 2024-09-15 19:43:09 +02:00
systemd-tpm2-generator.xml units: add a tpm2.target synchronization point and small generator that pulls in 2024-01-03 13:49:02 +01:00
systemd-tpm2-setup.service.xml man: fix a few issues in manpage 2024-03-20 15:24:11 +01:00
systemd-tty-ask-password-agent.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-udev-settle.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-udevd.service.xml tree-wide: use "_" rather than "-" as separator in kernel cmdline options 2024-02-28 15:33:51 +01:00
systemd-update-done.service.xml tree-wide: use "_" rather than "-" as separator in kernel cmdline options 2024-02-28 15:33:51 +01:00
systemd-update-utmp.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-user-sessions.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-userdbd.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-vconsole-setup.service.xml man: fix references to systemd.exec(5) 2024-01-11 12:19:44 +00:00
systemd-veritysetup-generator.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-veritysetup@.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-vmspawn.xml vmspawn,man: move the varlistentry for -D into a variablelist 2024-05-02 19:31:42 +02:00
systemd-volatile-root.service.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd-vpick.xml man: document the new vpick concept 2024-01-03 18:38:46 +01:00
systemd-xdg-autostart-generator.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd.automount.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd.device.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd.dnssd.xml dnssd: support service subtypes 2024-03-18 13:16:48 +00:00
systemd.environment-generator.xml man: document that separate /usr/local/ must not be used for config 2024-06-11 18:02:31 +01:00
systemd.exec.xml man: document ShowStatus and SetShowStatus() 2024-09-18 10:11:55 +02:00
systemd.generator.xml man: document that separate /usr/local/ must not be used for config 2024-06-11 18:02:31 +01:00
systemd.image-policy.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd.journal-fields.xml man: drop reference to _SOURCE_MONOTONIC_TIMESTAMP= 2024-06-20 00:10:12 +09:00
systemd.kill.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd.link.xml man: document that separate /usr/local/ must not be used for config 2024-06-11 18:02:31 +01:00
systemd.mount.xml fstab-generator: add x-systemd.wants 2024-07-15 10:18:18 +02:00
systemd.net-naming-scheme.xml man: fix ID_NET_LABEL_ONBOARD= documentation 2024-08-20 20:30:39 +09:00
systemd.netdev.xml network/wireguard: introduce [WireGuardPeer] PublicKeyFile= 2024-08-17 01:58:02 +09:00
systemd.network.xml man: ARP=no also disables IPv6 Neighbor Discovery Protocol 2024-09-05 10:20:18 +09:00
systemd.nspawn.xml Revert "nspawn: Allow specifying custom init program" 2024-08-22 22:20:42 +02:00
systemd.offline-updates.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd.path.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd.pcrlock.xml Use the correct name of CEL 2024-05-08 13:34:07 +02:00
systemd.preset.xml man: document /usr/local/lib in search paths 2024-06-06 12:07:08 +02:00
systemd.resource-control.xml Document that MemorySwapMax supports % configuration 2024-07-22 11:39:33 +01:00
systemd.scope.xml man: update links to "New Control Group Interfaces" 2024-05-28 14:46:44 +02:00
systemd.service.xml man: soft deprecate use of ";" for separating multiple command lines in ExecStart= 2024-10-02 10:57:25 +02:00
systemd.slice.xml man: update links to "New Control Group Interfaces" 2024-05-28 14:46:44 +02:00
systemd.socket.xml core: honor FileDescriptorName= too for Accept=yes sockets 2024-08-26 15:40:15 +02:00
systemd.special.xml various: update links to more wiki pages 2024-05-28 14:48:53 +02:00
systemd.swap.xml man: improve documentation about using resource-control options 2024-05-03 11:36:56 +02:00
systemd.syntax.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd.system-credentials.xml shell: define three system credentials we can propagate into shell prompts and welcome messages 2024-09-09 19:03:48 +02:00
systemd.target.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd.time.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd.timer.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
systemd.unit.xml man: fix typo in unit options section 2024-07-09 22:47:25 +02:00
systemd.v.xml man: create reusable snippet for 'vpick' entries 2024-02-17 11:20:00 +00:00
systemd.xml man: document ShowStatus and SetShowStatus() 2024-09-18 10:11:55 +02:00
sysupdate.d.xml sysupdate: Add --transfer-source= 2024-09-09 16:41:52 +02:00
sysusers.d.xml man: Add %q specifier to repart.d, sysusers.d 2024-06-26 04:18:14 +02:00
tc.xml man: add required <title> 2023-12-24 09:32:26 +01:00
telinit.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
threads-aware.xml man: adjust indentation 2023-12-24 10:46:55 +01:00
timedatectl.xml man: use standard-options for --no-ask-password everywhere 2024-08-21 15:17:02 +02:00
timesyncd.conf.xml man: document /usr/local/lib in search paths 2024-06-06 12:07:08 +02:00
tmpfiles.d.xml tmpfiles: introduce an explicit line flag $ for enabling purge logic for a line 2024-09-15 19:43:09 +02:00
tpm2-crypttab.sh meson: move systemd-cryptsetup to /usr/bin 2023-09-26 17:03:26 +02:00
udev_device_get_syspath.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
udev_device_has_tag.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
udev_device_new_from_syspath.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
udev_enumerate_add_match_subsystem.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
udev_enumerate_new.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
udev_enumerate_scan_devices.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
udev_list_entry.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
udev_monitor_filter_update.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
udev_monitor_new_from_netlink.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
udev_monitor_receive_device.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
udev_new.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
udev.conf.xml man: document /usr/local/lib in search paths 2024-06-06 12:07:08 +02:00
udev.xml udev-rules: support case insensitive match 2024-09-15 23:09:26 +09:00
udevadm.xml udevadm/info: also show driver subsystem and device ID 2024-08-28 05:26:26 +09:00
uki.conf.example man: update PCR and Secure Boot key names and paths 2024-09-20 05:01:15 +09:00
ukify.xml man: update PCR and Secure Boot key names and paths 2024-09-20 05:01:15 +09:00
updatectl.xml updatectl: fix typo and drop space in empty lines 2024-08-23 23:10:24 +09:00
user-system-options.xml man: capsule support was added in v256 2024-05-28 16:30:54 +02:00
user@.service.xml man: document the new concepts 2024-03-14 11:34:04 +01:00
userdbctl.xml man: fix incorrect XML in man page 2024-04-15 10:40:11 +02:00
varlinkctl.xml man/varlinkctl: fix typo 2024-09-07 22:24:58 +09:00
vconsole.conf.xml man: use same version in public and system ident. 2023-12-25 15:51:47 +01:00
veritytab.xml man: fix a few issues in manpage 2024-03-20 15:24:11 +01:00
version-info.xml man: add v257 tag 2024-05-13 19:53:51 +09:00
vpick.xml man: create reusable snippet for 'vpick' entries 2024-02-17 11:20:00 +00:00
vtable-example.c man/examples: set _GNU_SOURCE in source, rather than by compile option 2024-04-04 02:30:29 +09:00
vtable-example.xml
yubikey-crypttab.sh meson: move systemd-cryptsetup to /usr/bin 2023-09-26 17:03:26 +02:00