diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-06-14 14:39:19 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-06-14 14:39:19 +0800 |
commit | ade3e4bc25324918fd6f75e1288472575eeca1ef (patch) | |
tree | 6098262ab24af46dad5bae9d4a43b6636536a40b /textproc/txt2man/pkg-descr | |
parent | c24cc36a410fcf825dbcd4d414206eaa99cba779 (diff) | |
download | freebsd-ports-gnome-ade3e4bc25324918fd6f75e1288472575eeca1ef.tar.gz freebsd-ports-gnome-ade3e4bc25324918fd6f75e1288472575eeca1ef.tar.zst freebsd-ports-gnome-ade3e4bc25324918fd6f75e1288472575eeca1ef.zip |
add txt2man
Converts flat ASCII text to man page format
Diffstat (limited to 'textproc/txt2man/pkg-descr')
-rw-r--r-- | textproc/txt2man/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/txt2man/pkg-descr b/textproc/txt2man/pkg-descr new file mode 100644 index 000000000000..304a23d4555b --- /dev/null +++ b/textproc/txt2man/pkg-descr @@ -0,0 +1,7 @@ +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. + +WWW: http://mvertes.free.fr/ |