Module Name: src
Committed By: nakayama
Date: Tue Nov 18 10:38:52 UTC 2014
Modified Files:
src/external/bsd/smbfs/dist/mount_smbfs: mount_smbfs.8
Log Message:
Mention about -E and -c options in the BUGS section.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/smbfs/dist/mount_smbfs/mount_smbfs.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/smbfs/dist/mount_smbfs/mount_smbfs.8
diff -u src/external/bsd/smbfs/dist/mount_smbfs/mount_smbfs.8:1.3 src/external/bsd/smbfs/dist/mount_smbfs/mount_smbfs.8:1.4
--- src/external/bsd/smbfs/dist/mount_smbfs/mount_smbfs.8:1.3 Sat Nov 15 18:57:25 2014
+++ src/external/bsd/smbfs/dist/mount_smbfs/mount_smbfs.8 Tue Nov 18 10:38:52 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: mount_smbfs.8,v 1.3 2014/11/15 18:57:25 nakayama Exp $
+.\" $NetBSD: mount_smbfs.8,v 1.4 2014/11/18 10:38:52 nakayama Exp $
.\" Id: mount_smbfs.8,v 1.8 2000/06/09 13:52:56 bp Exp
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -25,7 +25,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd November 9, 2003
+.Dd November 17, 2014
.Dt MOUNT_SMBFS 8
.Os
.Sh NAME
@@ -208,3 +208,15 @@ port done by
and
.An Jaromir Dolecek
.Aq [email protected] .
+.Sh BUGS
+The
+.Fl E
+option works only if you mount with
+.Xr rump_smbfs 8
+instead of
+.Nm .
+.Pp
+The
+.Fl c
+option is not implemented yet.
+It is silently ignored for now.