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.
This commit is contained in:
sevan 2016-08-11 21:56:55 +00:00
parent 176b67f38f
commit a0ee124bc7

View File

@ -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 @@ compatible.
A
.Nm
command appeared in
.At v6 .
.At v3
in section 8 of the manual.