summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <ks@samba.org>2007-04-16 07:47:27 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:31 -0500
commitab8552ea51b8ed0f67252ffda6b502d0d6c23bf7 (patch)
tree7dcd48da6af761f86e3010f0b31428e57de2d9fd
parenta5932942561e2a32a0487568fb7e9923652f5e8c (diff)
downloadsamba-ab8552ea51b8ed0f67252ffda6b502d0d6c23bf7.tar.gz
samba-ab8552ea51b8ed0f67252ffda6b502d0d6c23bf7.tar.bz2
samba-ab8552ea51b8ed0f67252ffda6b502d0d6c23bf7.zip
Add some missing whitespaces.
(This used to be commit a4598542897699d35c2614f87044ddd4f138d85d)
-rw-r--r--docs/manpages-3/smb.conf.5.xml6
-rw-r--r--docs/smbdotconf/base/bindinterfacesonly.xml14
-rw-r--r--docs/smbdotconf/ldap/ldapssl.xml4
-rw-r--r--docs/smbdotconf/ldap/ldapsuffix.xml6
-rw-r--r--docs/smbdotconf/locking/sharemodes.xml2
-rw-r--r--docs/smbdotconf/locking/strictlocking.xml4
-rw-r--r--docs/smbdotconf/logon/addmachinescript.xml2
-rw-r--r--docs/smbdotconf/logon/adduserscript.xml2
-rw-r--r--docs/smbdotconf/logon/enableprivileges.xml2
-rw-r--r--docs/smbdotconf/logon/logonhome.xml2
-rw-r--r--docs/smbdotconf/logon/shutdownscript.xml2
-rw-r--r--docs/smbdotconf/misc/utmp.xml2
-rw-r--r--docs/smbdotconf/security/aclgroupcontrol.xml2
-rw-r--r--docs/smbdotconf/security/allowtrusteddomains.xml2
-rw-r--r--docs/smbdotconf/winbind/winbindenumusers.xml6
-rw-r--r--docs/smbdotconf/winbind/winbindusedefaultdomain.xml2
16 files changed, 30 insertions, 30 deletions
diff --git a/docs/manpages-3/smb.conf.5.xml b/docs/manpages-3/smb.conf.5.xml
index 2e270fe454..13743debf1 100644
--- a/docs/manpages-3/smb.conf.5.xml
+++ b/docs/manpages-3/smb.conf.5.xml
@@ -18,8 +18,8 @@
<para>
The <filename moreinfo="none">smb.conf</filename> file is a configuration file for the Samba suite. <filename
moreinfo="none">smb.conf</filename> contains runtime configuration information for the Samba programs. The
- <filename moreinfo="none">smb.conf</filename> file is designed to be configured and administered by the
- <citerefentry><refentrytitle>swat</refentrytitle> <manvolnum>8</manvolnum></citerefentry> program. The
+ <filename moreinfo="none">smb.conf</filename> file is designed to be configured and administered by the
+ <citerefentry><refentrytitle>swat</refentrytitle> <manvolnum>8</manvolnum></citerefentry> program. The
complete description of the file format and possible parameters held within are here for reference purposes.
</para>
</refsect1>
@@ -77,7 +77,7 @@
<para>
There are three special sections, [global], [homes] and [printers], which are described under
- <emphasis>special sections</emphasis>. The following notes apply to ordinary section descriptions.
+ <emphasis>special sections</emphasis>. The following notes apply to ordinary section descriptions.
</para>
<para>
diff --git a/docs/smbdotconf/base/bindinterfacesonly.xml b/docs/smbdotconf/base/bindinterfacesonly.xml
index ae72efd73d..bccac4a0da 100644
--- a/docs/smbdotconf/base/bindinterfacesonly.xml
+++ b/docs/smbdotconf/base/bindinterfacesonly.xml
@@ -16,13 +16,13 @@
also binds to the &quot;all addresses&quot; interface (0.0.0.0) on ports 137 and 138 for the purposes of
reading broadcast messages. If this option is not set then <command moreinfo="none">nmbd</command> will
service name requests on all of these sockets. If <smbconfoption name="bind interfaces only"/> is set then
- <command moreinfo="none">nmbd</command> will check the source address of any packets coming in on the
+ <command moreinfo="none">nmbd</command> will check the source address of any packets coming in on the
broadcast sockets and discard any that don't match the broadcast addresses of the interfaces in the
<smbconfoption name="interfaces"/> parameter list. As unicast packets are received on the other sockets it
allows <command moreinfo="none">nmbd</command> to refuse to serve names to machines that send packets that
arrive through any interfaces not listed in the <smbconfoption name="interfaces"/> list. IP Source address
spoofing does defeat this simple check, however, so it must not be used seriously as a security feature for
- <command moreinfo="none">nmbd</command>.
+ <command moreinfo="none">nmbd</command>.
</para>
<para>
@@ -36,17 +36,17 @@
<para>
If <smbconfoption name="bind interfaces only"/> is set then unless the network address
- <emphasis>127.0.0.1</emphasis> is added to the <smbconfoption name="interfaces"/> parameter list
- <citerefentry><refentrytitle>smbpasswd</refentrytitle> <manvolnum>8</manvolnum></citerefentry> and
- <citerefentry><refentrytitle>swat</refentrytitle> <manvolnum>8</manvolnum></citerefentry> may not work as
+ <emphasis>127.0.0.1</emphasis> is added to the <smbconfoption name="interfaces"/> parameter list
+ <citerefentry><refentrytitle>smbpasswd</refentrytitle> <manvolnum>8</manvolnum></citerefentry> and
+ <citerefentry><refentrytitle>swat</refentrytitle> <manvolnum>8</manvolnum></citerefentry> may not work as
expected due to the reasons covered below.
</para>
<para>
To change a users SMB password, the <command moreinfo="none">smbpasswd</command> by default connects to the
- <emphasis>localhost - 127.0.0.1</emphasis> address as an SMB client to issue the password change request. If
+ <emphasis>localhost - 127.0.0.1</emphasis> address as an SMB client to issue the password change request. If
<smbconfoption name="bind interfaces only"/> is set then unless the network address
- <emphasis>127.0.0.1</emphasis> is added to the <smbconfoption name="interfaces"/> parameter list then <command
+ <emphasis>127.0.0.1</emphasis> is added to the <smbconfoption name="interfaces"/> parameter list then <command
moreinfo="none"> smbpasswd</command> will fail to connect in it's default mode. <command
moreinfo="none">smbpasswd</command> can be forced to use the primary IP interface of the local host by using
its <citerefentry><refentrytitle>smbpasswd</refentrytitle> <manvolnum>8</manvolnum></citerefentry> <parameter
diff --git a/docs/smbdotconf/ldap/ldapssl.xml b/docs/smbdotconf/ldap/ldapssl.xml
index 3c276b87e3..39ed08fe82 100644
--- a/docs/smbdotconf/ldap/ldapssl.xml
+++ b/docs/smbdotconf/ldap/ldapssl.xml
@@ -8,7 +8,7 @@
use SSL when connecting to the ldap server
This is <emphasis>NOT</emphasis> related to
Samba's previous SSL support which was enabled by specifying the
- <command moreinfo="none">--with-ssl</command> option to the <filename moreinfo="none">configure</filename>
+ <command moreinfo="none">--with-ssl</command> option to the <filename moreinfo="none">configure</filename>
script.</para>
<para>The <smbconfoption name="ldap ssl"/> can be set to one of three values:</para>
@@ -30,7 +30,7 @@
moreinfo="none">ldap server</parameter>. Only available when the
backwards-compatiblity <command
moreinfo="none">--with-ldapsam</command> option is specified
- to configure. See <smbconfoption name="passdb backend"/></para>
+ to configure. See <smbconfoption name="passdb backend"/></para>.
</listitem>
</itemizedlist>
</description>
diff --git a/docs/smbdotconf/ldap/ldapsuffix.xml b/docs/smbdotconf/ldap/ldapsuffix.xml
index 47d5a5bba2..48595139a2 100644
--- a/docs/smbdotconf/ldap/ldapsuffix.xml
+++ b/docs/smbdotconf/ldap/ldapsuffix.xml
@@ -8,9 +8,9 @@
<para>
The ldap suffix will be appended to the values specified for the <smbconfoption name="ldap user suffix"/>,
- <smbconfoption name="ldap group suffix"/>, <smbconfoption name="ldap machine suffix"/>, and the
- <smbconfoption name="ldap idmap suffix"/>. Each of these should be given only a DN relative to the
- <smbconfoption name ="ldap suffix"/>.
+ <smbconfoption name="ldap group suffix"/>, <smbconfoption name="ldap machine suffix"/>, and the
+ <smbconfoption name="ldap idmap suffix"/>. Each of these should be given only a DN relative to the
+ <smbconfoption name ="ldap suffix"/>.
</para>
</description>
<value type="default"></value>
diff --git a/docs/smbdotconf/locking/sharemodes.xml b/docs/smbdotconf/locking/sharemodes.xml
index a2ce2e7ad6..e8371a563d 100644
--- a/docs/smbdotconf/locking/sharemodes.xml
+++ b/docs/smbdotconf/locking/sharemodes.xml
@@ -13,7 +13,7 @@
UNIX doesn't support shared memory (almost all do).</para>
<para>The share modes that are enabled by this option are
- <constant>DENY_DOS</constant>, <constant>DENY_ALL</constant>,
+ <constant>DENY_DOS</constant>, <constant>DENY_ALL</constant>,
<constant>DENY_READ</constant>, <constant>DENY_WRITE</constant>,
<constant>DENY_NONE</constant> and <constant>DENY_FCB</constant>.
</para>
diff --git a/docs/smbdotconf/locking/strictlocking.xml b/docs/smbdotconf/locking/strictlocking.xml
index 9a2498d91d..e3a0ed7b4c 100644
--- a/docs/smbdotconf/locking/strictlocking.xml
+++ b/docs/smbdotconf/locking/strictlocking.xml
@@ -21,8 +21,8 @@
<para>
Well-behaved clients always ask for lock checks when it is important. So in the vast majority of cases,
- <command moreinfo="none">strict locking = Auto</command> or
- <command moreinfo="none">strict locking = no</command> is acceptable.
+ <command moreinfo="none">strict locking = Auto</command> or
+ <command moreinfo="none">strict locking = no</command> is acceptable.
</para>
</description>
<value type="default">Auto</value>
diff --git a/docs/smbdotconf/logon/addmachinescript.xml b/docs/smbdotconf/logon/addmachinescript.xml
index 08e255d009..c06a4a964f 100644
--- a/docs/smbdotconf/logon/addmachinescript.xml
+++ b/docs/smbdotconf/logon/addmachinescript.xml
@@ -6,7 +6,7 @@
<description>
<para>
This is the full pathname to a script that will be run by
- <citerefentry><refentrytitle>smbd</refentrytitle> <manvolnum>8</manvolnum></citerefentry> when a machine is
+ <citerefentry><refentrytitle>smbd</refentrytitle> <manvolnum>8</manvolnum></citerefentry> when a machine is
added to Samba's domain and a Unix account matching the machine's name appended with a &quot;$&quot; does not
already exist.
</para>
diff --git a/docs/smbdotconf/logon/adduserscript.xml b/docs/smbdotconf/logon/adduserscript.xml
index 8f50bc0a69..7128cb73c7 100644
--- a/docs/smbdotconf/logon/adduserscript.xml
+++ b/docs/smbdotconf/logon/adduserscript.xml
@@ -15,7 +15,7 @@
files on this server. For sites that use Windows NT account databases as their primary
user database creating these users and keeping the user list in sync with the Windows
NT PDC is an onerous task. This option allows smbd to create the required UNIX users
- <emphasis>ON DEMAND</emphasis> when a user accesses the Samba server.
+ <emphasis>ON DEMAND</emphasis> when a user accesses the Samba server.
</para>
<para>
diff --git a/docs/smbdotconf/logon/enableprivileges.xml b/docs/smbdotconf/logon/enableprivileges.xml
index aedd4c8f98..3e958e0ce9 100644
--- a/docs/smbdotconf/logon/enableprivileges.xml
+++ b/docs/smbdotconf/logon/enableprivileges.xml
@@ -6,7 +6,7 @@
<description>
<para>
This parameter controls whether or not smbd will honor privileges assigned to specific SIDs via either
- <command>net rpc rights</command> or one of the Windows user and group manager tools. This parameter is
+ <command>net rpc rights</command> or one of the Windows user and group manager tools. This parameter is
enabled by default. It can be disabled to prevent members of the Domain Admins group from being able to
assign privileges to users or groups which can then result in certain smbd operations running as root that
would normally run under the context of the connected user.
diff --git a/docs/smbdotconf/logon/logonhome.xml b/docs/smbdotconf/logon/logonhome.xml
index 06f3d47375..b7a10a98fc 100644
--- a/docs/smbdotconf/logon/logonhome.xml
+++ b/docs/smbdotconf/logon/logonhome.xml
@@ -33,7 +33,7 @@
<para>
This tells Samba to return the above string, with substitutions made when a client requests the info, generally
in a NetUserGetInfo request. Win9X clients truncate the info to \\server\share when a user does
- <command moreinfo="none">net use /home</command> but use the whole string when dealing with profiles.
+ <command moreinfo="none">net use /home</command> but use the whole string when dealing with profiles.
</para>
<para>
diff --git a/docs/smbdotconf/logon/shutdownscript.xml b/docs/smbdotconf/logon/shutdownscript.xml
index 6183540c3f..7e8ec8fd3a 100644
--- a/docs/smbdotconf/logon/shutdownscript.xml
+++ b/docs/smbdotconf/logon/shutdownscript.xml
@@ -5,7 +5,7 @@
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This a full path name to a script called by
- <citerefentry><refentrytitle>smbd</refentrytitle>
+ <citerefentry><refentrytitle>smbd</refentrytitle>
<manvolnum>8</manvolnum></citerefentry> that should
start a shutdown procedure.</para>
diff --git a/docs/smbdotconf/misc/utmp.xml b/docs/smbdotconf/misc/utmp.xml
index d60a6e5bec..67c02cc64c 100644
--- a/docs/smbdotconf/misc/utmp.xml
+++ b/docs/smbdotconf/misc/utmp.xml
@@ -7,7 +7,7 @@
<para>
This boolean parameter is only available if Samba has been configured and compiled
with the option <command moreinfo="none">--with-utmp</command>. If set to
- <constant>yes</constant> then Samba will attempt to add utmp or utmpx records
+ <constant>yes</constant> then Samba will attempt to add utmp or utmpx records
(depending on the UNIX system) whenever a connection is made to a Samba server.
Sites may use this to record the user connecting to a Samba share.
</para>
diff --git a/docs/smbdotconf/security/aclgroupcontrol.xml b/docs/smbdotconf/security/aclgroupcontrol.xml
index 493898553e..2039e6c4ea 100644
--- a/docs/smbdotconf/security/aclgroupcontrol.xml
+++ b/docs/smbdotconf/security/aclgroupcontrol.xml
@@ -6,7 +6,7 @@
<para>
In a POSIX filesystem, only the owner of a file or directory and the superuser can modify the permissions
and ACLs on a file. If this parameter is set, then Samba overrides this restriction, and also allows the
- <emphasis>primary group owner</emphasis> of a file or directory to modify the permissions and ACLs
+ <emphasis>primary group owner</emphasis> of a file or directory to modify the permissions and ACLs
on that file.
</para>
<para>
diff --git a/docs/smbdotconf/security/allowtrusteddomains.xml b/docs/smbdotconf/security/allowtrusteddomains.xml
index 924e41e793..57bf1d2422 100644
--- a/docs/smbdotconf/security/allowtrusteddomains.xml
+++ b/docs/smbdotconf/security/allowtrusteddomains.xml
@@ -6,7 +6,7 @@
<description>
<para>
This option only takes effect when the <smbconfoption name="security"/> option is set to
- <constant>server</constant>,<constant>domain</constant> or <constant>ads</constant>.
+ <constant>server</constant>, <constant>domain</constant> or <constant>ads</constant>.
If it is set to no, then attempts to connect to a resource from
a domain or workgroup other than the one which smbd is running
in will fail, even if that domain is trusted by the remote server
diff --git a/docs/smbdotconf/winbind/winbindenumusers.xml b/docs/smbdotconf/winbind/winbindenumusers.xml
index 002c6e065a..c987feaf8a 100644
--- a/docs/smbdotconf/winbind/winbindenumusers.xml
+++ b/docs/smbdotconf/winbind/winbindenumusers.xml
@@ -6,10 +6,10 @@
<para>On large installations using <citerefentry><refentrytitle>winbindd</refentrytitle>
<manvolnum>8</manvolnum></citerefentry> it may be
necessary to suppress the enumeration of users through the <command moreinfo="none">setpwent()</command>,
- <command moreinfo="none">getpwent()</command> and
- <command moreinfo="none">endpwent()</command> group of system calls. If
+ <command moreinfo="none">getpwent()</command> and
+ <command moreinfo="none">endpwent()</command> group of system calls. If
the <parameter moreinfo="none">winbind enum users</parameter> parameter is
- <constant>no</constant>, calls to the <command moreinfo="none">getpwent</command> system call
+ <constant>no</constant>, calls to the <command moreinfo="none">getpwent</command> system call
will not return any data. </para>
<warning><para>Turning off user
diff --git a/docs/smbdotconf/winbind/winbindusedefaultdomain.xml b/docs/smbdotconf/winbind/winbindusedefaultdomain.xml
index 3fe76da349..334068a329 100644
--- a/docs/smbdotconf/winbind/winbindusedefaultdomain.xml
+++ b/docs/smbdotconf/winbind/winbindusedefaultdomain.xml
@@ -5,7 +5,7 @@
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This parameter specifies whether the
- <citerefentry><refentrytitle>winbindd</refentrytitle>
+ <citerefentry><refentrytitle>winbindd</refentrytitle>
<manvolnum>8</manvolnum></citerefentry> daemon should operate on users
without domain component in their username. Users without a domain
component are treated as is part of the winbindd server's own