summaryrefslogtreecommitdiff
path: root/man/systemd.system-credentials.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-05-17 12:24:04 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-05-17 12:25:01 +0200
commit8fb350049bb7a7305589f201df9d37482e544f24 (patch)
tree7198ac905c65e50b828d627007c79526205068de /man/systemd.system-credentials.xml
parent89572df859a14682848eb4946c174047878c1db9 (diff)
downloadsystemd-8fb350049bb7a7305589f201df9d37482e544f24.tar.gz
man: fixes for assorted issues reported by the manpage-l10n project
Fixes #26761.
Diffstat (limited to 'man/systemd.system-credentials.xml')
-rw-r--r--man/systemd.system-credentials.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/man/systemd.system-credentials.xml b/man/systemd.system-credentials.xml
index b473a580a6..5be4ddfe59 100644
--- a/man/systemd.system-credentials.xml
+++ b/man/systemd.system-credentials.xml
@@ -201,16 +201,16 @@
<varlistentry>
<term><varname>vmm.notify_socket</varname></term>
<listitem>
- <para>This credential is parsed looking for an <constant>AF_VSOCK</constant> or
- <constant>AF_UNIX</constant> address where to send a <constant>READY=1</constant>
- notification datagram when the system has finished booting. See:
- <citerefentry><refentrytitle>sd_notify</refentrytitle><manvolnum>3</manvolnum></citerefentry>
- This is useful for hypervisors/VMMs or other processes on the host
- to receive a notification via VSOCK when a virtual machine has finished booting.
- Note that in case the hypervisor does not support <constant>SOCK_DGRAM</constant>
- over <constant>AF_VSOCK</constant>, <constant>SOCK_SEQPACKET</constant> will be
- tried instead. The credential payload for <constant>AF_VSOCK</constant> should be
- in the form: <literal>vsock:CID:PORT</literal>.</para>
+ <para>Contains a <constant>AF_VSOCK</constant> or <constant>AF_UNIX</constant> address where to
+ send a <constant>READY=1</constant> notification datagram when the system has finished booting. See
+ <citerefentry><refentrytitle>sd_notify</refentrytitle><manvolnum>3</manvolnum></citerefentry> for
+ more information. Note that in case the hypervisor does not support <constant>SOCK_DGRAM</constant>
+ over <constant>AF_VSOCK</constant>, <constant>SOCK_SEQPACKET</constant> will be tried instead. The
+ credential payload for <constant>AF_VSOCK</constant> should be in the form
+ <literal>vsock:CID:PORT</literal>.</para>
+
+ <para>This feature is useful for hypervisors/VMMs or other processes on the host to receive a
+ notification via VSOCK when a virtual machine has finished booting.</para>
</listitem>
</varlistentry>