Sync with 4.4BSD-Lite2

This commit is contained in:
perry 1995-09-28 08:05:40 +00:00
parent e0f80afea3
commit 20cc106064
2 changed files with 9 additions and 8 deletions

View File

@ -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 .

View File

@ -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 <sys/param.h>