summaryrefslogtreecommitdiff
path: root/usr.sbin/dconschat/dconschat.8
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2007-06-15 12:09:16 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2007-06-15 12:09:16 +0000
commit8bd6994930a227ceda76fe10eef081edea855337 (patch)
tree39402271773c8a307d7c0ac10b3d0c4818a07cfc /usr.sbin/dconschat/dconschat.8
parente19249f7a74c3437340bf48888d4325b36be5a15 (diff)
downloadsrc-test2-8bd6994930a227ceda76fe10eef081edea855337.tar.gz
src-test2-8bd6994930a227ceda76fe10eef081edea855337.zip
Notes
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 d24ae804a917..b34d968debaa 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.