]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix line breaking in ukify manpage
authorLuca Boccassi <luca.boccassi@gmail.com>
Tue, 24 Feb 2026 21:56:48 +0000 (21:56 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 27 Feb 2026 21:57:05 +0000 (21:57 +0000)
Follow-up for 098e44d03cf1968434990b7d62a0e6221fc675e0

(cherry picked from commit 6d5018487c3d53f5bba146f20f69063183bf0077)
(cherry picked from commit df740560ac0fb3681a0b533abf550d468c195070)
(cherry picked from commit 87327a9c034500f79993318e8e0878becb2fe074)

man/ukify.xml

index 80395eb5a8b709bfff1ef2dd85830edc51b0d60c..68eb0513ef60a0f5fae5ca8dc2a523d64199d041 100644 (file)
           <term><varname>HWIDs=<replaceable>PATH</replaceable></varname></term>
           <term><option>--hwids=<replaceable>PATH</replaceable></option></term>
 
-          <listitem><para>The hardware ID device table (the <literal>.hwids</literal> section). The argument is a
-          path to a directory with JSON HWID device description files. Each file needs to contain a single JSON object with a <literal>name</literal>, <literal>compatible</literal> and <literal>hwids</literal> keys. The <literal>name</literal> and <literal>compatible</literal> keys must have string values and the <literal>hwids</literal> key must have a list of strings as value, where the strings must be valid UUIDs that represent CHIDs/HWIDs.
+          <listitem><para>The hardware ID device table (the <literal>.hwids</literal> section). The argument
+          is a path to a directory with JSON HWID device description files. Each file needs to contain a
+          single JSON object with a <literal>name</literal>, <literal>compatible</literal> and
+          <literal>hwids</literal> keys. The <literal>name</literal> and <literal>compatible</literal> keys
+          must have string values and the <literal>hwids</literal> key must have a list of strings as value,
+          where the strings must be valid UUIDs that represent CHIDs/HWIDs.
           Example:
           <programlisting><xi:include href="ukify_hwid.json.example" parse="text" /></programlisting>
-          Here <literal>Example Laptop 16 Gen 7</literal> is the device <literal>name</literal> (as defined by the manufacturer),
-          <literal>example,laptop-16-g7</literal> is the <literal>compatible</literal> (as defined by the kernel) and <literal>hwids</literal>
-          is an array of CHIDs/HWIDs (extracted i.e. from <command>fwupdtool hwids</command> output).
-          If not specified, the section will not be present. It is recommended to specify this parameter if automatically
-          selectable DeviceTrees are to be used.
-
-          </para>
+          Here <literal>Example Laptop 16 Gen 7</literal> is the device <literal>name</literal> (as defined
+          by the manufacturer), <literal>example,laptop-16-g7</literal> is the <literal>compatible</literal>
+          (as defined by the kernel) and <literal>hwids</literal> is an array of CHIDs/HWIDs (extracted i.e.
+          from <command>fwupdtool hwids</command> output). If not specified, the section will not be
+          present. It is recommended to specify this parameter if automatically selectable DeviceTrees are
+          to be used.</para>
 
           <xi:include href="version-info.xml" xpointer="v257"/></listitem>
         </varlistentry>