Module Name: src
Committed By: christos
Date: Wed Sep 19 15:38:09 UTC 2012
Modified Files:
src/sbin/mount_ptyfs: mount_ptyfs.8
Log Message:
Does not make sense to mount this as NFS, so it is not a bug.
We can now mount multiple instances, but all of them show all the ptys.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sbin/mount_ptyfs/mount_ptyfs.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/mount_ptyfs/mount_ptyfs.8
diff -u src/sbin/mount_ptyfs/mount_ptyfs.8:1.11 src/sbin/mount_ptyfs/mount_ptyfs.8:1.12
--- src/sbin/mount_ptyfs/mount_ptyfs.8:1.11 Tue Sep 18 17:35:43 2012
+++ src/sbin/mount_ptyfs/mount_ptyfs.8 Wed Sep 19 11:38:09 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: mount_ptyfs.8,v 1.11 2012/09/18 21:35:43 christos Exp $
+.\" $NetBSD: mount_ptyfs.8,v 1.12 2012/09/19 15:38:09 christos Exp $
.\"
.\"
.\" Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd September 18, 2012
+.Dd September 19, 2012
.Dt MOUNT_PTYFS 8
.Os
.Sh NAME
@@ -103,5 +103,5 @@ The
utility first appeared in
.Nx 3.0 .
.Sh BUGS
-This filesystem may not be NFS-exported.
-Multiple instances are not allowed.
+When multiple instances are mounted, they all display the union of the ptys
+used in each instance, not just the ones used in the particular instance.