diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-05-19 10:35:55 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-05-19 10:35:55 +0000 |
| commit | a0d351b26be784ec2f31673b9c873781f01bad63 (patch) | |
| tree | 5d0d134564f782e2ea5841c289a150806df6ba7c /bin/kill | |
| parent | fcc0587080d3250a509550d7222e70e6cdc7d281 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.2.2_cvs
'RELENG_2_2_2_RELEASE'.
This commit was manufactured to restore the state of the 2.2.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'bin/kill')
| -rw-r--r-- | bin/kill/Makefile | 2 | ||||
| -rw-r--r-- | bin/kill/kill.1 | 2 | ||||
| -rw-r--r-- | bin/kill/kill.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/kill/Makefile b/bin/kill/Makefile index 610341f6b8c1..686167e3f254 100644 --- a/bin/kill/Makefile +++ b/bin/kill/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.2 1994/09/24 02:55:42 davidg Exp $ PROG= kill diff --git a/bin/kill/kill.1 b/bin/kill/kill.1 index fabafc016937..d14e55029a7b 100644 --- a/bin/kill/kill.1 +++ b/bin/kill/kill.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)kill.1 8.1 (Berkeley) 5/31/93 -.\" $Id: kill.1,v 1.2 1994/09/24 02:55:43 davidg Exp $ +.\" $Id: kill.1,v 1.3 1996/07/03 22:19:50 wosch Exp $ .\" .Dd May 31, 1993 .Dt KILL 1 diff --git a/bin/kill/kill.c b/bin/kill/kill.c index 7de25e157206..814885f8d4f2 100644 --- a/bin/kill/kill.c +++ b/bin/kill/kill.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: kill.c,v 1.2 1994/09/24 02:55:44 davidg Exp $ + * $Id: kill.c,v 1.3 1995/03/05 21:52:41 jkh Exp $ */ #ifndef lint |
