From 401040ced03dd26dc6cb445f4d6bdecea10a6efa Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 13 Jan 2010 06:22:33 +0000 Subject: [PATCH] document the gold digits --- tools/qfcc/doc/man/qfcc.1 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tools/qfcc/doc/man/qfcc.1 b/tools/qfcc/doc/man/qfcc.1 index 23d44f458..492049d3e 100644 --- a/tools/qfcc/doc/man/qfcc.1 +++ b/tools/qfcc/doc/man/qfcc.1 @@ -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.