summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dconschat/dconschat.8
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2007-06-08 05:26:11 +0000
committersimokawa <simokawa@FreeBSD.org>2007-06-08 05:26:11 +0000
commit1345f38e32c5638dadf5fd8919a4ca8b10852ba2 (patch)
treec3a9be78bbf1138073ecad6ed170612551eb353b /usr.sbin/dconschat/dconschat.8
parent024859acd22a3d016b8fd5450f32b37974da21b0 (diff)
downloadFreeBSD-src-1345f38e32c5638dadf5fd8919a4ca8b10852ba2.zip
FreeBSD-src-1345f38e32c5638dadf5fd8919a4ca8b10852ba2.tar.gz
Clean up escape sequence handling and add support for
resetting target and suspending dconschat.
Diffstat (limited to 'usr.sbin/dconschat/dconschat.8')
-rw-r--r--usr.sbin/dconschat/dconschat.830
1 files changed, 20 insertions, 10 deletions
diff --git a/usr.sbin/dconschat/dconschat.8 b/usr.sbin/dconschat/dconschat.8
index 1feebd8..d24ae80 100644
--- a/usr.sbin/dconschat/dconschat.8
+++ b/usr.sbin/dconschat/dconschat.8
@@ -69,7 +69,8 @@ using
.Xr firewire 4 ,
you have to specify target EUI64 address using the
.Fl t
-option.
+option. Physical DMA should be enabled on the target machine for access
+via FireWire.
.Pp
The
.Nm
@@ -95,15 +96,6 @@ options respectively.
The port number 0 has special meaning that
current TTY (stdin/stdout) is used instead of TCP/IP.
A negative port number will disable the port.
-To quit
-.Nm ,
-send a CR +
-.Ql ~
-+
-.Ql \&.
-sequence to the console port,
-or send signal to the process.
-.Pp
By analogy with
.Xr pty 4
device, the
@@ -112,6 +104,24 @@ acts as a slave device and
.Nm
acts as a master device with
.Xr telnetd 8 .
+.Pp
+Typed characters are normally transmitted directly to
+.Xr dcons 4 .
+A tilde
+.Pq Ql ~
+appearing as the first character of a line is an escape signal; the
+following are recognized:
+.Bl -tag -width ident
+.It Ic ~.
+Drop the connection and exit.
+.It Ic ~^R
+Reset the target over FireWire if a reset address is registered in Configuration ROM.
+.It Ic ~^Z
+Suspend the dconschat process.
+.El
+.Pp
+The following options are supported.
+.Pp
.Bl -tag -width indent
.It Fl b
Translate Ctrl-C to ALT_BREAK (CR +
OpenPOWER on IntegriCloud