]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix link to glob(3)
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 4 Jul 2022 17:59:06 +0000 (19:59 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 5 Jul 2022 19:49:12 +0000 (21:49 +0200)
man/loader.conf.xml

index ef0822deaad5f155f9b867a3cf328d9f38b5036e..3606de5704b784d9bf3d1b9ed5d080437c0db4b7 100644 (file)
 
         <para>Supported glob wildcard patterns are <literal>?</literal>, <literal>*</literal>, and
         <literal>[…]</literal> (including ranges). Note that these patterns use the same syntax as
-        <citerefentry><refentrytitle>glob</refentrytitle><manvolnum>7</manvolnum></citerefentry>, but do not
-        support all features. In particular, set negation and named character classes are not supported. The
-        matching is done case-insensitively on the entry ID (as shown by <command>bootctl
+        <citerefentry project='man-pages'><refentrytitle>glob</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
+        but do not support all features. In particular, set negation and named character classes are not
+        supported. The matching is done case-insensitively on the entry ID (as shown by <command>bootctl
         list</command>).</para></listitem>
       </varlistentry>