Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 fill in some information about nsmb(4)
details: https://anonhg.NetBSD.org/src/rev/1204edba3ef5
branches: trunk
changeset: 557807:1204edba3ef5
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sun Jan 18 15:23:15 2004 +0000
description:
fill in some information about nsmb(4)
diffstat:
share/man/man4/nsmb.4 | 38 +++++++++++++++++++++++++++++++-------
1 files changed, 31 insertions(+), 7 deletions(-)
diffs (57 lines):
diff -r 5472c368866b -r 1204edba3ef5 share/man/man4/nsmb.4
--- a/share/man/man4/nsmb.4 Sun Jan 18 14:42:09 2004 +0000
+++ b/share/man/man4/nsmb.4 Sun Jan 18 15:23:15 2004 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: nsmb.4,v 1.3 2003/07/26 20:17:32 salo Exp $
+.\" $NetBSD: nsmb.4,v 1.4 2004/01/18 15:23:15 jdolecek Exp $
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -31,17 +31,41 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd April 29, 2003
+.Dd January 18, 2004
.Dt NSMB 4
.Os
.Sh NAME
.Nm nsmb
-.Nd unknown
+.Nd kernel SMB protocol communicator
.Sh SYNOPSIS
.Cd "pseudo-device nsmb"
.Sh DESCRIPTION
-No description.
+This virtual device is used by SMBFS filesystem
+for actual communication with SMB servers. It provides
+the physical transportation, encapsulating the networking
+part of SMBFS. Only SMB over TCP/IP is supported at
+this moment, SMB over NetBIOS is not supported.
+.Pp
+For the SMBFS kernel support to work, it's necessary
+to have both this pseudo-device and file-system
+SMBFS configured into kernel.
.Sh SEE ALSO
-Nothing
-.Sh BUGS
-jdolecek%NetBSD.org@localhost has not yet written this man page.
+.Xr mount_smbfs 8
+.Sh HISTORY
+This driver first appeared in
+.Fx 4.4 .
+In
+.Nx ,
+this first appeared in
+.Nx 2.0 ,
+together with rest of SMBFS support.
+.Sh AUTHORS
+.An Boris Popov Aq bp%butya.kz@localhost ,
+.Aq bp%FreeBSD.org@localhost .
+.Nx
+port done by
+.An Matt Debergalis
+.Aq deberg%NetBSD.org@localhost ,
+and
+.An Jaromir Dolecek
+.Aq jdolecek%NetBSD.org@localhost .
Home |
Main Index |
Thread Index |
Old Index