From 49cd711d49a321de8eeb9ab3720c1357089059b8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 3 Oct 2002 18:10:16 +0000 Subject: Fix links in html versions of manpages (This used to be commit e0632a7752f123859290140b5fc190fee0da8484) --- docs/htmldocs/smbmount.8.html | 68 ++++++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 36 deletions(-) (limited to 'docs/htmldocs/smbmount.8.html') diff --git a/docs/htmldocs/smbmount.8.html b/docs/htmldocs/smbmount.8.html index 9d620f1397..81a3ac04b2 100644 --- a/docs/htmldocs/smbmount.8.html +++ b/docs/htmldocs/smbmount.8.html @@ -1,10 +1,11 @@ + smbmount

smbmount

smbmount
smbmount process may also be called mount.smbfs.

NOTE:NOTE: smbmount

username=<arg>
username=<arg>

specifies the username to connect as. If @@ -127,7 +132,7 @@ CLASS="ENVAR" to be specified as part of the username.

password=<arg>
password=<arg>

specifies the SMB password. If this @@ -143,7 +148,7 @@ CLASS="COMMAND" for a passeword, unless the guest option is given.

Note that password which contain the arguement delimiter +> Note that passwords which contain the argument delimiter character (i.e. a comma ',') will failed to be parsed correctly on the command line. However, the same password defined in the PASSWD environment variable or a credentials file (see @@ -151,26 +156,17 @@ CLASS="COMMAND"

credentials=<filename>
credentials=<filename>

specifies a file that contains a username and/or password. The format of the file is:

		
		username = <value>
-		password = <value>
+>		username = <value>
+		password = <value>
 		

netbiosname=<arg>
netbiosname=<arg>

sets the source NetBIOS name. It defaults to the local hostname.

uid=<arg>
uid=<arg>

sets the uid that will own all files on @@ -199,7 +195,7 @@ CLASS="FILENAME"

gid=<arg>
gid=<arg>

sets the gid that will own all files on @@ -208,14 +204,14 @@ CLASS="FILENAME" gid.

port=<arg>
port=<arg>

sets the remote SMB port number. The default is 139.

fmask=<arg>
fmask=<arg>

sets the file mask. This determines the @@ -223,7 +219,7 @@ CLASS="FILENAME" The default is based on the current umask.

dmask=<arg>
dmask=<arg>

sets the directory mask. This determines the @@ -231,7 +227,7 @@ CLASS="FILENAME" The default is based on the current umask.

debug=<arg>
debug=<arg>

sets the debug level. This is useful for @@ -240,20 +236,20 @@ CLASS="FILENAME" output, possibly hiding the useful output.

ip=<arg>
ip=<arg>

sets the destination host or IP address.

workgroup=<arg>
workgroup=<arg>

sets the workgroup on the destination

sockopt=<arg>
sockopt=<arg>

sets the TCP socket options. See the

scope=<arg>
scope=<arg>

sets the NetBIOS scope

mount read-write

iocharset=<arg>
iocharset=<arg>

sets the charset used by the Linux side for codepage @@ -307,7 +303,7 @@ CLASS="PARAMETER"

codepage=<arg>
codepage=<arg>

sets the codepage the server uses. See the iocharset @@ -316,10 +312,10 @@ CLASS="PARAMETER"

ttl=<arg>
ttl=<arg>

how long a directory listing is cached in milliseconds +> sets how long a directory listing is cached in milliseconds (also affects visibility of file size and date changes). A higher value means that changes on the server take longer to be noticed but it can give -- cgit