diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-12 12:59:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-12 12:59:53 -0400 |
commit | fc8469a2e9572088310abb64b473565b54b65cce (patch) | |
tree | 7ecb118be17d6753231d805c21d20034850c397f /Build | |
parent | b8dd86f52b21a86f7ae242b234eb57d880640d10 (diff) |
enbolden man page
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/mdwn2man | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/mdwn2man b/Build/mdwn2man index ba5919b38..7f819adf7 100755 --- a/Build/mdwn2man +++ b/Build/mdwn2man @@ -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/) { |