[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] [Qube2] Qube2-All-Security-3.0.1-6682.pkg
- Subject: [cobalt-users] [Qube2] Qube2-All-Security-3.0.1-6682.pkg
- From: Mike Vanecek <nospam99@xxxxxxxxxxxx>
- Date: Sat Nov 25 08:55:01 2000
- Organization: anonymous
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I noticed a strange occurrence with man since installing the 6682 package.
Do a man name (name really does not matter), e.g.,
[vanecek@vanecek vanecek]$ man vim
at the : press q to terminate the listing
I get
grotty:<standard input>:3124:fatal error: output error
[vanecek@vanecek vanecek]$
Do the same thing, but after the first page, do a Shift G to go to the end and
then press q to terminate the listing, no error.
It would appear that the pipe
(cd /usr/man ; (echo -e ".ll 9.9i\n.pl 1100i"; /bin/cat /usr/man/man1/vim.1;
echo ".pl \n(nlu+10") | /usr/bin/gtbl | /usr/bin/groff -Tlatin1 -mandoc |
/usr/bin/less -is)
being terminated early is causing a problem.
Anyone else seeing the same thing after installing the pkg?