Add man section to HTML title.
This commit is contained in:
parent
732248284e
commit
c173fc40a7
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ if [ -z "$1" -o "$1" == "man" ]; then
|
|||
exec /usr/bin/pod2man -n CA-CREATE-CERT -s 1 -d "12 February 2010" \
|
||||
-r "ca-scripts version 0.9" -c "SSL Certificate Authority utilities" $0
|
||||
elif [ "$1" == "html" ]; then
|
||||
exec /usr/bin/pod2html --title "ca-create-cert" < $0
|
||||
exec /usr/bin/pod2html --title "ca-create-cert(1)" < $0
|
||||
elif [ "$1" == "text" ]; then
|
||||
exec /usr/bin/pod2text -o $0
|
||||
fi
|
||||
|
|
|
@ -4,7 +4,7 @@ if [ -z "$1" -o "$1" == "man" ]; then
|
|||
exec /usr/bin/pod2man -n CA-INIT -s 1 -d "12 February 2010" \
|
||||
-r "ca-scripts version 0.9" -c "SSL Certificate Authority utilities" $0
|
||||
elif [ "$1" == "html" ]; then
|
||||
exec /usr/bin/pod2html --title "ca-init" < $0
|
||||
exec /usr/bin/pod2html --title "ca-init(1)" < $0
|
||||
elif [ "$1" == "text" ]; then
|
||||
exec /usr/bin/pod2text -o $0
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue