mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
man: create reusable snippet for 'vpick' entries
This commit is contained in:
@@ -124,9 +124,7 @@
|
|||||||
project='man-pages'><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry>. For
|
project='man-pages'><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry>. For
|
||||||
details see below.</para>
|
details see below.</para>
|
||||||
|
|
||||||
<para>In place of the image path a <literal>.v/</literal> versioned directory may be specified, see
|
<xi:include href="vpick.xml" xpointer="image"/>
|
||||||
<citerefentry><refentrytitle>systemd.v</refentrytitle><manvolnum>7</manvolnum></citerefentry> for
|
|
||||||
details.</para>
|
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
|
|||||||
@@ -217,9 +217,7 @@
|
|||||||
<citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
|
<citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
|
||||||
section "Files and Directories" for the precise search path.</para>
|
section "Files and Directories" for the precise search path.</para>
|
||||||
|
|
||||||
<para>In place of the directory path a <literal>.v/</literal> versioned directory may be specified, see
|
<xi:include href="vpick.xml" xpointer="directory"/>
|
||||||
<citerefentry><refentrytitle>systemd.v</refentrytitle><manvolnum>7</manvolnum></citerefentry> for
|
|
||||||
details.</para>
|
|
||||||
|
|
||||||
<para>If neither <option>--directory=</option>, <option>--image=</option>, nor
|
<para>If neither <option>--directory=</option>, <option>--image=</option>, nor
|
||||||
<option>--machine=</option> are specified, the current directory will be used. May not be specified
|
<option>--machine=</option> are specified, the current directory will be used. May not be specified
|
||||||
@@ -317,9 +315,7 @@
|
|||||||
<para>Any other partitions, such as foreign partitions or swap partitions are not mounted. May not be specified
|
<para>Any other partitions, such as foreign partitions or swap partitions are not mounted. May not be specified
|
||||||
together with <option>--directory=</option>, <option>--template=</option>.</para>
|
together with <option>--directory=</option>, <option>--template=</option>.</para>
|
||||||
|
|
||||||
<para>In place of the image path a <literal>.v/</literal> versioned directory may be specified, see
|
<xi:include href="vpick.xml" xpointer="image"/>
|
||||||
<citerefentry><refentrytitle>systemd.v</refentrytitle><manvolnum>7</manvolnum></citerefentry> for
|
|
||||||
details.</para>
|
|
||||||
|
|
||||||
<xi:include href="version-info.xml" xpointer="v211"/></listitem>
|
<xi:include href="version-info.xml" xpointer="v211"/></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|||||||
@@ -155,9 +155,7 @@
|
|||||||
<programlisting>BindReadOnlyPaths=/dev/log /run/systemd/journal/socket /run/systemd/journal/stdout</programlisting>
|
<programlisting>BindReadOnlyPaths=/dev/log /run/systemd/journal/socket /run/systemd/journal/stdout</programlisting>
|
||||||
</example>
|
</example>
|
||||||
|
|
||||||
<para>In place of the directory path a <literal>.v/</literal> versioned directory may be specified,
|
<xi:include href="vpick.xml" xpointer="directory"/>
|
||||||
see <citerefentry><refentrytitle>systemd.v</refentrytitle><manvolnum>7</manvolnum></citerefentry> for
|
|
||||||
details.</para>
|
|
||||||
|
|
||||||
<xi:include href="system-or-user-ns.xml" xpointer="singular"/></listitem>
|
<xi:include href="system-or-user-ns.xml" xpointer="singular"/></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@@ -195,9 +193,7 @@
|
|||||||
<citerefentry><refentrytitle>systemd-soft-reboot.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>),
|
<citerefentry><refentrytitle>systemd-soft-reboot.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>),
|
||||||
in case the service is configured to survive it.</para>
|
in case the service is configured to survive it.</para>
|
||||||
|
|
||||||
<para>In place of the image path a <literal>.v/</literal> versioned directory may be specified, see
|
<xi:include href="vpick.xml" xpointer="image"/>
|
||||||
<citerefentry><refentrytitle>systemd.v</refentrytitle><manvolnum>7</manvolnum></citerefentry> for
|
|
||||||
details.</para>
|
|
||||||
|
|
||||||
<xi:include href="system-only.xml" xpointer="singular"/>
|
<xi:include href="system-only.xml" xpointer="singular"/>
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
<para>In various places systemd components accept paths whose trailing components have the
|
<para>In various places systemd components accept paths whose trailing components have the
|
||||||
<literal>.v/</literal> suffix, pointing to a directory. These components will then automatically look for
|
<literal>.v/</literal> 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
|
suitable files inside the directory, do a version comparison and open the newest file found (by
|
||||||
version). Specifically, two expressions are supported:</para>
|
version). Available since version v256. Specifically, two expressions are supported:</para>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
|||||||
17
man/vpick.xml
Normal file
17
man/vpick.xml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE refsect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||||
|
|
||||||
|
<!--
|
||||||
|
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
-->
|
||||||
|
|
||||||
|
<refsect1>
|
||||||
|
<title/>
|
||||||
|
<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>
|
||||||
Reference in New Issue
Block a user