empserver/info/Commands/echo.t
Markus Armbruster 1625567f97 Fix markup: bogus numerical arguments that were mapped to zero
silently (troff) or under protest (groff); table column width (also
fixed some .L arguments to match actual game output); spacing in
no-fill text; stray .FI, .in and .ce messing up indentation; stray .L;
misspelled request and escape names; escaping of control and escape
characters; properly ignore form-feed; argument quoting; extra
arguments to .NF.  Still broken: .L abused for headings, which
triggers many groff warnings about negative indentation.
2004-02-15 15:59:09 +00:00

24 lines
486 B
Perl

.TH Command ECHO
.NA echo "Echo a string back to the client"
.LV Expert
.SY "echo [<string>]"
The echo command echos its arguments.
It is designed to help clients synchronize their commands
with the server when operating asynchronously. Note that if there are
any spaces in your string, then you will need to include the string in
quotes.
.s1
For example:
.EX echo SN#123456
.nf
SN#123456
.fi
.EX echo hi mom
.nf
hi
.fi
.EX echo \*Qhi mom\*U
.nf
hi mom
.fi
.SA "toggle, Communication"