Follow-up Comment #11, bug #68064 (group groff):

[comment #10 comment #10:]
> Do you get results consistent with the foregoing?

"Consistent with" is a good summary.  My system apparently handles "kill
-QUIT"s differently from yours, but my other results are the same.

$ printf '.sy exit 1\n\\n[systat]\n' | nroff-1.23 -U | cat -s
256

$ printf '.sy exit 2\n\\n[systat]\n' | nroff-1.23 -U | cat -s
512

$ printf '.sy sleep 60\n\\n[systat]\n' | nroff-1.23 -U | cat -s
3

$ nroff --version
GNU nroff (groff) version 1.22.4
$ printf '.sy exit 1\n\\n[systat]\n' | nroff -U | cat -s
0

$ printf '.sy exit 2\n\\n[systat]\n' | nroff -U | cat -s
0

$ printf '.sy sleep 60\n\\n[systat]\n' | nroff -U | cat -s
0





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?68064>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature

Reply via email to