summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-09-11 19:25:59 +0000
committerjoel <joel@FreeBSD.org>2012-09-11 19:25:59 +0000
commite5cce319848354c2c918f69cdc973119df7a9383 (patch)
tree7fc139aca6f760cf6f73ba0d117784b5ab8bcc02 /usr.bin
parent2c9fc028f54c4a9e68335e43433c25ff64ec6dae (diff)
downloadFreeBSD-src-e5cce319848354c2c918f69cdc973119df7a9383.zip
FreeBSD-src-e5cce319848354c2c918f69cdc973119df7a9383.tar.gz
Minor mdoc fix.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/chat/chat.826
1 files changed, 13 insertions, 13 deletions
diff --git a/usr.bin/chat/chat.8 b/usr.bin/chat/chat.8
index 692e09e..b130ee8 100644
--- a/usr.bin/chat/chat.8
+++ b/usr.bin/chat/chat.8
@@ -508,9 +508,9 @@ If you send a null string then it will still
send the return character.
This sequence may either be a pair of apostrophe
or quote characters.
-.It \\\\b
+.It \eb
represents a backspace character.
-.It \\\\c
+.It \ec
Suppresses the newline at the end of the reply string.
This is the only
method to send a string without a trailing return character.
@@ -519,44 +519,44 @@ be at the end of the send string.
For example,
the sequence hello\\c will simply send the characters h, e, l, l, o
.Pq Em not valid in expect .
-.It \\\\d
+.It \ed
Delay for one second.
The program uses sleep(1) which will delay to a
maximum of one second
.Pq Em not valid in expect .
-.It \\\\K
+.It \eK
Insert a
.Dv BREAK
.Pq Em not valid in expect .
-.It \\\\n
+.It \en
Send a newline or linefeed character.
-.It \\\\N
+.It \eN
Send a null character.
The same sequence may be represented by \\0
.Pq Em not valid in expect .
-.It \\\\p
+.It \ep
Pause for a fraction of a second.
The delay is 1/10th of a second
.Pq Em not valid in expect .
-.It \\\\q
+.It \eq
Suppress writing the string to
.Xr syslogd 8 .
The string ?????? is
written to the log in its place
.Pq Em not valid in expect .
-.It \\\\r
+.It \er
Send or expect a carriage return.
-.It \\\\s
+.It \es
Represents a space character in the string.
This may be used when it
is not desirable to quote the strings which contains spaces.
The
sequence 'HI TIM' and HI\\sTIM are the same.
-.It \\\\t
+.It \et
Send or expect a tab character.
-.It \\\\\\\\
+.It \e
Send or expect a backslash character.
-.It \\\\ddd
+.It \eddd
Collapse the octal digits (ddd) into a single ASCII character and send that
character
.Pq Em some characters are not valid in expect .
OpenPOWER on IntegriCloud