]> git.ipfire.org Git - thirdparty/systemd.git/commit
man: use <refsect1> instead of <refsection> 30616/head
authorDavid Tardon <dtardon@redhat.com>
Mon, 25 Dec 2023 09:50:13 +0000 (10:50 +0100)
committerDavid Tardon <dtardon@redhat.com>
Mon, 25 Dec 2023 09:50:13 +0000 (10:50 +0100)
commitbc6fdcbf5d2c053ee0d27b713fa5e09cace9b44f
tree05f5bcc83f7b982d545b453de63edd04465735c4
parentcfcdee7c16f4b3cda238788dc841bfbddf3f15cb
man: use <refsect1> instead of <refsection>

DocBook document model doesn't allow mixing of <refsection> with the
numbered variants (<refsect1> 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 <refsect1> to fix that.
man/standard-conf.xml