On Tue, 26 Jan 2016 12:52:54 -0600, Chris Bennett wrote: > I actually started to think I was wrong after I posted diff. Was reading > man pages about signals just now. I didn't know there was an alarm man > page, thanks. It looks like I need to rewrite code to use setitimer > since alarm is now obsolete.
Please don't, alarm(3) is perfectly fine to be using. We should probably remove that line from the manual. - todd
