From owner-freebsd-current Tue Aug 7 12:12:42 2001 Delivered-To: freebsd-current@freebsd.org Received: from Veronica.wmol.com (veronica.wmol.com [208.242.83.241]) by hub.freebsd.org (Postfix) with ESMTP id 0D8C037B403 for ; Tue, 7 Aug 2001 12:12:41 -0700 (PDT) (envelope-from david@phobia.ms) Received: from rain.hill.hom (081bc122.chartermi.net [24.247.81.122]) by Veronica.wmol.com (Vircom SMTPRS 5.0.193) with ESMTP id for ; Tue, 7 Aug 2001 15:10:33 -0400 Date: Tue, 7 Aug 2001 15:12:08 -0400 From: David Hill To: freebsd-current@freebsd.org Subject: kill -s does not work. Message-Id: <20010807151208.30cdcdb1.david@phobia.ms> X-Mailer: Sylpheed version 0.5.1 (GTK+ 1.2.10; i386-unknown-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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