document the gold digits

This commit is contained in:
Bill Currie 2010-01-13 06:22:33 +00:00 committed by Jeff Teunissen
parent 07b61aa23f
commit 401040ced0
1 changed files with 8 additions and 2 deletions

View File

@ -443,10 +443,16 @@ Double quote.
Single quote.
.TP
.B \(rs0-7
Octal character code, up to three digits.
Octal character code, up to three digits. This conflicts with \fBqccx\fP. In
\fBqccx\fP, this produces gold digits. Use \fB\-\-qccx\-escapes\fP to select
\fBqccx\fP behaviour.
.TP
.B \(rs8-9
Produce gold digits.
.TP
.B \(rsx0-9A-Fa-f
Hexadecimal character code, any number of digits, but only the least significant byte will be used.
Hexadecimal character code, any number of digits, but only the least
significant byte will be used.
.TP
.B \(rsa
Bell character (not in quake engines). Equivalent to \(rsx07.