Path: utzoo!attcan!uunet!lll-winken!ames!oliveb!apple!bloom-beacon!EXPO.LCS.MIT.EDU!jim From: jim@EXPO.LCS.MIT.EDU Newsgroups: comp.windows.x Subject: Re: xterm X11 menu, Quit selection Message-ID: <8905051352.AA04579@expo.lcs.mit.edu> Date: 5 May 89 13:52:25 GMT References: <1459@ora.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Organization: X Consortium, MIT Laboratory for Computer Science Lines: 8 > On the xterm X11 menu, how does the new selection 'Quit' differ from > the old (and still available) selection 'Kill program'? "Kill program" just sends the subprogram a SIGKILL signal. If the subprogram isn't wedged in a kernel wait, it will die and then xterm will catch the process death and shutdown. "Quit" sends the subprogram a SIGHUP and then exits. It is a kinder and gentler way of forcing a shutdown.