While reading the exports(5) manpage, near the bottom is an example kill -s HUP `cat /var/run/mountd.pid` does kill -s causes this error: # kill -s HUP s: Unknown signal; kill -l lists signals. However, reading the kill(1) manpage, -s is documented. So, I am thinking this is a bug in kill(1). Does anyone have any comments? - David Hill To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Re: kill -s does not work. David Hill
- Re: kill -s does not work. Matthew Hunt
- Re: kill -s does not work. Sheldon Hearn
- Re: kill -s does not work. Mark Peek