Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2001 15:12:08 -0400
From:      David Hill <david@phobia.ms>
To:        freebsd-current@freebsd.org
Subject:   kill -s does not work.
Message-ID:  <20010807151208.30cdcdb1.david@phobia.ms>

next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010807151208.30cdcdb1.david>