Skip to content

Commit

Permalink
doc/manual: Fix chapter id collision: proxy/sharing
Browse files Browse the repository at this point in the history
The chapter id in p11-kit-proxy.xml collides with the one in p11-kit-sharing.xml, which makes the HTML generated page overwriting each other.

This results in duplicate page content for both "Sharing PKCS#11 modules" section and "Proxy Module" section. Both provide content from p11-kit-proxy.xml and make p11-kit-sharing.xml content unavailable to the reader.

Changing the chapter id fixes the issue.
  • Loading branch information
jca-klk authored and ueno committed Sep 11, 2024
1 parent aedf4d9 commit 89d3a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/p11-kit-proxy.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
]>
<chapter xml:id="sharing">
<chapter xml:id="proxy">
<title>Proxy Module</title>

<para>When an application is aware of the fact that coordination
Expand Down

0 comments on commit 89d3a55

Please sign in to comment.