Date: Mon, 15 Jul 2002 04:04:36 +0100 (BST) From: Mark Valentine <mark@thuvia.demon.co.uk> To: keramida@freebsd.org (Giorgos Keramidas), cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/systat systat.1 Message-ID: <200207150304.g6F34aXg087470@dotar.thuvia.org> In-Reply-To: Giorgos Keramidas's message of Jul 15, 2:03am
next in thread | raw e-mail | index | archive | help
> From: keramida@freebsd.org (Giorgos Keramidas) > Date: Mon 15 Jul, 2002 > Subject: cvs commit: src/usr.bin/systat systat.1 > keramida 2002/07/14 18:53:29 PDT > > Modified files: > usr.bin/systat systat.1 > Log: > ^Z doesn't "stop" systat, but it "suspends" it. There's some inconsistency in the documentation here. In particular, "stop" is traditional terminology, see signal(3) under SIGTSTP, and termios(4). On the other hand, "suspend" has a (different) specific meaning in the context of signals. However, stty(1) calls the control character triggering the signal "susp" (presumably because the "stop" character ^S already existed when the job control stuff was added). Actually, I don't see why the systat(1) manual page even mentions this, since it takes does no special SIGTSTP or ^Z handling (it's the default behaviour for all applications). Cheers, Mark. -- Mark Valentine, Thuvia Labs <mark@thuvia.co.uk> <http://www.thuvia.co.uk> "Tigers will do ANYTHING for a tuna fish sandwich." Mark Valentine uses "We're kind of stupid that way." *munch* *munch* and endorses FreeBSD -- <http://www.calvinandhobbes.com> <http://www.freebsd.org> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207150304.g6F34aXg087470>