Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/mount_ptyfs Does not make sense to mount this as NFS, s...



details:   https://anonhg.NetBSD.org/src/rev/236994a85700
branches:  trunk
changeset: 781639:236994a85700
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Sep 19 15:38:09 2012 +0000

description:
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.

diffstat:

 sbin/mount_ptyfs/mount_ptyfs.8 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 90ea98af6fad -r 236994a85700 sbin/mount_ptyfs/mount_ptyfs.8
--- a/sbin/mount_ptyfs/mount_ptyfs.8    Wed Sep 19 11:51:56 2012 +0000
+++ b/sbin/mount_ptyfs/mount_ptyfs.8    Wed Sep 19 15:38:09 2012 +0000
@@ -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 @@
 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.



Home | Main Index | Thread Index | Old Index