Module Name: src
Committed By: christos
Date: Fri Apr 4 21:19:35 UTC 2014
Modified Files:
src/sbin/mount_ptyfs: mount_ptyfs.8
Log Message:
the bug has been fixed.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 src/sbin/mount_ptyfs/mount_ptyfs.8:1.13
--- src/sbin/mount_ptyfs/mount_ptyfs.8:1.12 Wed Sep 19 11:38:09 2012
+++ src/sbin/mount_ptyfs/mount_ptyfs.8 Fri Apr 4 17:19:35 2014
@@ -1,7 +1,7 @@
-.\" $NetBSD: mount_ptyfs.8,v 1.12 2012/09/19 15:38:09 christos Exp $
+.\" $NetBSD: mount_ptyfs.8,v 1.13 2014/04/04 21:19:35 christos Exp $
.\"
.\"
-.\" Copyright (c) 2004 The NetBSD Foundation, Inc.
+.\" Copyright (c) 2004, 2014 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" This code is derived from software contributed to The NetBSD Foundation
@@ -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 19, 2012
+.Dd April 4, 2014
.Dt MOUNT_PTYFS 8
.Os
.Sh NAME
@@ -102,6 +102,3 @@ The
.Nm
utility first appeared in
.Nx 3.0 .
-.Sh BUGS
-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.