Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2017 11:18:34 +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-10@freebsd.org
Subject:   svn commit: r313144 - stable/10/bin/kill
Message-ID:  <201702031118.v13BIY8W038560@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sevan (doc committer)
Date: Fri Feb  3 11:18:34 2017
New Revision: 313144
URL: https://svnweb.freebsd.org/changeset/base/313144

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/10/bin/kill/kill.1
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/bin/kill/kill.1
==============================================================================
--- stable/10/bin/kill/kill.1	Fri Feb  3 11:17:44 2017	(r313143)
+++ stable/10/bin/kill/kill.1	Fri Feb  3 11:18:34 2017	(r313144)
@@ -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?201702031118.v13BIY8W038560>