summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorBernd Eckenfels <bernd@eckenfels.net>2011-12-31 20:35:20 +0000
committerBernd Eckenfels <bernd@eckenfels.net>2011-12-31 20:35:20 +0000
commit0f65cdcb18f394520e8b979abc0168a36855eeb7 (patch)
tree5e20bfa4d2a14662724136cb98ae52193c191f6f /man
parent46150910f67401a4c2743c1640a0dead461103bf (diff)
downloadnet-tools-0f65cdcb18f394520e8b979abc0168a36855eeb7.tar.gz
net-tools-0f65cdcb18f394520e8b979abc0168a36855eeb7.tar.bz2
net-tools-0f65cdcb18f394520e8b979abc0168a36855eeb7.zip
slattach: man page documents /dev/ptmx support
Diffstat (limited to 'man')
-rw-r--r--man/en_US/slattach.89
1 files changed, 7 insertions, 2 deletions
diff --git a/man/en_US/slattach.8 b/man/en_US/slattach.8
index cfc2f5a..0e2cfcc 100644
--- a/man/en_US/slattach.8
+++ b/man/en_US/slattach.8
@@ -1,4 +1,4 @@
-.TH SLATTACH 8 "2008\-10\-03" "net\-tools" "Linux System Administrator's Manual"
+.TH SLATTACH 8 "2011\-12\-31" "net\-tools" "Linux System Administrator's Manual"
.SH NAME
slattach \- attach a network interface to a serial line
.SH SYNOPSIS
@@ -11,6 +11,11 @@ is a tiny little program that can be used to put a normal terminal
you to use it for point-to-point links to other computers.
.SH OPTIONS
.TP
+.B tty
+Path to a serial device like
+.IR /dev/ttyS* ", " /dev/cua* " or " /dev/ptmx
+to spawn a new pseudo tty.
+.TP
.B "[\-c command]"
Execute
.B command
@@ -78,7 +83,7 @@ If no arguments are given, the current terminal line (usually: the
login device) is used. Otherwise, an attempt is made to claim the
indicated terminal port, lock it, and open it.
.SH FILES
-.I /dev/cua* /var/lock/LCK.*
+.I /dev/cua* /var/lock/LCK.* /dev/ttyS* /dev/ptmx
.SH BUGS
None known.
.SH SEE ALSO