changed "Id" to "Header" for rcsids

This commit is contained in:
cgd 1993-03-23 00:22:59 +00:00
parent 649bd7ccc5
commit 06be60083d
353 changed files with 353 additions and 353 deletions

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91
#
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
# $Header: /cvsroot/src/bin/Makefile,v 1.3 1993/03/23 00:22:59 cgd Exp $
SUBDIR= cat chmod cp csh date dd df echo expr hostname kill ln ls \
mkdir mv ps pwd rcp rm rmail rmdir sh sleep stty sync test

View File

@ -1,5 +1,5 @@
# @(#)Makefile.inc 5.1 (Berkeley) 5/11/90
#
# $Id: Makefile.inc,v 1.2 1993/03/22 08:04:00 cgd Exp $
# $Header: /cvsroot/src/bin/Makefile.inc,v 1.3 1993/03/23 00:23:00 cgd Exp $
BINDIR?= /bin

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.2 (Berkeley) 5/11/90
#
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
# $Header: /cvsroot/src/bin/cat/Makefile,v 1.3 1993/03/23 00:23:27 cgd Exp $
PROG= cat

View File

@ -34,7 +34,7 @@
.\"
.\" @(#)cat.1 6.16 (Berkeley) 6/27/91
.\"
.\" $Id: cat.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
.\" $Header: /cvsroot/src/bin/cat/cat.1,v 1.3 1993/03/23 00:23:28 cgd Exp $
.\"
.Dd June 27, 1991
.Dt CAT 1

View File

@ -42,7 +42,7 @@ char copyright[] =
#ifndef lint
static char sccsid[] = "@(#)cat.c 5.15 (Berkeley) 5/23/91";
static char rcsid[] = "$Id: cat.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/cat/cat.c,v 1.3 1993/03/23 00:23:29 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.2 (Berkeley) 5/11/90
#
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
# $Header: /cvsroot/src/bin/chmod/Makefile,v 1.3 1993/03/23 00:23:31 cgd Exp $
PROG= chmod

View File

@ -34,7 +34,7 @@
.\"
.\" @(#)chmod.1 6.15 (Berkeley) 7/23/91
.\"
.\" $Id: chmod.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
.\" $Header: /cvsroot/src/bin/chmod/chmod.1,v 1.3 1993/03/23 00:23:32 cgd Exp $
.\"
.Dd July 23, 1991
.Dt CHMOD 1

View File

@ -39,7 +39,7 @@ char copyright[] =
#ifndef lint
static char sccsid[] = "@(#)chmod.c 5.19 (Berkeley) 3/12/91";
static char rcsid[] = "$Id: chmod.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/chmod/chmod.c,v 1.3 1993/03/23 00:23:34 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.3 (Berkeley) 4/3/91
#
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
# $Header: /cvsroot/src/bin/cp/Makefile,v 1.3 1993/03/23 00:23:37 cgd Exp $
PROG= cp
SRCS= cp.c path.c

View File

@ -34,7 +34,7 @@
.\"
.\" @(#)cp.1 6.15 (Berkeley) 7/30/91
.\"
.\" $Id: cp.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
.\" $Header: /cvsroot/src/bin/cp/cp.1,v 1.3 1993/03/23 00:23:40 cgd Exp $
.\"
.Dd July 30, 1991
.Dt CP 1

View File

@ -42,7 +42,7 @@ char copyright[] =
#ifndef lint
static char sccsid[] = "@(#)cp.c 5.24 (Berkeley) 5/6/91";
static char rcsid[] = "$Id: cp.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/cp/cp.c,v 1.3 1993/03/23 00:23:42 cgd Exp $";
#endif /* not lint */
/*

View File

@ -32,7 +32,7 @@
*
* @(#)cp.h 5.2 (Berkeley) 4/3/91
*
* $Id: cp.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
* $Header: /cvsroot/src/bin/cp/Attic/cp.h,v 1.3 1993/03/23 00:23:45 cgd Exp $
*/
typedef struct {

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)path.c 5.1 (Berkeley) 4/3/91";
static char rcsid[] = "$Id: path.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/cp/Attic/path.c,v 1.3 1993/03/23 00:23:47 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.24 (Berkeley) 7/1/91
#
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
# $Header: /cvsroot/src/bin/csh/Makefile,v 1.3 1993/03/23 00:23:53 cgd Exp $
#
# C Shell with process control; VM/UNIX VAX Makefile
# Bill Joy UC Berkeley; Jim Kulp IIASA, Austria

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)alloc.c 5.8 (Berkeley) 6/8/91";
static char rcsid[] = "$Id: alloc.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/alloc.c,v 1.3 1993/03/23 00:23:56 cgd Exp $";
#endif /* not lint */
/*

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)char.c 5.6 (Berkeley) 6/7/91";
static char rcsid[] = "$Id: char.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/char.c,v 1.3 1993/03/23 00:23:59 cgd Exp $";
#endif /* not lint */
#include "char.h"

View File

@ -32,7 +32,7 @@
*
* @(#)char.h 5.6 (Berkeley) 6/4/91
*
* $Id: char.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
* $Header: /cvsroot/src/bin/csh/char.h,v 1.3 1993/03/23 00:24:02 cgd Exp $
*/
#include <ctype.h>

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)const.c 5.2 (Berkeley) 6/7/91";
static char rcsid[] = "$Id: const.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/const.c,v 1.3 1993/03/23 00:24:04 cgd Exp $";
#endif /* not lint */
/*

View File

@ -31,7 +31,7 @@
.\"
.\" @(#)csh.1 6.17 (Berkeley) 6/7/91
.\"
.\" $Id: csh.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
.\" $Header: /cvsroot/src/bin/csh/csh.1,v 1.3 1993/03/23 00:24:10 cgd Exp $
.\"
.Dd June 7, 1991
.Dt CSH 1

View File

@ -39,7 +39,7 @@ char copyright[] =
#ifndef lint
static char sccsid[] = "@(#)csh.c 5.26 (Berkeley) 6/8/91";
static char rcsid[] = "$Id: csh.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/csh.c,v 1.3 1993/03/23 00:24:16 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*
* @(#)csh.h 5.15 (Berkeley) 6/8/91
*
* $Id: csh.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
* $Header: /cvsroot/src/bin/csh/csh.h,v 1.3 1993/03/23 00:24:19 cgd Exp $
*/
/*

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)dir.c 5.12 (Berkeley) 6/27/91";
static char rcsid[] = "$Id: dir.c,v 1.3 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/dir.c,v 1.4 1993/03/23 00:24:22 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -32,7 +32,7 @@
*
* @(#)dir.h 5.4 (Berkeley) 6/4/91
*
* $Id: dir.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
* $Header: /cvsroot/src/bin/csh/dir.h,v 1.3 1993/03/23 00:24:25 cgd Exp $
*/
/*

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)dol.c 5.13 (Berkeley) 6/8/91";
static char rcsid[] = "$Id: dol.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/dol.c,v 1.3 1993/03/23 00:24:28 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)err.c 5.10 (Berkeley) 6/8/91";
static char rcsid[] = "$Id: err.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/err.c,v 1.3 1993/03/23 00:24:31 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)exec.c 5.17 (Berkeley) 6/17/91";
static char rcsid[] = "$Id: exec.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/exec.c,v 1.3 1993/03/23 00:24:33 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)exp.c 5.11 (Berkeley) 6/8/91";
static char rcsid[] = "$Id: exp.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/exp.c,v 1.3 1993/03/23 00:24:36 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*
* @(#)extern.h 5.4 (Berkeley) 6/8/91
*
* $Id: extern.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
* $Header: /cvsroot/src/bin/csh/extern.h,v 1.3 1993/03/23 00:24:39 cgd Exp $
*/
#include <sys/cdefs.h>

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)file.c 5.17 (Berkeley) 6/8/91";
static char rcsid[] = "$Id: file.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/file.c,v 1.3 1993/03/23 00:24:41 cgd Exp $";
#endif /* not lint */
#ifdef FILEC

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)func.c 5.20 (Berkeley) 6/27/91";
static char rcsid[] = "$Id: func.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/func.c,v 1.3 1993/03/23 00:24:45 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)glob.c 5.21 (Berkeley) 6/25/91";
static char rcsid[] = "$Id: glob.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/glob.c,v 1.3 1993/03/23 00:24:48 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)hist.c 5.9 (Berkeley) 6/8/91";
static char rcsid[] = "$Id: hist.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/hist.c,v 1.3 1993/03/23 00:24:51 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)init.c 5.12 (Berkeley) 6/27/91";
static char rcsid[] = "$Id: init.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/init.c,v 1.3 1993/03/23 00:24:54 cgd Exp $";
#endif /* not lint */
#if __STDC__

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)lex.c 5.16 (Berkeley) 6/8/91";
static char rcsid[] = "$Id: lex.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/lex.c,v 1.3 1993/03/23 00:24:58 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)misc.c 5.13 (Berkeley) 6/27/91";
static char rcsid[] = "$Id: misc.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/misc.c,v 1.3 1993/03/23 00:25:01 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)parse.c 5.11 (Berkeley) 6/8/91";
static char rcsid[] = "$Id: parse.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/parse.c,v 1.3 1993/03/23 00:25:03 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*
* @(#)pathnames.h 5.6 (Berkeley) 6/8/91
*
* $Id: pathnames.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
* $Header: /cvsroot/src/bin/csh/pathnames.h,v 1.3 1993/03/23 00:25:06 cgd Exp $
*/
#define _PATH_BIN "/bin"

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)print.c 5.11 (Berkeley) 6/8/91";
static char rcsid[] = "$Id: print.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/Attic/print.c,v 1.3 1993/03/23 00:25:08 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)printf.c 5.4 (Berkeley) 6/16/91";
static char rcsid[] = "$Id: printf.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/Attic/printf.c,v 1.3 1993/03/23 00:25:11 cgd Exp $";
#endif /* not lint */
/*

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)proc.c 5.22 (Berkeley) 6/14/91";
static char rcsid[] = "$Id: proc.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/proc.c,v 1.3 1993/03/23 00:25:14 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*
* @(#)proc.h 5.6 (Berkeley) 6/25/91
*
* $Id: proc.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
* $Header: /cvsroot/src/bin/csh/proc.h,v 1.3 1993/03/23 00:25:17 cgd Exp $
*/
/*

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)sem.c 5.17 (Berkeley) 6/17/91";
static char rcsid[] = "$Id: sem.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/sem.c,v 1.3 1993/03/23 00:25:19 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)set.c 5.12 (Berkeley) 6/14/91";
static char rcsid[] = "$Id: set.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/set.c,v 1.3 1993/03/23 00:25:22 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)str.c 5.5 (Berkeley) 6/27/91";
static char rcsid[] = "$Id: str.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/str.c,v 1.3 1993/03/23 00:25:25 cgd Exp $";
#endif /* not lint */
/*

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)time.c 5.14 (Berkeley) 6/8/91";
static char rcsid[] = "$Id: time.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/time.c,v 1.3 1993/03/23 00:25:28 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.3 (Berkeley) 12/4/90
#
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
# $Header: /cvsroot/src/bin/date/Makefile,v 1.3 1993/03/23 00:25:30 cgd Exp $
PROG= date
SRCS= date.c netdate.c

View File

@ -34,7 +34,7 @@
.\"
.\" @(#)date.1 6.16 (Berkeley) 7/30/91
.\"
.\" $Id: date.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
.\" $Header: /cvsroot/src/bin/date/date.1,v 1.3 1993/03/23 00:25:31 cgd Exp $
.\"
.Dd July 30, 1991
.Dt DATE 1

View File

@ -39,7 +39,7 @@ char copyright[] =
#ifndef lint
static char sccsid[] = "@(#)date.c 5.5 (Berkeley) 3/18/91";
static char rcsid[] = "$Id: date.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/date/date.c,v 1.3 1993/03/23 00:25:32 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)netdate.c 5.2 (Berkeley) 2/25/91";
static char rcsid[] = "$Id: netdate.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/date/netdate.c,v 1.3 1993/03/23 00:25:33 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.3 (Berkeley) 5/11/90
#
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
# $Header: /cvsroot/src/bin/df/Makefile,v 1.3 1993/03/23 00:25:38 cgd Exp $
PROG= df
CFLAGS+=-DCOMPAT_43

View File

@ -31,7 +31,7 @@
.\"
.\" @(#)df.1 6.9 (Berkeley) 6/17/91
.\"
.\" $Id: df.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
.\" $Header: /cvsroot/src/bin/df/df.1,v 1.3 1993/03/23 00:25:39 cgd Exp $
.\"
.Dd June 17, 1991
.Dt DF 1

View File

@ -1 +1 @@
revision 1.2 intentionally removed
revision 1.3 intentionally removed

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.4 (Berkeley) 5/11/90
#
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
# $Header: /cvsroot/src/bin/echo/Makefile,v 1.3 1993/03/23 00:25:42 cgd Exp $
PROG= echo

View File

@ -34,7 +34,7 @@
.\"
.\" @(#)echo.1 6.8 (Berkeley) 7/27/91
.\"
.\" $Id: echo.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
.\" $Header: /cvsroot/src/bin/echo/echo.1,v 1.3 1993/03/23 00:25:43 cgd Exp $
.\"
.Dd July 27, 1991
.Dt ECHO 1

View File

@ -39,7 +39,7 @@ char copyright[] =
#ifndef lint
static char sccsid[] = "@(#)echo.c 5.4 (Berkeley) 4/3/91";
static char rcsid[] = "$Id: echo.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/echo/echo.c,v 1.3 1993/03/23 00:25:44 cgd Exp $";
#endif /* not lint */
#include <stdio.h>

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.3 1993/03/22 08:04:00 cgd Exp $
# $Header: /cvsroot/src/bin/expr/Makefile,v 1.4 1993/03/23 00:25:45 cgd Exp $
PROG=expr
SRCS=expr.c

View File

@ -2,7 +2,7 @@
/* Written by Pace Willisson (pace@blitz.com)
* and placed in the public domain
*
* $Id: expr.y,v 1.2 1993/03/22 08:04:00 cgd Exp $
* $Header: /cvsroot/src/bin/expr/expr.y,v 1.3 1993/03/23 00:25:46 cgd Exp $
*/
#include <stdio.h>
#include <ctype.h>

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.3 (Berkeley) 5/11/90
#
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
# $Header: /cvsroot/src/bin/hostname/Makefile,v 1.3 1993/03/23 00:25:48 cgd Exp $
PROG= hostname

View File

@ -31,7 +31,7 @@
.\"
.\" @(#)hostname.1 6.8 (Berkeley) 7/27/91
.\"
.\" $Id: hostname.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
.\" $Header: /cvsroot/src/bin/hostname/hostname.1,v 1.3 1993/03/23 00:25:49 cgd Exp $
.\"
.Dd July 27, 1991
.Dt HOSTNAME 1

View File

@ -39,7 +39,7 @@ char copyright[] =
#ifndef lint
static char sccsid[] = "@(#)hostname.c 5.4 (Berkeley) 5/31/90";
static char rcsid[] = "$Id: hostname.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/hostname/hostname.c,v 1.3 1993/03/23 00:25:50 cgd Exp $";
#endif /* not lint */
#include <stdio.h>

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.2 (Berkeley) 5/11/90
#
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
# $Header: /cvsroot/src/bin/kill/Makefile,v 1.3 1993/03/23 00:25:52 cgd Exp $
PROG= kill

View File

@ -34,7 +34,7 @@
.\"
.\" @(#)kill.1 6.8 (Berkeley) 7/27/91
.\"
.\" $Id: kill.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
.\" $Header: /cvsroot/src/bin/kill/kill.1,v 1.3 1993/03/23 00:25:53 cgd Exp $
.\"
.Dd July 27, 1991
.Dt KILL 1

View File

@ -39,7 +39,7 @@ char copyright[] =
#ifndef lint
static char sccsid[] = "@(#)kill.c 5.3 (Berkeley) 7/1/91";
static char rcsid[] = "$Id: kill.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/kill/kill.c,v 1.3 1993/03/23 00:25:54 cgd Exp $";
#endif /* not lint */
#include <signal.h>

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.3 (Berkeley) 5/11/90
#
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
# $Header: /cvsroot/src/bin/ln/Makefile,v 1.3 1993/03/23 00:25:58 cgd Exp $
PROG= ln

View File

@ -34,7 +34,7 @@
.\"
.\" @(#)ln.1 6.8 (Berkeley) 7/27/91
.\"
.\" $Id: ln.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
.\" $Header: /cvsroot/src/bin/ln/ln.1,v 1.3 1993/03/23 00:26:00 cgd Exp $
.\"
.Dd July 27, 1991
.Dt LN 1

View File

@ -39,7 +39,7 @@ char copyright[] =
#ifndef lint
static char sccsid[] = "@(#)ln.c 4.15 (Berkeley) 2/24/91";
static char rcsid[] = "$Id: ln.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/ln/ln.c,v 1.3 1993/03/23 00:26:02 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.3 (Berkeley) 5/11/90
#
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
# $Header: /cvsroot/src/bin/ls/Makefile,v 1.3 1993/03/23 00:26:05 cgd Exp $
PROG= ls
SRCS= cmp.c ls.c print.c util.c

View File

@ -36,7 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)cmp.c 5.4 (Berkeley) 3/8/91";
static char rcsid[] = "$Id: cmp.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/ls/cmp.c,v 1.3 1993/03/23 00:26:06 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -34,7 +34,7 @@
.\"
.\" @(#)ls.1 6.18 (Berkeley) 6/27/91
.\"
.\" $Id: ls.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
.\" $Header: /cvsroot/src/bin/ls/ls.1,v 1.3 1993/03/23 00:26:07 cgd Exp $
.\"
.Dd June 27, 1991
.Dt LS 1

View File

@ -42,7 +42,7 @@ char copyright[] =
#ifndef lint
static char sccsid[] = "@(#)ls.c 5.48 (Berkeley) 4/3/91";
static char rcsid[] = "$Id: ls.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/ls/ls.c,v 1.3 1993/03/23 00:26:08 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -35,7 +35,7 @@
*
* @(#)ls.h 5.11 (Berkeley) 7/22/90
*
* $Id: ls.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
* $Header: /cvsroot/src/bin/ls/ls.h,v 1.3 1993/03/23 00:26:09 cgd Exp $
*/
typedef struct _lsstruct {

View File

@ -36,7 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)print.c 5.24 (Berkeley) 10/19/90";
static char rcsid[] = "$Id: print.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/ls/print.c,v 1.3 1993/03/23 00:26:10 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -36,7 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)util.c 5.8 (Berkeley) 7/22/90";
static char rcsid[] = "$Id: util.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/ls/util.c,v 1.3 1993/03/23 00:26:11 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.2 (Berkeley) 5/11/90
#
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
# $Header: /cvsroot/src/bin/mkdir/Makefile,v 1.3 1993/03/23 00:26:13 cgd Exp $
PROG= mkdir

View File

@ -34,7 +34,7 @@
.\"
.\" @(#)mkdir.1 6.9 (Berkeley) 6/27/91
.\"
.\" $Id: mkdir.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
.\" $Header: /cvsroot/src/bin/mkdir/mkdir.1,v 1.3 1993/03/23 00:26:14 cgd Exp $
.\"
.Vx
.Dd June 27, 1991

View File

@ -39,7 +39,7 @@ char copyright[] =
#ifndef lint
static char sccsid[] = "@(#)mkdir.c 5.7 (Berkeley) 5/31/90";
static char rcsid[] = "$Id: mkdir.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/mkdir/mkdir.c,v 1.3 1993/03/23 00:26:15 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.4 (Berkeley) 5/11/90
#
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
# $Header: /cvsroot/src/bin/mv/Makefile,v 1.3 1993/03/23 00:26:17 cgd Exp $
PROG= mv

View File

@ -34,7 +34,7 @@
.\"
.\" @(#)mv.1 6.9 (Berkeley) 7/27/91
.\"
.\" $Id: mv.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
.\" $Header: /cvsroot/src/bin/mv/mv.1,v 1.3 1993/03/23 00:26:18 cgd Exp $
.\"
.Dd July 27, 1991
.Dt MV 1

View File

@ -42,7 +42,7 @@ char copyright[] =
#ifndef lint
static char sccsid[] = "@(#)mv.c 5.11 (Berkeley) 4/3/91";
static char rcsid[] = "$Id: mv.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/mv/mv.c,v 1.3 1993/03/23 00:26:19 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -32,7 +32,7 @@
*
* @(#)pathnames.h 5.2 (Berkeley) 5/31/90
*
* $Id: pathnames.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
* $Header: /cvsroot/src/bin/mv/pathnames.h,v 1.3 1993/03/23 00:26:20 cgd Exp $
*/
#define _PATH_RM "/bin/rm"

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.5 (Berkeley) 4/23/91
#
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
# $Header: /cvsroot/src/bin/ps/Makefile,v 1.3 1993/03/23 00:26:23 cgd Exp $
PROG= ps
SRCS= devname.c keyword.c nlist.c print.c ps.c

View File

@ -33,7 +33,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)devname.c 5.14 (Berkeley) 5/6/91";
static char rcsid[] = "$Id: devname.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/ps/Attic/devname.c,v 1.3 1993/03/23 00:26:25 cgd Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*
* @(#)extern.h 5.2 (Berkeley) 6/3/91
*
* $Id: extern.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
* $Header: /cvsroot/src/bin/ps/extern.h,v 1.3 1993/03/23 00:26:29 cgd Exp $
*/
#include <sys/cdefs.h>

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)keyword.c 5.9 (Berkeley) 6/3/91";
static char rcsid[] = "$Id: keyword.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/ps/keyword.c,v 1.3 1993/03/23 00:26:31 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)nlist.c 5.5 (Berkeley) 7/1/91";
static char rcsid[] = "$Id: nlist.c,v 1.3 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/ps/nlist.c,v 1.4 1993/03/23 00:26:33 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -33,7 +33,7 @@
#ifndef lint
static char sccsid[] = "@(#)print.c 5.9 (Berkeley) 7/1/91";
static char rcsid[] = "$Id: print.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/ps/print.c,v 1.3 1993/03/23 00:26:36 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -31,7 +31,7 @@
.\"
.\" @(#)ps.1 6.17 (Berkeley) 6/20/91
.\"
.\" $Id: ps.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
.\" $Header: /cvsroot/src/bin/ps/ps.1,v 1.3 1993/03/23 00:26:38 cgd Exp $
.\"
.Dd June 20, 1991
.Dt PS 1

View File

@ -39,7 +39,7 @@ char copyright[] =
#ifndef lint
static char sccsid[] = "@(#)ps.c 5.43 (Berkeley) 7/1/91";
static char rcsid[] = "$Id: ps.c,v 1.3 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/ps/ps.c,v 1.4 1993/03/23 00:26:40 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -32,7 +32,7 @@
*
* @(#)ps.h 5.3 (Berkeley) 6/3/91
*
* $Id: ps.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
* $Header: /cvsroot/src/bin/ps/ps.h,v 1.3 1993/03/23 00:26:43 cgd Exp $
*/
#define UNLIMITED 0 /* unlimited terminal width */

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.2 (Berkeley) 5/11/90
#
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
# $Header: /cvsroot/src/bin/pwd/Makefile,v 1.3 1993/03/23 00:26:47 cgd Exp $
PROG= pwd

View File

@ -34,7 +34,7 @@
.\"
.\" @(#)pwd.1 6.5 (Berkeley) 6/27/91
.\"
.\" $Id: pwd.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
.\" $Header: /cvsroot/src/bin/pwd/pwd.1,v 1.3 1993/03/23 00:26:48 cgd Exp $
.\"
.Vx
.Dd June 27, 1991

View File

@ -39,7 +39,7 @@ char copyright[] =
#ifndef lint
static char sccsid[] = "@(#)pwd.c 5.4 (Berkeley) 2/20/91";
static char rcsid[] = "$Id: pwd.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/pwd/pwd.c,v 1.3 1993/03/23 00:26:50 cgd Exp $";
#endif /* not lint */
#include <unistd.h>

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.4 (Berkeley) 10/21/90
#
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
# $Header: /cvsroot/src/bin/rcp/Makefile,v 1.3 1993/03/23 00:26:53 cgd Exp $
PROG= rcp
SRCS= rcp.c

View File

@ -32,7 +32,7 @@
*
* @(#)pathnames.h 5.3 (Berkeley) 5/31/90
*
* $Id: pathnames.h,v 1.2 1993/03/22 08:04:00 cgd Exp $
* $Header: /cvsroot/src/bin/rcp/pathnames.h,v 1.3 1993/03/23 00:26:55 cgd Exp $
*/
#include <paths.h>

View File

@ -31,7 +31,7 @@
.\"
.\" @(#)rcp.1 6.14 (Berkeley) 7/27/91
.\"
.\" $Id: rcp.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
.\" $Header: /cvsroot/src/bin/rcp/rcp.1,v 1.3 1993/03/23 00:26:59 cgd Exp $
.\"
.Dd July 27, 1991
.Dt RCP 1

View File

@ -39,7 +39,7 @@ char copyright[] =
#ifndef lint
static char sccsid[] = "@(#)rcp.c 5.32 (Berkeley) 2/25/91";
static char rcsid[] = "$Id: rcp.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/rcp/rcp.c,v 1.3 1993/03/23 00:27:01 cgd Exp $";
#endif /* not lint */
/*

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.3 (Berkeley) 12/8/90
#
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
# $Header: /cvsroot/src/bin/rm/Makefile,v 1.3 1993/03/23 00:27:05 cgd Exp $
PROG= rm
LDADD= -lutil

View File

@ -34,7 +34,7 @@
.\"
.\" @(#)rm.1 6.9 (Berkeley) 7/27/91
.\"
.\" $Id: rm.1,v 1.2 1993/03/22 08:04:00 cgd Exp $
.\" $Header: /cvsroot/src/bin/rm/rm.1,v 1.3 1993/03/23 00:27:07 cgd Exp $
.\"
.Dd July 27, 1991
.Dt RM 1

View File

@ -39,7 +39,7 @@ char copyright[] =
#ifndef lint
static char sccsid[] = "@(#)rm.c 4.26 (Berkeley) 3/10/91";
static char rcsid[] = "$Id: rm.c,v 1.2 1993/03/22 08:04:00 cgd Exp $";
static char rcsid[] = "$Header: /cvsroot/src/bin/rm/rm.c,v 1.3 1993/03/23 00:27:09 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.2 (Berkeley) 4/20/91
#
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
# $Header: /cvsroot/src/bin/rmail/Attic/Makefile,v 1.3 1993/03/23 00:27:13 cgd Exp $
PROG= rmail
MAN8= rmail.0

Some files were not shown because too many files have changed in this diff Show More