Source-Changes-HG archive

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

[src/trunk]: src/sbin/mount_ptyfs Nit fixes.



details:   https://anonhg.NetBSD.org/src/rev/441c860d3024
branches:  trunk
changeset: 571126:441c860d3024
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Nov 11 13:20:42 2004 +0000

description:
Nit fixes.

diffstat:

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

diffs (47 lines):

diff -r 6149e06268b5 -r 441c860d3024 sbin/mount_ptyfs/mount_ptyfs.8
--- a/sbin/mount_ptyfs/mount_ptyfs.8    Thu Nov 11 12:03:53 2004 +0000
+++ b/sbin/mount_ptyfs/mount_ptyfs.8    Thu Nov 11 13:20:42 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mount_ptyfs.8,v 1.1 2004/11/11 01:42:17 christos Exp $
+.\"    $NetBSD: mount_ptyfs.8,v 1.2 2004/11/11 13:20:42 wiz Exp $
 .\"
 .Dd November 8, 2004
 .Dt MOUNT_PTYFS 8
@@ -14,16 +14,16 @@
 .Sh DESCRIPTION
 The
 .Nm
-command attaches an instance of the pseudo terminal device filesystem
-the global filesystem namespace.
+command attaches an instance of the pseudo-terminal device filesystem
+to the global filesystem namespace.
 The conventional mount point is
 .Pa /dev/pts .
 This command is normally executed by
 .Xr mount 8
 at boot time.
 .Pp
-The filesystem contains pseudo terminal slave device nodes which are
-allocated dynamically via 
+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.
 .Pp
@@ -40,14 +40,14 @@
 .Sh FILES
 .Bl -tag -width n -compact
 .It Pa n
-The 'nth pseudo terminal device in use.
+The nth pseudo-terminal device in use.
 .El
 .Sh SEE ALSO
 .Xr mount 2 ,
 .Xr unmount 2 ,
 .Xr ptm 4 ,
 .Xr fstab 5 ,
-.Xr mount 8 ,
+.Xr mount 8
 .Sh HISTORY
 The
 .Nm



Home | Main Index | Thread Index | Old Index