diff --git a/usr.bin/id/id.1 b/usr.bin/id/id.1 index c4fcb9765c04..da106d563584 100644 --- a/usr.bin/id/id.1 +++ b/usr.bin/id/id.1 @@ -1,4 +1,6 @@ -.\" Copyright (c) 1991, 1993 +.\" $NetBSD: id.1,v 1.5 1995/09/28 08:05:40 perry Exp $ +.\" +.\" Copyright (c) 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. .\" .\" This code is derived from software contributed to Berkeley by @@ -32,10 +34,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)id.1 8.1 (Berkeley) 6/6/93 -.\" $Id: id.1,v 1.4 1994/05/05 23:24:44 cgd Exp $ +.\" @(#)id.1 8.2 (Berkeley) 5/5/94 .\" -.Dd "June 6, 1993" +.Dd "May 5, 1994" .Dt ID 1 .Os BSD 4.4 .Sh NAME @@ -135,6 +136,6 @@ command is equivalent to .Dq Nm id Fl un . .Pp The -.Nm -command appears in +.Nm id +command first appeared in .Bx 4.4 . diff --git a/usr.bin/id/id.c b/usr.bin/id/id.c index af5066d13f4c..93b73b6c81ec 100644 --- a/usr.bin/id/id.c +++ b/usr.bin/id/id.c @@ -38,8 +38,8 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -/*static char sccsid[] = "from: @(#)id.c 8.2 (Berkeley) 2/16/94";*/ -static char *rcsid = "$Id: id.c,v 1.6 1994/10/06 15:43:08 mycroft Exp $"; +/*static char sccsid[] = "@(#)id.c 8.3 (Berkeley) 4/28/95";*/ +static char rcsid[] = "$NetBSD: id.c,v 1.7 1995/09/28 08:05:42 perry Exp $"; #endif /* not lint */ #include