Part of bzrlib.doc_generate
man.py - create man page from built-in bzr help and static text
| Function | get_filename | Provides name of manpage |
| Function | infogen | Assembles a man page |
| Function | man_escape | Escapes strings for man page compatibility |
| Function | command_name_list | Builds a list of command names from bzrlib |
| Function | getcommand_list | Builds summary help for command names in manpage format |
| Function | getcommand_help | Shows individual options for a bzr command |
| Function | format_command | Provides long help for each public command |
| Function | format_alias | Undocumented |