#!/bin/bash
help2man --no-discard-stderr --name=$1 --section=1 --source="$2" --manual=$1 --output=/usr/local/man/man1/$1.1 --info-page=$1  $1


syntax highlighted by Code2HTML, v. 0.9.1