version/0.2
[shelmfish.git] / helpm2man
blob2a6dac4a246aac5bf7fb8f8f4ceba7c1d31f3193
1 #!/bin/sh
3 # <<"HelpMessage"
4 #NAME
5 # helpm2man - convert a HelpMessage to a man document
6 #SYNOPSIS
7 # helpm2man [--] [<file> [<name>.<section>]]
8 #HelpMessage
10 exec helpm2pod --man "$@"
12 # <<"HelpMessage"
13 #DESCRIPTION
14 # helpm2pod(1) is used to convert the message from <file> or from the
15 # standard input to a man(7) document.
16 #SEE ALSO
17 # helpm2pod(1), helpmessage(5), man(7)
18 #HelpMessage