From: David Tardon Date: Mon, 25 Dec 2023 09:50:13 +0000 (+0100) Subject: man: use instead of X-Git-Tag: v256-rc1~1389^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc6fdcbf5d2c053ee0d27b713fa5e09cace9b44f;p=thirdparty%2Fsystemd.git man: use instead of DocBook document model doesn't allow mixing of with the numbered variants ( etc.). Therefore, any document that included something from standard-conf.xml was invalid. Fortunately, all the includes are at the 1st level, hence let's just change standard-conf.xml to use to fix that. --- diff --git a/man/standard-conf.xml b/man/standard-conf.xml index 0174c090e91..2f56c95fbb4 100644 --- a/man/standard-conf.xml +++ b/man/standard-conf.xml @@ -1,5 +1,5 @@ - - - +<refentry> + <refnamediv> + <refname/> + <refpurpose/> + </refnamediv> - <refsection id='confd'> + <refsect1 id='confd'> <title>Configuration Directories and Precedence Configuration files are read from directories in /etc/, @@ -38,9 +41,9 @@ way is to place a symlink to /dev/null in the configuration directory in /etc/, with the same filename as the vendor configuration file. If the vendor configuration file is included in the initrd image, the image has to be regenerated. - + - + Configuration Directories and Precedence The default configuration is set during compilation, so configuration is only needed when it is @@ -72,5 +75,5 @@ To disable a configuration file supplied by the vendor, the recommended way is to place a symlink to /dev/null in the configuration directory in /etc/, with the same filename as the vendor configuration file. - - + +