CAPMIN


 

NAME

capmin.pl - termcap minimizer  

SYNOPSYS

capmin.pl [-h] [-f <termcap> ] <terminal>...  

DESCRIPTION

This program produce minimal variant of termcap with only terminal entries specifed in command line. This is usefull for small installations where filesystem size is limited. Automatically handle tc capabilities. Result is sent to stdout.

The options are:

-f <termcap>
Set termcap file name. Default is /etc/termcap.
-h
Print usage information and exit.
 

BUGS

Doesn't work on mutually recursive terminal entries, ie.:

term0:tc=term1: term1:tc=term0:

But this is not allowed in termcap. (?)  

SEE ALSO

termcap(5)  

LICENSE

This program is distributed under the terms of GNU General Public License as published by the Free Software Foundation.  

AUTHOR

Arkadi Shishlov [arkadi at mebius dot lv]


 

Index

NAME
SYNOPSYS
DESCRIPTION
BUGS
SEE ALSO
LICENSE
AUTHOR