add NetBSD id tags.

This commit is contained in:
mrg 2000-08-17 12:36:32 +00:00
parent 0847f3e3f5
commit 4e24c8f4bb
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,5 @@
.\" $NetBSD: chroot.8,v 1.9 2000/08/17 12:36:32 mrg Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@ -30,7 +32,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)chroot.8 8.1 (Berkeley) 6/9/93
.\" $NetBSD: chroot.8,v 1.8 1999/03/22 18:43:51 garbled Exp $
.\"
.Dd October 6, 1998
.Dt CHROOT 8

View File

@ -1,3 +1,5 @@
/* $NetBSD: chroot.c,v 1.8 2000/08/17 12:36:32 mrg Exp $ */
/*
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
@ -41,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\
#if 0
static char sccsid[] = "@(#)chroot.c 8.1 (Berkeley) 6/9/93";
#else
__RCSID("$NetBSD: chroot.c,v 1.7 1998/10/06 03:47:51 mrg Exp $");
__RCSID("$NetBSD: chroot.c,v 1.8 2000/08/17 12:36:32 mrg Exp $");
#endif
#endif /* not lint */