diff options
| author | Gerald Carter <jerry@samba.org> | 2001-02-23 22:38:49 +0000 | 
|---|---|---|
| committer | Gerald Carter <jerry@samba.org> | 2001-02-23 22:38:49 +0000 | 
| commit | a1425244fa6b0fa005ae613aaaef0f1ed45d5bed (patch) | |
| tree | a4d5c588330212f3e965384702c2edb1efcb8f90 /docs/htmldocs | |
| parent | 4633fcfcc1a28644a465a240cc8ffb47adfaed08 (diff) | |
| download | samba-a1425244fa6b0fa005ae613aaaef0f1ed45d5bed.tar.gz samba-a1425244fa6b0fa005ae613aaaef0f1ed45d5bed.tar.bz2 samba-a1425244fa6b0fa005ae613aaaef0f1ed45d5bed.zip  | |
playing with Makefile and autogen
(This used to be commit cb2257440491240e8fbe2619e9221aee657ee812)
Diffstat (limited to 'docs/htmldocs')
| -rw-r--r-- | docs/htmldocs/findsmb.1.html | 2 | ||||
| -rw-r--r-- | docs/htmldocs/nmbd.8.html | 8 | ||||
| -rw-r--r-- | docs/htmldocs/nmblookup.1.html | 6 | ||||
| -rw-r--r-- | docs/htmldocs/samba.7.html | 9 | ||||
| -rw-r--r-- | docs/htmldocs/smbcontrol.1.html | 2 | ||||
| -rw-r--r-- | docs/htmldocs/smbd.8.html | 12 | ||||
| -rw-r--r-- | docs/htmldocs/smbspool.8.html | 18 | ||||
| -rw-r--r-- | docs/htmldocs/smbstatus.1.html | 4 | ||||
| -rw-r--r-- | docs/htmldocs/swat.8.html | 2 | 
9 files changed, 32 insertions, 31 deletions
diff --git a/docs/htmldocs/findsmb.1.html b/docs/htmldocs/findsmb.1.html index c14c566235..0f7ed2265e 100644 --- a/docs/htmldocs/findsmb.1.html +++ b/docs/htmldocs/findsmb.1.html @@ -220,7 +220,7 @@ CLASS="COMMAND"  	</B  ></A  >, and	<A -HREF="smbclient.1.html" +HREF="nmblookup.1.html"  TARGET="_top"  >	<B  CLASS="COMMAND" diff --git a/docs/htmldocs/nmbd.8.html b/docs/htmldocs/nmbd.8.html index 41021bddb3..4f7f71fe70 100644 --- a/docs/htmldocs/nmbd.8.html +++ b/docs/htmldocs/nmbd.8.html @@ -57,7 +57,7 @@ CLASS="COMMAND"  	those produced by SMBD/CIFS clients such as Windows 95/98/ME,   	Windows NT, Windows 2000, and LanManager clients. It also  	participates in the browsing protocols which make up the  -	Windows "Network Neighborhood" view.</P +	Windows "Network Neighborhood" view.</P  ><P  >SMB/CIFS clients, when they start up, may wish to   	locate an SMB/CIFS server. That is, they wish to know what  @@ -69,7 +69,7 @@ CLASS="COMMAND"  > will   	listen for such requests, and if its own NetBIOS name is   	specified it will respond with the IP number of the host it  -	is running on.  Its "own NetBIOS name" is by +	is running on.  Its "own NetBIOS name" is by  	default the primary DNS name of the host it is running on,   	but this can be overridden with the <I  CLASS="EMPHASIS" @@ -288,8 +288,8 @@ CLASS="COMMAND"  >nmbd</B  > server will  		be logged.  The actual log file name is generated by  -		appending the extension ".nmb" to the specified base  -		name.  For example, if the name specified was "log"  +		appending the extension ".nmb" to the specified base  +		name.  For example, if the name specified was "log"   		then the file log.nmb would contain the debugging data.</P  ><P  >The default log file path is compiled into Samba as  diff --git a/docs/htmldocs/nmblookup.1.html b/docs/htmldocs/nmblookup.1.html index c1c2396857..7150370875 100644 --- a/docs/htmldocs/nmblookup.1.html +++ b/docs/htmldocs/nmblookup.1.html @@ -14,7 +14,7 @@ VLINK="#840084"  ALINK="#0000FF"  ><H1  ><A -NAME="FINDSMB" +NAME="NMBLOOKUP"  >nmblookup</A  ></H1  ><DIV @@ -36,7 +36,7 @@ NAME="AEN8"  ><P  ><B  CLASS="COMMAND" ->findsmb</B +>nmblookup</B  >  [-M] [-R] [-S] [-r] [-A] [-h] [-B <broadcast address>] [-U <unicast address>] [-d <debug level>] [-s <smb config file>] [-i <NetBIOS scope>] [-T] {name}</P  ></DIV  ><DIV @@ -47,7 +47,7 @@ NAME="AEN24"  ><H2  >DESCRIPTION</H2  ><P ->This perl script is part of the <A +>This tool is part of the <A  HREF="samba.7.html"  TARGET="_top"  >	Samba</A diff --git a/docs/htmldocs/samba.7.html b/docs/htmldocs/samba.7.html index e6b0e717e3..6fb9eac578 100644 --- a/docs/htmldocs/samba.7.html +++ b/docs/htmldocs/samba.7.html @@ -7,6 +7,11 @@ NAME="GENERATOR"  CONTENT="Modular DocBook HTML Stylesheet Version 1.57"></HEAD  ><BODY  CLASS="REFENTRY" +BGCOLOR="#FFFFFF" +TEXT="#000000" +LINK="#0000FF" +VLINK="#840084" +ALINK="#0000FF"  ><H1  ><A  NAME="SAMBA" @@ -222,7 +227,7 @@ NAME="AEN75"  	bug report to <A  HREF="mailto:samba@samba.org"  TARGET="_top" ->	samba@samba.org</A +>	samba@samba.org</A  ></P  ></DIV  ><DIV @@ -291,7 +296,7 @@ TARGET="_top"  	</P  ><P  >If you have patches to submit or bugs to report  -	then you may mail them directly to samba-patches@samba.org. +	then you may mail them directly to samba-patches@samba.org.  	Note, however, that due to the enormous popularity of this   	package the Samba Team may take some time to respond to mail. We   	prefer patches in <B diff --git a/docs/htmldocs/smbcontrol.1.html b/docs/htmldocs/smbcontrol.1.html index 2a06439687..c8cb14ccd3 100644 --- a/docs/htmldocs/smbcontrol.1.html +++ b/docs/htmldocs/smbcontrol.1.html @@ -86,7 +86,7 @@ NAME="AEN25"  CLASS="VARIABLELIST"  ><DL  ><DT ->-i></DT +>-i</DT  ><DD  ><P  >Run interactively. Individual commands  diff --git a/docs/htmldocs/smbd.8.html b/docs/htmldocs/smbd.8.html index be5c02dd72..33af0242e5 100644 --- a/docs/htmldocs/smbd.8.html +++ b/docs/htmldocs/smbd.8.html @@ -418,10 +418,10 @@ CLASS="COMMAND"  >smbd</B  > cannot change uid back   	to root after a setuid() call.  Such systems are called  -	"trapdoor" uid systems. If you have such a system,  +	trapdoor uid systems. If you have such a system,   	you will be unable to connect from a client (such as a PC) as   	two different users at once. Attempts to connect the -	second user will result in "access denied" or  +	second user will result in access denied or   	similar.</P  ></DIV  ><DIV @@ -442,7 +442,7 @@ CLASS="VARIABLELIST"  ><P  >If no printer name is specified to   		printable services, most systems will use the value of  -		this variable (or "lp" if this variable is  +		this variable (or lp if this variable is   		not defined) as the name of the printer to use. This   		is not specific to the server, however.</P  ></DD @@ -764,11 +764,11 @@ CLASS="COMMAND"  > will reread their configuration  	tables if they receive a HUP signal.</P  ><P ->If your machine's name is "fred" and your  -	name is "mary", you should now be able to connect  +>If your machine's name is fred and your  +	name is mary, you should now be able to connect   	to the service <TT  CLASS="FILENAME" ->\\fred\mary</TT +>\\fred\mary</TT  >.  	</P  ><P diff --git a/docs/htmldocs/smbspool.8.html b/docs/htmldocs/smbspool.8.html index 1a8a2e4497..4c62c3dac7 100644 --- a/docs/htmldocs/smbspool.8.html +++ b/docs/htmldocs/smbspool.8.html @@ -14,7 +14,7 @@ VLINK="#840084"  ALINK="#0000FF"  ><H1  ><A -NAME="FINDSMB" +NAME="SMBSPOOL"  >smbspool</A  ></H1  ><DIV @@ -24,7 +24,7 @@ NAME="AEN5"  ></A  ><H2  >Name</H2 ->nmblookup -- send print file to an SMB printer</DIV +>smbspool -- send print file to an SMB printer</DIV  ><DIV  CLASS="REFSYNOPSISDIV"  ><A @@ -178,28 +178,24 @@ NAME="AEN57"  >SEE ALSO</H2  ><P  ><A -HREF="nmbd.8.html" +HREF="smbd.8.html"  TARGET="_top"  ><B  CLASS="COMMAND" ->nmbd(8)</B +>smbd(8)</B  ></A  >,  -	<A +	and <A  HREF="samba.7.html"  TARGET="_top"  >samba(7)</A ->, and	<A -HREF="smb.conf.5.html" -TARGET="_top" ->smb.conf(5)</A -> +>.  	</P  ></DIV  ><DIV  CLASS="REFSECT1"  ><A -NAME="AEN64" +NAME="AEN63"  ></A  ><H2  >AUTHOR</H2 diff --git a/docs/htmldocs/smbstatus.1.html b/docs/htmldocs/smbstatus.1.html index b29940585d..b31437afea 100644 --- a/docs/htmldocs/smbstatus.1.html +++ b/docs/htmldocs/smbstatus.1.html @@ -1,7 +1,7 @@  <HTML  ><HEAD  ><TITLE ->nmblookup</TITLE +>smbstatus</TITLE  ><META  NAME="GENERATOR"  CONTENT="Modular DocBook HTML Stylesheet Version 1.57"></HEAD @@ -15,7 +15,7 @@ ALINK="#0000FF"  ><H1  ><A  NAME="FINDSMB" ->nmblookup</A +>smbstatus</A  ></H1  ><DIV  CLASS="REFNAMEDIV" diff --git a/docs/htmldocs/swat.8.html b/docs/htmldocs/swat.8.html index 2c0d016399..f91366b1d6 100644 --- a/docs/htmldocs/swat.8.html +++ b/docs/htmldocs/swat.8.html @@ -307,7 +307,7 @@ CLASS="REFSECT1"  NAME="AEN96"  ></A  ><H2 ->WANRNIGS</H2 +>WARNINGS</H2  ><P  ><B  CLASS="COMMAND"  | 
