Date: Fri, 3 Feb 2017 11:17:44 +0000 (UTC) From: Sevan Janiyan <sevan@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r313143 - stable/11/bin/kill Message-ID: <201702031117.v13BHiEg038461@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sevan (doc committer) Date: Fri Feb 3 11:17:44 2017 New Revision: 313143 URL: https://svnweb.freebsd.org/changeset/base/313143 Log: In v3 UNIX, the kill utility is documented in category 8, not 1. Add a note of it. http://minnie.tuhs.org/cgi-bin/utree.pl?file=V3/man/man8/kill.8 PR: 211786 Approved by: bcr (mentor) Obtained from: TUHS Differential Revision: https://reviews.freebsd.org/D8105 Modified: stable/11/bin/kill/kill.1 Directory Properties: stable/11/ (props changed) Modified: stable/11/bin/kill/kill.1 ============================================================================== --- stable/11/bin/kill/kill.1 Fri Feb 3 11:04:50 2017 (r313142) +++ stable/11/bin/kill/kill.1 Fri Feb 3 11:17:44 2017 (r313143) @@ -32,7 +32,7 @@ .\" @(#)kill.1 8.2 (Berkeley) 4/28/95 .\" $FreeBSD$ .\" -.Dd April 28, 1995 +.Dd October 3, 2016 .Dt KILL 1 .Os .Sh NAME @@ -147,7 +147,8 @@ compatible. A .Nm command appeared in -.At v3 . +.At v3 +in section 8 of the manual. .Sh BUGS A replacement for the command .Dq Li kill 0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702031117.v13BHiEg038461>