diff options
author | B. Watson <yalhcru@gmail.com> | 2014-01-25 01:38:48 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:13 -0600 |
commit | 166a9877e4c200cfe9927f2bdffa9257c88977ba (patch) | |
tree | abd2b9d5edc28dcd8101008f0adef14b202df2c7 /system/info2man/README | |
parent | 5a4b9ca0bf730dde38e54845ca6ec18455fb8c8e (diff) | |
download | slackbuilds-166a9877e4c200cfe9927f2bdffa9257c88977ba.tar.gz |
system/info2man: Added (convert GNU info files into man pages).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/info2man/README')
-rw-r--r-- | system/info2man/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/info2man/README b/system/info2man/README new file mode 100644 index 0000000000..7573dd917c --- /dev/null +++ b/system/info2man/README @@ -0,0 +1,5 @@ +info2man (convert GNU info files into man pages) + +info2pod converts GNU info data to POD format for easy transcription to +various formats like HTML. info2man is a wrapper for info2pod to convert +info files into nroff -man format. |