]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix typo in docs for notify-ready option
authorBouke van der Bijl <i@bou.ke>
Tue, 3 Mar 2026 12:21:15 +0000 (13:21 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 3 Mar 2026 12:36:03 +0000 (12:36 +0000)
man/systemd-nspawn.xml

index 99e6147b2b1421a1dc27bee8aabf06c74e3900da..bf299b0a4afd390995512fb3e6c8e5b07023dae2 100644 (file)
         <term><option>--notify-ready=</option></term>
 
         <listitem><para>Configures support for notifications from the container's init process.
-        <option>--notify-ready=</option> takes a boolean. If false <command>systemd-vmpawn</command>
+        <option>--notify-ready=</option> takes a boolean. If false <command>systemd-nspawn</command>
         notifies the calling service manager with a <literal>READY=1</literal> message when the init process is
         created. If true it waits for a <literal>READY=1</literal> message from the init process in the VM
         before sending its own to the service manager. For more details about notifications see