Fixed up cross references into smb.conf.5 man page. Still working
authorJeremy Allison <jra@samba.org>
Wed, 4 Nov 1998 18:58:58 +0000 (18:58 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 4 Nov 1998 18:58:58 +0000 (18:58 +0000)
on smbpasswd.8.yo.
Jeremy.
(This used to be commit 0993db2240379a91c44894ef3d5f978a3aa00816)

docs/yodldocs/make_smbcodepage.1.yo
docs/yodldocs/nmblookup.1.yo
docs/yodldocs/smbclient.1.yo
docs/yodldocs/smbd.8.yo
docs/yodldocs/smbpasswd.8.yo

index fbf9c0f3af1001440e20f6c479558affcfa5a2e7..16d9cd9957c0fc11ae5c769f828b966b813819db 100644 (file)
@@ -69,6 +69,10 @@ them to email(samba-bugs@samba.anu.edu.au). All codepage files in the
 Samba em(source/codepages) directory are compiled and installed when a
 em('make install') command is issued there.
 
+The client codepage used by the url(bf(smbd))(smbd.8.html) server is
+configured using the url(bf(client code page))(smb.conf.5.html#client
+code page) parameter in the url(bf(smb.conf))(smb.conf.5.html) file.
+
 label(FILES)
 manpagefiles()
 
index 22216a518cf6517cd85b956aa4870b7ba9a9c7fc..20316ad3c666455ae163258efa0b310fef16d890 100644 (file)
@@ -54,8 +54,9 @@ dit(bf(-h)) Print a help (usage) message.
 dit(bf(-B broadcast address)) Send the query to the given broadcast
 address. Without this option the default behavior of nmblookup is to
 send the query to the broadcast address of the primary network
-interface as either auto-detected or defined in the url(bf(smb.conf
-(5)))(smb.conf.5.html) file.
+interface as either auto-detected or defined in the 
+url(bf(interfaces))(smb.conf.5.html#interfaces) parameter of the 
+url(bf(smb.conf (5)))(smb.conf.5.html) file.
 
 dit(bf(-U unicast address)) Do a unicast query to the specified
 address or host tt("unicast address"). This option (along with the
index 07aff0921afd9511747c83e4f25b2d7e5b54ac00..6892132cf8385572b7d2e2988e5299a7665cc17d 100644 (file)
@@ -41,7 +41,7 @@ which may or may not be the same as the IP hostname of the machine
 running the server.
 
 The server name is looked up according to the url(bf(name resolve
-order))(smbclient.1.html#name_resolve_order) parameter in the smb.conf
+order))(smbclient.1.html#name resolve order) parameter in the smb.conf
 file, allowing an administrator to change the order and methods by
 which server names are looked up.
 
@@ -106,12 +106,14 @@ endit()
 
 If this parameter is not set then the name resolver order defined
 in the url(bf(smb.conf))(smb.conf.5.html) file parameter 
-url((bf(name resolve order))(smb.conf.5.html#name resolve order)
+url((bf(name resolve order)))(smb.conf.5.html#name resolve order)
 will be used.
 
 The default order is lmhosts, host, wins, bcast and without this
-parameter or any entry in the url(bf(smb.conf))(smb.conf.5.html) 
-file the name resolution methods will be attempted in this order.
+parameter or any entry in the url(bf("name resolve
+order"))(smb.conf.5.html#name resolve order) parameter of the
+url(bf(smb.conf))(smb.conf.5.html) file the name resolution methods
+will be attempted in this order.
 
 dit(bf(-M NetBIOS name)) This options allows you to send messages,
 using the "WinPopup" protocol, to another computer. Once a connection
@@ -135,8 +137,9 @@ will send the message in the file em(mymessage.txt) to the machine FRED.
 You may also find the bf(-U) and bf(-I) options useful, as they allow
 you to control the FROM and TO parts of the message.
 
-See the message command section of bf(smb.conf (5)) for a description
-of how to handle incoming WinPopup messages in Samba.
+See the url(bf(message command))(smb.conf.5.html#message command)
+parameter in the bf(smb.conf (5)) for a description of how to handle
+incoming WinPopup messages in Samba.
 
 Note: Copy WinPopup into the startup group on your WfWg PCs if you
 want them to always be able to receive messages.
@@ -316,9 +319,10 @@ it() NT1
 
 endit()
 
-dit(bf(-W WORKGROUP)) Override the default workgroup specified in
-smb.conf for this connection. This may be needed to connect to some
-servers.
+dit(bf(-W WORKGROUP)) Override the default workgroup specified in the
+url(bf(workgroup))(smb.conf.5.html#workgroup) parameter of the
+url(bf(smb.conf))(smb.conf.5.html) file for this connection. This may
+be needed to connect to some servers.
 
 label(minusT) dit(bf(-T tar options)) smbclient may be used to create
 bf(tar (1)) compatible backups of all the files on an SMB/CIFS
index 43568dfc16e71930035bec44acb58a8e766f4039..8cf88328297a94b3a3f4a36431f3ad861b80b720 100644 (file)
@@ -81,14 +81,17 @@ should only be used when investigating a problem. Levels above 3 are
 designed for use only by developers and generate HUGE amounts of log
 data, most of which is extremely cryptic.
 
-dit(bf(-l log file)) If specified, em(logfile) specifies a log filename
-into which informational and debug messages from the running server
-will be logged. The log file generated is never removed by the server
-although its size may be controlled by an bf(smb.conf (5)) option.
-The default log file name is specified at compile time.
-
-dit(bf(-O socket options)) See the socket options section of bf(smb.conf
-(5)) for details.
+dit(bf(-l log file)) If specified, em(logfile) specifies a log
+filename into which informational and debug messages from the running
+server will be logged. The log file generated is never removed by the
+server although its size may be controlled by the url(bf(max log
+size))(smb.conf.5.html#max log size) option in the url(bf(smb.conf
+(5)))(smb.conf.5.html) file.  The default log file name is specified
+at compile time.
+
+dit(bf(-O socket options)) See the url(bf(socket
+options))(smb.conf.5.html#socket options) parameter in the
+url(bf(smb.conf (5)))(smb.conf.5.html) file for details.
 
 dit(bf(-p port number)) port number is a positive integer value.  The
 default value if this parameter is not specified is 139.
index cc1845be503cbc035cb4eb7d1a741e286b00f8a4..0526824bde8be3665676e7ecc175f6f719094455 100644 (file)
@@ -229,6 +229,8 @@ This option is only available when running bf(smbpasswd) as root.
 label(minusU)
 dit(bf(-U username))
 
+HERE !!!!
+
 .RE
 .I username