|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Ingo Schwarze (schwarze
cvs.openbsd.org)
Date: Wed Sep 22 2010 - 14:15:00 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: schwarze
cvs.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
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]