Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/kill Earliest reference of kill in the TUHS archive is v...



details:   https://anonhg.NetBSD.org/src/rev/0e7be20e6db0
branches:  trunk
changeset: 347059:0e7be20e6db0
user:      sevan <sevan%NetBSD.org@localhost>
date:      Thu Aug 11 21:56:55 2016 +0000

description:
Earliest reference of kill in the TUHS archive is v3 AT&T UNIX.
Unfortunately only the source code for the compiler is present for that
release. The v2 archive is missing the manuals & only contains a some of the
commands.
Switch to v3 and reference manual category eight.

diffstat:

 bin/kill/kill.1 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 260d0d8f2114 -r 0e7be20e6db0 bin/kill/kill.1
--- a/bin/kill/kill.1   Thu Aug 11 21:41:17 2016 +0000
+++ b/bin/kill/kill.1   Thu Aug 11 21:56:55 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: kill.1,v 1.23 2016/08/11 21:41:17 sevan Exp $
+.\"    $NetBSD: kill.1,v 1.24 2016/08/11 21:56:55 sevan Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -147,4 +147,5 @@
 A
 .Nm
 command appeared in
-.At v6 .
+.At v3
+in section 8 of the manual.



Home | Main Index | Thread Index | Old Index