enbolden man page
This commit is contained in:
parent
73ddeb3095
commit
dfcf72890d
2 changed files with 3 additions and 0 deletions
|
@ -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/) {
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in a new issue