[net.bugs.usg] bug in pg

jm@wlbr.UUCP (James Macropol) (12/12/85)

Under USG System V R2.0 (and R2.0 Version 2), pg(1) has a problem with the
-s flag (to print prompts in standout mode).  The problem occurs if there
are imbedded delays in the termlib strings used to enter and exit standout.

The following diff solves the problem:

1406c1406
< 		pr(enter_standout_mode);
---
> 		putp(enter_standout_mode);
1408c1408
< 		pr(exit_standout_mode);
---
> 		putp(exit_standout_mode);

Jim Macropol
Eaton IMS
{ihnp4,trwrb,voder,vortex,scgvaxd}!wlbr!jm