This Gist contains a total of 5 tab-separated values files (TSV), and they list:
- ROFF-Requests.tsv -> ROFF requests, this file is the only one where the structure is taken from the manual downloaded from TROFF's website authored by the late Joe Ossanna and the legendary BWK, refer to the listing in the manual to get a sense of what each column means (
name;args;default;default arg values;flags;description). - ROFF-Escapes.tsv -> The escape sequences --- those accepting arguments and those variable have been marked;
- ROFF-NRs.tsv -> The built-in numeric registers (which GROFF just calls registers);
- ROFF-SRs.tsv -> The built-in string registers (which GROFF just calls strings);
- ROFF-Chars.tsv -> The pre-defined character list;
Important thing to note is, these are the listings as defined by Ossanna and Kernighan. GNU additions have not been accounted for. Whatever Heirloom DocTools adds neither. This is pure ROFF!