=================================================================== RCS file: /cvs/mandoc/Attic/example.style.css,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- mandoc/Attic/example.style.css 2009/09/24 11:55:28 1.8 +++ mandoc/Attic/example.style.css 2009/09/24 13:18:37 1.9 @@ -33,6 +33,7 @@ span.lit { font-family: monospace; } /* Literals (Bf - span.macro { font-weight: bold; } /* Macro-ish thing (Fd). */ span.name { font-weight: bold; } /* Name of utility (Nm). */ span.opt { } /* Options (Op, Oo/Oc). */ +span.ref { } /* Citations (Rs). */ span.symb { font-weight: bold; } /* Symbols. */ span.type { font-style: italic; } /* Variable types (Vt). */ span.unix { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */