From 8f09daf26edb67efec5411817ab9cf5f78b1b442 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 5 Sep 2004 16:14:06 +0000 Subject: - Respect the scale= attribute. - Better conformance to the DocBook specs (This used to be commit 4f02e13dad1d8207d9f9dbaa655f129d4ca63d11) --- docs/Samba-HOWTO-Collection/CUPS-printing.xml | 26 ++++++++--------- docs/Samba-HOWTO-Collection/NetworkBrowsing.xml | 2 +- docs/Samba-HOWTO-Collection/Passdb.xml | 4 +-- docs/Samba-HOWTO-Collection/upgrading-to-3.0.xml | 2 +- docs/xslt/expand-sambadoc.xsl | 36 ++++++++++++++++++++++-- 5 files changed, 51 insertions(+), 19 deletions(-) (limited to 'docs') diff --git a/docs/Samba-HOWTO-Collection/CUPS-printing.xml b/docs/Samba-HOWTO-Collection/CUPS-printing.xml index 6dd4d0418d..695e486d86 100644 --- a/docs/Samba-HOWTO-Collection/CUPS-printing.xml +++ b/docs/Samba-HOWTO-Collection/CUPS-printing.xml @@ -1717,7 +1717,7 @@ specific model supports. See PPDs shipped with CUPSPPDs shipped with CUPS - + PPD filePrinter type deskjet.ppdolder HP inkjet printers and compatible @@ -2585,9 +2585,9 @@ the Windows NT/2000/XP client. - cups.hlp - cupsdrvr.dll - cupsui.dll + cups.hlp + cupsdrvr.dll + cupsui.dll @@ -2601,12 +2601,12 @@ different platforms. - ADFONTS.MFM - ADOBEPS4.DRV - ADOBEPS4.HLP - DEFPRTR2.PPD - ICONLIB.DLL - PSMON.DLL + ADFONTS.MFM + ADOBEPS4.DRV + ADOBEPS4.HLP + DEFPRTR2.PPD + ICONLIB.DLL + PSMON.DLL @@ -2614,9 +2614,9 @@ different platforms. - ADOBEPS5.DLL - ADOBEPSU.DLL - ADOBEPSU.HLP + ADOBEPS5.DLL + ADOBEPSU.DLL + ADOBEPSU.HLP diff --git a/docs/Samba-HOWTO-Collection/NetworkBrowsing.xml b/docs/Samba-HOWTO-Collection/NetworkBrowsing.xml index 9b93c8a434..ceee0becd9 100644 --- a/docs/Samba-HOWTO-Collection/NetworkBrowsing.xml +++ b/docs/Samba-HOWTO-Collection/NetworkBrowsing.xml @@ -1559,7 +1559,7 @@ as shown in example below. - + SubnetBrowse MasterList diff --git a/docs/Samba-HOWTO-Collection/Passdb.xml b/docs/Samba-HOWTO-Collection/Passdb.xml index 0b81674489..62edfb16ff 100644 --- a/docs/Samba-HOWTO-Collection/Passdb.xml +++ b/docs/Samba-HOWTO-Collection/Passdb.xml @@ -1413,8 +1413,8 @@ access to attrs=SambaLMPassword,SambaNTPassword Possible <emphasis>ldap passwd sync</emphasis> values - - + + ValueDescription diff --git a/docs/Samba-HOWTO-Collection/upgrading-to-3.0.xml b/docs/Samba-HOWTO-Collection/upgrading-to-3.0.xml index 8c8b023981..b238038858 100644 --- a/docs/Samba-HOWTO-Collection/upgrading-to-3.0.xml +++ b/docs/Samba-HOWTO-Collection/upgrading-to-3.0.xml @@ -332,7 +332,7 @@ complete descriptions of new or modified parameters.
TDB File Descriptions - + diff --git a/docs/xslt/expand-sambadoc.xsl b/docs/xslt/expand-sambadoc.xsl index ca57e7fec8..2832111fa5 100644 --- a/docs/xslt/expand-sambadoc.xsl +++ b/docs/xslt/expand-sambadoc.xsl @@ -249,6 +249,10 @@ + + + + 50 @@ -262,7 +266,21 @@ images/.png - 50 + + + + + + + + + + + + 50 + + + 1 @@ -270,7 +288,21 @@ images/.png - 50 + + + + + + + + + + + + 50 + + + 1 -- cgit