Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hpfcdc!rml From: rml@hpfcdc.HP.COM (Bob Lenk) Newsgroups: comp.sys.hp Subject: Re: Inverse Characters in man Message-ID: <5570242@hpfcdc.HP.COM> Date: 20 Jul 89 01:06:07 GMT References: <228@bnrunix.UUCP> Organization: HP Ft. Collins, Co. Lines: 19 The suggestion of building a new terminfo entry will change or stop highlighting from all terminfo/curses programs, not just man. If you dislike highlighting, that may be what you want. The suggestion of using fixman will remove the highlighting from the man files, and thus affect all users of man on your system. If that's what you want, it also has the advantage of saving some disk space. If you want to affect only the man command only when you run it, you can do man | col -b | more #or other pager You can use an alias, shell function, or shell script to do this (depending on your choice of shell). Bob Lenk rml@hpfcla.hp.com hplabs!hpfcla!rml