kill -s does not work.

2001-08-07 Thread David Hill
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).

Re: kill -s does not work.

2001-08-07 Thread Matthew Hunt
On Tue, Aug 07, 2001 at 03:12:08PM -0400, David Hill wrote: # 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). I bet you are using csh, and running the kill builtin instead of kill(1).

Re: kill -s does not work.

2001-08-07 Thread Sheldon Hearn
On Tue, 07 Aug 2001 15:12:08 -0400, David Hill wrote: 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? Read the kill(1) manual page: Some shells may provide a builtin kill command which is similar or

Re: kill -s does not work.

2001-08-07 Thread Mark Peek
At 3:12 PM -0400 8/7/01, David Hill wrote: 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.