summaryrefslogtreecommitdiff
path: root/converters/txt2man
AgeCommit message (Collapse)AuthorFilesLines
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-08-20Instead of a special INSTALL_TARGET setting, set the installation prefixjlam1-2/+2
via MAKE_FLAGS.
2001-07-26Update txt2man to 1.42 (hi folks! I'm back)zuntum2-5/+5
Changes: Fixes of long C function definitions, better handling of blank lines, removal of unused options and shorter doc.
2001-06-13Initial import of txt2man-1.4.1zuntum4-0/+29
txt2man converts the input text into nroff commands using man(7) macros for man pages. Smart argument processing is available either for commands using "-" sign for flags (including long options used in GNU tools). If ifile is omitted, standard input is taken as argument. Result is displayed on standard output.