diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-05-25 10:50:23 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-05-25 10:53:38 +0200 |
commit | f3df38362cc15211d9fca8229a0f9d9fc9c8e481 (patch) | |
tree | c3ad7bf90a2a54f6ba75f3a20d89bcbc1da1587e /docs-xml/Samba3-HOWTO | |
parent | b335618d1743599588902cfd2be4ae37150b239d (diff) | |
download | samba-f3df38362cc15211d9fca8229a0f9d9fc9c8e481.tar.gz samba-f3df38362cc15211d9fca8229a0f9d9fc9c8e481.tar.xz samba-f3df38362cc15211d9fca8229a0f9d9fc9c8e481.zip |
s3/docs: Fix typos.
Thanks to Oota Toshiya <t-oota at dh.jp.nec.com> for reporting!
Karolin
Diffstat (limited to 'docs-xml/Samba3-HOWTO')
-rw-r--r-- | docs-xml/Samba3-HOWTO/TOSHARG-Install.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-Install.xml b/docs-xml/Samba3-HOWTO/TOSHARG-Install.xml index c0ffc05613..d13f6ee4ff 100644 --- a/docs-xml/Samba3-HOWTO/TOSHARG-Install.xml +++ b/docs-xml/Samba3-HOWTO/TOSHARG-Install.xml @@ -334,8 +334,8 @@ <variablelist> <varlistentry><term>nmbd</term> <listitem><para> - <indexterm><primary>smbd</primary></indexterm> - <indexterm><primary>starting samba</primary><secondary>smbd</secondary></indexterm> + <indexterm><primary>nmbd</primary></indexterm> + <indexterm><primary>starting samba</primary><secondary>nmbd</secondary></indexterm> This daemon handles all name registration and resolution requests. It is the primary vehicle involved in network browsing. It handles all UDP-based protocols. The <command>nmbd</command> daemon should be the first command started as part of the Samba startup process. @@ -344,8 +344,8 @@ <varlistentry><term>smbd</term> <listitem><para> - <indexterm><primary>nmbd</primary></indexterm> - <indexterm><primary>starting samba</primary><secondary>nmbd</secondary></indexterm> + <indexterm><primary>smbd</primary></indexterm> + <indexterm><primary>starting samba</primary><secondary>smbd</secondary></indexterm> This daemon handles all TCP/IP-based connection services for file- and print-based operations. It also manages local authentication. It should be started immediately following the startup of <command>nmbd</command>. </para></listitem> |