enbolden man page

This commit is contained in:
Joey Hess 2013-09-12 12:59:53 -04:00
parent 73ddeb3095
commit dfcf72890d
2 changed files with 3 additions and 0 deletions

View file

@ -8,6 +8,7 @@ print ".TH $prog $section\n";
while (<>) {
s{(\\?)\[\[([^\s\|\]]+)(\|[^\s\]]+)?\]\]}{$1 ? "[[$2]]" : $2}eg;
s/\`([^\`]*)\`/\\fB$1\\fP/g;
s/\`//g;
s/^\s*\./\\&./g;
if (/^#\s/) {

View file

@ -18,3 +18,5 @@ index ba5919b..7f819ad 100755
"""]]
I tested it against the git-annex manpage and it seems to work well. --[[anarcat]]
> [[done]], thanks --[[Joey]]