remove BUGS section & don't Xr send-pr(1) - the code seems to be generally
working well and could be used without particular fear use "SMB/CIFS" in the description bump date
This commit is contained in:
parent
225230174b
commit
102ae64e46
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: mount_smbfs.8,v 1.4 2003/03/03 07:32:29 wiz Exp $
|
||||
.\" $NetBSD: mount_smbfs.8,v 1.5 2003/03/31 17:22:31 jdolecek Exp $
|
||||
.\" from: Id: mount_smbfs.8,v 1.10 2002/04/16 02:47:41 bp Exp
|
||||
.\"
|
||||
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
|
||||
|
@ -32,12 +32,12 @@
|
|||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd February 18, 2002
|
||||
.Dd March 31, 2003
|
||||
.Dt MOUNT_SMBFS 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm mount_smbfs
|
||||
.Nd "mount a shared resource from an SMB file server"
|
||||
.Nd "mount a shared resource from an SMB/CIFS file server"
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl E Ar cs1 : Ns Ar cs2
|
||||
|
@ -189,7 +189,6 @@ for smbfs mounts:
|
|||
.Pp
|
||||
.Dl "//guest@samba/public /smb/public smbfs rw,noauto 0 0"
|
||||
.Sh SEE ALSO
|
||||
.Xr send-pr 1 ,
|
||||
.Xr mount 8
|
||||
.Sh HISTORY
|
||||
Support for SMBFS first appeared in
|
||||
|
@ -208,10 +207,3 @@ port done by
|
|||
and
|
||||
.An Jaromir Dolecek
|
||||
.Aq jdolecek@NetBSD.org .
|
||||
.Sh BUGS
|
||||
SMBFS support is very new in
|
||||
.Nx .
|
||||
It's still considered
|
||||
.Em experimental .
|
||||
Please report any bugs you find using
|
||||
.Xr send-pr 1 .
|
||||
|
|
Loading…
Reference in New Issue