[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] [Qube2] Qube2-All-Security-3.0.1-6682.pkg



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?