diff --git a/doc/ca-create-cert.pod b/doc/ca-create-cert.pod index cd99cc2..d0c6afe 100755 --- a/doc/ca-create-cert.pod +++ b/doc/ca-create-cert.pod @@ -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 diff --git a/doc/ca-init.pod b/doc/ca-init.pod index 22be18e..ba2a91d 100755 --- a/doc/ca-init.pod +++ b/doc/ca-init.pod @@ -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