Add missing backslash

This commit is contained in:
Thomas Trepl 2024-12-16 16:50:42 +01:00
parent 1b69877bc4
commit fba6f0643d

View File

@ -59,7 +59,7 @@
<para>Adjust the hardcoded paths to network configuration files for the <para>Adjust the hardcoded paths to network configuration files for the
standalone udev installation:</para> standalone udev installation:</para>
<screen><userinput remap="pre">sed -e '/NETWORK_DIRS/s/systemd/udev/' <screen><userinput remap="pre">sed -e '/NETWORK_DIRS/s/systemd/udev/' \
-i src/libsystemd/sd-network/network-util.h</userinput></screen> -i src/libsystemd/sd-network/network-util.h</userinput></screen>
<para>Prepare Udev for compilation:</para> <para>Prepare Udev for compilation:</para>