Hello, there:
Here's the summary to my question about command options
for /usr/bin/catman:
The difference between `catman` and `catman -w` is
without the -w option, it just builds the index
so you can use `whatis` and `man -k`. Because it
doesn't reformat the man pages, it saves your disk
space.
With the -w option, you spend a large initial
chunk of time formatting the man pages and storing
the formatted versions on the disk. So you end up
saving disk access time when you do 'man <command>'
(it's quicker) but this takes up disk space.
So it depends on you what quick response or you want
save disk space. That's the trade-offs.
Thanks for people who replied.
Sincerely,
Sunmana
This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:11:45 CDT