Deleted Added
sdiff udiff text old ( 152569 ) new ( 170820 )
full compact
1.\" $Id: mount_smbfs.8,v 1.10 2002/04/16 02:47:41 bp Exp $
2.\" $FreeBSD: head/contrib/smbfs/mount_smbfs/mount_smbfs.8 170820 2007-06-16 07:01:15Z danfe $
3.Dd March 10, 2000
4.Dt MOUNT_SMBFS 8
5.Os
6.Sh NAME
7.Nm mount_smbfs
8.Nd "mount a shared resource from an SMB file server"
9.Sh SYNOPSIS
10.Nm

--- 57 unchanged lines hidden (view full) ---

68If no password is found,
69.Nm
70prompts for it.
71.It Fl O Ar cowner : Ns Ar cgroup Ns / Ns Ar sowner : Ns Ar sgroup
72Assign owner/group attributes to the newly created connection.
73.It Fl R Ar retrycount
74How many retries should be done before the SMB requester decides to drop
75the connection.
76Default is 4.
77.It Fl T Ar timeout
78Timeout in seconds for each request.
79Default is 15.
80.It Fl W Ar workgroup
81This option specifies the workgroup to be used in the authentication request.
82.It Fl c Ar case
83Set a
84.Ar case
85option which affects name representation.
86.Ar case
87can be one of the following:

--- 79 unchanged lines hidden ---