summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dconschat/dconschat.8
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2007-06-15 12:09:16 +0000
committersimokawa <simokawa@FreeBSD.org>2007-06-15 12:09:16 +0000
commite5ece23f3a47af1bbf7e77b79de926fafb50d0d1 (patch)
tree39402271773c8a307d7c0ac10b3d0c4818a07cfc /usr.sbin/dconschat/dconschat.8
parentc00ecb1e06d1c2e24baea6076a20945eaa7b837b (diff)
downloadFreeBSD-src-e5ece23f3a47af1bbf7e77b79de926fafb50d0d1.zip
FreeBSD-src-e5ece23f3a47af1bbf7e77b79de926fafb50d0d1.tar.gz
- Add an option to change escape character.
- Use CTRL macro. - Make target reset work on telnet port. - Add a key bind to invoke kgdb on the terminal. (experimental)
Diffstat (limited to 'usr.sbin/dconschat/dconschat.8')
-rw-r--r--usr.sbin/dconschat/dconschat.812
1 files changed, 9 insertions, 3 deletions
diff --git a/usr.sbin/dconschat/dconschat.8 b/usr.sbin/dconschat/dconschat.8
index d24ae80..b34d968 100644
--- a/usr.sbin/dconschat/dconschat.8
+++ b/usr.sbin/dconschat/dconschat.8
@@ -35,6 +35,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl brvwRT1
+.Op Fl e Ar escape-char
.Op Fl h Ar hz
.Op Fl C Ar console_port
.Op Fl G Ar gdb_port
@@ -107,13 +108,15 @@ acts as a master device with
.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
+A escape character (the default is
+.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 ~^G
+Invoke kgdb on the terminal on which dconschat is running.
.It Ic ~^R
Reset the target over FireWire if a reset address is registered in Configuration ROM.
.It Ic ~^Z
@@ -156,6 +159,9 @@ Read available buffer, then exit.
This implies the
.Fl r
option.
+.It Fl e Ar escape-char
+Specify escape character.
+The default is '~'.
.It Fl h Ar hz
Specify polling rate.
The default value is 100.
OpenPOWER on IntegriCloud