Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!samsung!uunet!comp.vuw.ac.nz!am.dsir.govt.nz!marcamd!mercury!kcbbs!kc From: Martin@kcbbs.gen.nz (Martin Kealey) Newsgroups: comp.unix.xenix.sco Subject: Less misbehaves when used for "man" pag Message-ID: <1991Apr28.221556.25141@kcbbs.gen.nz> Date: 28 Apr 91 22:15:56 GMT Lines: 21 Organisation: Kappa Crucis Unix BBS, Auckland, New Zealand It's been a while since I used SCO Xenix, but as I recall /usr/man/bin/nr is a script which calls the typesetter for the page required, and then the pager; it sets TERM to something for the typesetter, but doesn't set it back again before it runs the pager - it should be fairly straightforward to fix, though: Since the aberant TERM value is only used by nroff, remove the "export" statement and use TERM=thingy nroff in place of TERM=thingy export TERM nroff [Replace "thingy" and "nroff" but whatever is actually in the script - it's sooo long ago now...] SCO may by now have a fix for this, so ask them about it. If not then would the folk at SCO please take heed of this.