* cygwin.xsl (toc.section.depth): Set to 4.

* ntsec.xml: Revamp account mapping documentation to account for the
	new db_home, db_shell, db_gecos settings.
This commit is contained in:
Corinna Vinschen
2014-12-06 16:49:05 +00:00
parent 03ff627e16
commit b9e2c265d0
3 changed files with 919 additions and 404 deletions

View File

@@ -8,6 +8,6 @@
<xsl:param name="html.stylesheet" select="'docbook.css'"/>
<xsl:param name="use.id.as.filename" select="1" />
<xsl:param name="root.filename" select="@id" />
<xsl:param name="toc.section.depth" select="3" />
<xsl:param name="toc.section.depth" select="4" />
</xsl:stylesheet>