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.
24 lines
486 B
Perl
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"
|