summaryrefslogtreecommitdiff
path: root/docs/docbook/manpages/findsmb.1.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docbook/manpages/findsmb.1.sgml')
-rw-r--r--docs/docbook/manpages/findsmb.1.sgml56
1 files changed, 31 insertions, 25 deletions
diff --git a/docs/docbook/manpages/findsmb.1.sgml b/docs/docbook/manpages/findsmb.1.sgml
index 0b3bbca017..090b1c8388 100644
--- a/docs/docbook/manpages/findsmb.1.sgml
+++ b/docs/docbook/manpages/findsmb.1.sgml
@@ -1,5 +1,5 @@
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
-<refentry id="findsmb">
+<refentry id="findsmb.1">
<refmeta>
<refentrytitle>findsmb</refentrytitle>
@@ -23,15 +23,16 @@
<refsect1>
<title>DESCRIPTION</title>
- <para>This perl script is part of the <ulink url="samba.7.html">
- Samba</ulink> suite.</para>
+ <para>This perl script is part of the <citerefentry>
+ <refentrytitle>Samba</refentrytitle><manvolnum>7</manvolnum></citerefentry>
+ suite.</para>
<para><command>findsmb</command> is a perl script that
prints out several pieces of information about machines
on a subnet that respond to SMB name query requests.
- It uses <ulink url="nmblookup.1.html"><command>
- nmblookup(1)</command></ulink> and <ulink url="smbclient.1.html">
- <command>smbclient(1)</command></ulink> to obtain this information.
+ It uses <citerefentry><refentrytitle>nmblookup</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+ and <citerefentry><refentrytitle>smbclient</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+ to obtain this information.
</para>
</refsect1>
@@ -45,16 +46,17 @@
bugs in Windows95 into account when trying to find a Netbios name
registered of the remote machine. This option is disabled by default
because it is specific to Windows 95 and Windows 95 machines only.
- If set, <ulink url="nmblookup.1.html"><command>nmblookup</command></ulink>
+ If set, <citerefentry><refentrytitle>nmblookup</refentrytitle><manvolnum>1</manvolnum></citerefentry>
will be called with <constant>-B</constant> option.</para></listitem>
</varlistentry>
<varlistentry>
<term>subnet broadcast address</term>
<listitem><para>Without this option, <command>findsmb
</command> will probe the subnet of the machine where
- <command>findsmb</command> is run. This value is passed
- to <command>nmblookup</command> as part of the
- <constant>-B</constant> option.</para></listitem>
+ <citerefentry><refentrytitle>findsmb</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+ is run. This value is passed to
+ <citerefentry><refentrytitle>nmblookup</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+ as part of the <constant>-B</constant> option.</para></listitem>
</varlistentry>
</variablelist>
</refsect1>
@@ -76,19 +78,21 @@
version.</para>
<para>The command with <constant>-r</constant> option
- must be run on a system without <ulink
- url="nmbd.8.html"><command>nmbd</command></ulink> running.
+ must be run on a system without <citerefentry>
+ <refentrytitle>nmbd</refentrytitle><manvolnum>8</manvolnum>
+ </citerefentry> running.
+
If <command>nmbd</command> is running on the system, you will
only get the IP address and the DNS name of the machine. To
get proper responses from Windows 95 and Windows 98 machines,
the command must be run as root and with <constant>-r</constant>
option on a machine without <command>nmbd</command> running.</para>
- <para>For example, running <command>findsmb</command> without
- <constant>-r</constant> option set would yield output similar
+ <para>For example, running <command>findsmb</command>
+ without <constant>-r</constant> option set would yield output similar
to the following</para>
- <screen><computeroutput>
+<screen>
IP ADDR NETBIOS NAME WORKGROUP/OS/VERSION
---------------------------------------------------------------------
192.168.35.10 MINESET-TEST1 [DMVENGR]
@@ -101,7 +105,7 @@ IP ADDR NETBIOS NAME WORKGROUP/OS/VERSION
192.168.35.88 SCNT2 +[MVENGR] [Windows NT 4.0] [NT LAN Manager 4.0]
192.168.35.93 FROGSTAR-PC [MVENGR] [Windows 5.0] [Windows 2000 LAN Manager]
192.168.35.97 HERBNT1 *[HERB-NT] [Windows NT 4.0] [NT LAN Manager 4.0]
- </computeroutput></screen>
+</screen>
</refsect1>
@@ -115,10 +119,12 @@ IP ADDR NETBIOS NAME WORKGROUP/OS/VERSION
<refsect1>
<title>SEE ALSO</title>
- <para><ulink url="nmbd.8.html"><command>nmbd(8)</command></ulink>,
- <ulink url="smbclient.1.html"><command>smbclient(1)
- </command></ulink>, and <ulink url="nmblookup.1.html">
- <command>nmblookup(1)</command></ulink>
+ <para><citerefentry>
+ <refentrytitle>nmbd</refentrytitle><manvolnum>8</manvolnum>
+ </citerefentry>,
+ <citerefentry><refentrytitle>smbclient</refentrytitle><manvolnum>1</manvolnum>
+ </citerefentry>, and <citerefentry><refentrytitle>nmblookup</refentrytitle>
+ <manvolnum>1</manvolnum></citerefentry>
</para>
</refsect1>
@@ -132,11 +138,11 @@ IP ADDR NETBIOS NAME WORKGROUP/OS/VERSION
<para>The original Samba man pages were written by Karl Auer.
The man page sources were converted to YODL format (another
- excellent piece of Open Source software, available at
- <ulink url="ftp://ftp.icce.rug.nl/pub/unix/">
- ftp://ftp.icce.rug.nl/pub/unix/</ulink>) and updated for the Samba 2.0
- release by Jeremy Allison. The conversion to DocBook for
- Samba 2.2 was done by Gerald Carter</para>
+ excellent piece of Open Source software, available at <ulink
+ url="ftp://ftp.icce.rug.nl/pub/unix/">ftp://ftp.icce.rug.nl/pub/unix/</ulink>)
+ and updated for the Samba 2.0 release by Jeremy Allison. The conversion to DocBook for
+ Samba 2.2 was done by Gerald Carter. The conversion to DocBook
+ XML 4.2 for Samba 3.0 was done by Alexander Bokovoy.</para>
</refsect1>
</refentry>