OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Ingo Schwarze (schwarzecvs.openbsd.org)
Date: Wed Sep 22 2010 - 14:15:00 CDT


CVSROOT: /cvs
Module name: src
Changes by: schwarzecvs.openbsd.org 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