From: Luca Boccassi Date: Fri, 16 Feb 2024 21:45:01 +0000 (+0000) Subject: man: create reusable snippet for 'vpick' entries X-Git-Tag: v256-rc1~818^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fa428cf44f1d302f67f6330bedbfc70396044e7;p=thirdparty%2Fsystemd.git man: create reusable snippet for 'vpick' entries --- diff --git a/man/systemd-dissect.xml b/man/systemd-dissect.xml index e72c66386aa..b65a2c39f1d 100644 --- a/man/systemd-dissect.xml +++ b/man/systemd-dissect.xml @@ -124,9 +124,7 @@ project='man-pages'>fstab5. For details see below. - In place of the image path a .v/ versioned directory may be specified, see - systemd.v7 for - details. + diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index f39f1a8ca66..29edbba4cc8 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -217,9 +217,7 @@ machinectl1 section "Files and Directories" for the precise search path. - In place of the directory path a .v/ versioned directory may be specified, see - systemd.v7 for - details. + If neither , , nor are specified, the current directory will be used. May not be specified @@ -317,9 +315,7 @@ Any other partitions, such as foreign partitions or swap partitions are not mounted. May not be specified together with , . - In place of the image path a .v/ versioned directory may be specified, see - systemd.v7 for - details. + diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index dac19d65370..0a160a8921e 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -155,9 +155,7 @@ BindReadOnlyPaths=/dev/log /run/systemd/journal/socket /run/systemd/journal/stdout - In place of the directory path a .v/ versioned directory may be specified, - see systemd.v7 for - details. + @@ -195,9 +193,7 @@ systemd-soft-reboot.service8), in case the service is configured to survive it. - In place of the image path a .v/ versioned directory may be specified, see - systemd.v7 for - details. + diff --git a/man/systemd.v.xml b/man/systemd.v.xml index b29d32f69a5..43e77bdba22 100644 --- a/man/systemd.v.xml +++ b/man/systemd.v.xml @@ -26,7 +26,7 @@ In various places systemd components accept paths whose trailing components have the .v/ suffix, pointing to a directory. These components will then automatically look for suitable files inside the directory, do a version comparison and open the newest file found (by - version). Specifically, two expressions are supported: + version). Available since version v256. Specifically, two expressions are supported: diff --git a/man/vpick.xml b/man/vpick.xml new file mode 100644 index 00000000000..e2128959479 --- /dev/null +++ b/man/vpick.xml @@ -0,0 +1,17 @@ + + + + + + + + <para id="image">In place of the image path a <literal>.v/</literal> versioned directory may be specified, see + <citerefentry><refentrytitle>systemd.v</refentrytitle><manvolnum>7</manvolnum></citerefentry> for + details.</para> + + <para id="directory">In place of the directory path a <literal>.v/</literal> versioned directory may be specified, + see <citerefentry><refentrytitle>systemd.v</refentrytitle><manvolnum>7</manvolnum></citerefentry> for + details.</para> +</refsect1>