From 4bde67ef6011aecc023be5b0f56687da3ca7a875 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 15 Apr 2003 12:35:52 +0000 Subject: Fix smb.conf.5.xml and friends: addressable IDs should be specified at section level, not in titles or it does not work with both HTML and PDF generation (for former one link is created but target does not). (This used to be commit 297ffdb21aeb816eb07ea650fac514c2747493cb) --- docs/docbook/smbdotconf/filename/vetofiles.xml | 3 ++- docs/docbook/smbdotconf/printing/useclientdriver.xml | 3 ++- docs/docbook/smbdotconf/smb.conf.5.xml | 20 ++++++++++---------- 3 files changed, 14 insertions(+), 12 deletions(-) (limited to 'docs/docbook/smbdotconf') diff --git a/docs/docbook/smbdotconf/filename/vetofiles.xml b/docs/docbook/smbdotconf/filename/vetofiles.xml index 073645c611..567286580d 100644 --- a/docs/docbook/smbdotconf/filename/vetofiles.xml +++ b/docs/docbook/smbdotconf/filename/vetofiles.xml @@ -34,7 +34,8 @@ Default: No files or directories are vetoed. -Examples: + Examples: + ; Veto any files containing the word Security, ; any ending in .tmp, and any directory containing the ; word root. diff --git a/docs/docbook/smbdotconf/printing/useclientdriver.xml b/docs/docbook/smbdotconf/printing/useclientdriver.xml index bc4162333b..67c8cbf8d0 100644 --- a/docs/docbook/smbdotconf/printing/useclientdriver.xml +++ b/docs/docbook/smbdotconf/printing/useclientdriver.xml @@ -32,7 +32,8 @@ on a print share which has valid print driver installed on the Samba server. - See also disable spoolss + See also disable spoolss Default: use client driver = no diff --git a/docs/docbook/smbdotconf/smb.conf.5.xml b/docs/docbook/smbdotconf/smb.conf.5.xml index edb94573df..2a5d190f69 100644 --- a/docs/docbook/smbdotconf/smb.conf.5.xml +++ b/docs/docbook/smbdotconf/smb.conf.5.xml @@ -28,8 +28,8 @@ description of the file format and possible parameters held within are here for reference purposes. - - FILE FORMAT + + FILE FORMAT The file consists of sections and parameters. A section begins with the name of the section in square brackets and continues @@ -147,8 +147,8 @@ under PARAMETERS for more information. - - The [homes] section + + The [homes] section If a section called homes is included in the configuration file, services connecting clients to their @@ -218,8 +218,8 @@ any auto home directories visible. - - The [printers] section + + The [printers] section This section works like [homes], but for printers. @@ -479,8 +479,8 @@ alias|alias|alias|alias... with these substitutions and other smb.conf options. - - NAME MANGLING + + NAME MANGLING Samba supports "name mangling" so that DOS and Windows clients can use files that don't conform to the 8.3 format. @@ -542,8 +542,8 @@ alias|alias|alias|alias... - - NOTE ABOUT USERNAME/PASSWORD VALIDATION + + NOTE ABOUT USERNAME/PASSWORD VALIDATION There are a number of ways in which a user can connect to a service. The server uses the following steps in determining -- cgit