CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/09/22 13:15:00
Modified files:
gnu/usr.bin/cvs/man: cvs.1
Log message:
We are still far away from supporting the roff macro definition macro .de
in mandoc, if we ever get to that point. Even less so with variable
arguments and using a single non-alphabetic character (here, '`') as the
macro identifier. In the meantime, refrain from using .de in cvs(1).
Patch generated by running #!/usr/bin/perl
while(<>){s/^\.\` "(.*)"(.*)/.RB \` "\\|$1\\|" \'$2/;print;}
followed by some hand-polishing.
Repeatedly prodded by many (e.g. halex@, weerd@) and repeatedly forgotten.
"yes. at least people will be able to read the page." jmc@