Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/mount_ptyfs Adapt to reality -- already open BSD style ...
details: https://anonhg.NetBSD.org/src/rev/9694d7b37449
branches: trunk
changeset: 331527:9694d7b37449
user: hannken <hannken%NetBSD.org@localhost>
date: Wed Aug 13 15:48:38 2014 +0000
description:
Adapt to reality -- already open BSD style nodes do not appear on
ptyfs mounts (this changed some months ago).
diffstat:
sbin/mount_ptyfs/mount_ptyfs.8 | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r fcd73cccddf1 -r 9694d7b37449 sbin/mount_ptyfs/mount_ptyfs.8
--- a/sbin/mount_ptyfs/mount_ptyfs.8 Wed Aug 13 15:41:21 2014 +0000
+++ b/sbin/mount_ptyfs/mount_ptyfs.8 Wed Aug 13 15:48:38 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mount_ptyfs.8,v 1.13 2014/04/04 21:19:35 christos Exp $
+.\" $NetBSD: mount_ptyfs.8,v 1.14 2014/08/13 15:48:38 hannken Exp $
.\"
.\"
.\" Copyright (c) 2004, 2014 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 April 4, 2014
+.Dd August 13, 2014
.Dt MOUNT_PTYFS 8
.Os
.Sh NAME
@@ -57,8 +57,7 @@
.Pp
The filesystem contains pseudo-terminal slave device nodes which are
allocated dynamically via
-.Xr ptm 4 ,
-or they are already open via traditional BSD style ptys.
+.Xr ptm 4 .
.Pp
The options are as follows:
.Bl -tag -width indent
Home |
Main Index |
Thread Index |
Old Index