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

Reply via email to