Understand .SH "NAME" form too (e.g. perl manpages)
This commit is contained in:
parent
6e37eb17b2
commit
12f3eeaa01
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ cd $1 || exit
|
|||
if test -f "$page"; then # (Old sh barfs on 'continue')
|
||||
|
||||
sed -e 's/ / /g
|
||||
s/"NAME"/NAME/g
|
||||
/^\.SH NAME/,/^\.SH /!d
|
||||
/^\.SH /d
|
||||
s/\\f.//g # should not be needed
|
||||
|
|
Loading…
Reference in a new issue