diff options
Diffstat (limited to 'usr.bin')
140 files changed, 204 insertions, 191 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 56fcec1f460e..7a665646283f 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/7/94 -# $Id: Makefile,v 1.29 1994/11/20 14:21:25 jkh Exp $ +# Makefile,v 1.30 1994/11/22 00:47:14 ache Exp # XXX MISSING: deroff diction graph learn plot # ptx spell spline struct units xsend diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index a2f9b8539a0f..aada8f05115b 100644 --- a/usr.bin/at/Makefile +++ b/usr.bin/at/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1993/12/05 11:35:35 cgd Exp $ +# Makefile,v 1.1 1994/01/05 01:08:51 nate Exp PROG= at SRCS= at.c panic.c parsetime.c diff --git a/usr.bin/at/at.1 b/usr.bin/at/at.1 index e33ba822b83c..0b7a53bf0aa2 100644 --- a/usr.bin/at/at.1 +++ b/usr.bin/at/at.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: at.1,v 1.1 1994/01/05 01:08:56 nate Exp $ +.\" at.1,v 1.2 1994/01/05 01:10:24 nate Exp .\" .Dd December 5, 1993 .Dt "AT" 1 diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index 53959e34c782..20cfaf0d7e20 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -61,7 +61,7 @@ #define TIMESIZE 50 /* File scope variables */ -static char rcsid[] = "$Id: at.c,v 1.2 1993/12/06 04:10:42 cgd Exp $"; +static char rcsid[] = "at.c,v 1.1 1994/01/05 01:08:59 nate Exp"; char *no_export[] = { "TERM", "TERMCAP", "DISPLAY", "_" diff --git a/usr.bin/at/at.h b/usr.bin/at/at.h index 80da0fe979a8..c3be330d67a8 100644 --- a/usr.bin/at/at.h +++ b/usr.bin/at/at.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: at.h,v 1.1 1993/12/05 11:36:45 cgd Exp $ + * at.h,v 1.1 1994/01/05 01:09:01 nate Exp */ extern int fcreated; diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c index cd19b5a986d5..21965fa76ae0 100644 --- a/usr.bin/at/panic.c +++ b/usr.bin/at/panic.c @@ -38,7 +38,7 @@ /* File scope variables */ -static char rcsid[] = "$Id: panic.c,v 1.1 1993/12/05 11:36:51 cgd Exp $"; +static char rcsid[] = "panic.c,v 1.1 1994/01/05 01:09:04 nate Exp"; /* External variables */ diff --git a/usr.bin/at/panic.h b/usr.bin/at/panic.h index 3b9c2eadea10..4337c2555b7d 100644 --- a/usr.bin/at/panic.h +++ b/usr.bin/at/panic.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: panic.h,v 1.1 1993/12/05 11:36:58 cgd Exp $ + * panic.h,v 1.1 1994/01/05 01:09:06 nate Exp */ void panic __P((char *a)); diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c index 64c4eeaea1ee..facc0a941423 100644 --- a/usr.bin/at/parsetime.c +++ b/usr.bin/at/parsetime.c @@ -116,7 +116,7 @@ static char *sc_token; /* scanner - token buffer */ static size_t sc_len; /* scanner - lenght of token buffer */ static int sc_tokid; /* scanner - token id */ -static char rcsid[] = "$Id: parsetime.c,v 1.1 1993/12/05 11:37:05 cgd Exp $"; +static char rcsid[] = "parsetime.c,v 1.1 1994/01/05 01:09:08 nate Exp"; /* Local functions */ diff --git a/usr.bin/at/parsetime.h b/usr.bin/at/parsetime.h index 5df23f679d47..02ae9c7f3162 100644 --- a/usr.bin/at/parsetime.h +++ b/usr.bin/at/parsetime.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: parsetime.h,v 1.1 1993/12/05 11:37:17 cgd Exp $ + * parsetime.h,v 1.1 1994/01/05 01:09:10 nate Exp */ time_t parsetime __P((int argc, char **argv)); diff --git a/usr.bin/at/pathnames.h b/usr.bin/at/pathnames.h index 400ecfa9023c..f4034a0b7921 100644 --- a/usr.bin/at/pathnames.h +++ b/usr.bin/at/pathnames.h @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pathnames.h,v 1.1 1993/12/05 11:37:23 cgd Exp $ + * pathnames.h,v 1.1 1994/01/05 01:09:12 nate Exp */ #ifndef _PATHNAMES_H_ diff --git a/usr.bin/at/privs.h b/usr.bin/at/privs.h index e1ad1b48c930..40913ab9e3ae 100644 --- a/usr.bin/at/privs.h +++ b/usr.bin/at/privs.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: privs.h,v 1.1 1993/12/05 11:37:29 cgd Exp $ + * privs.h,v 1.1 1994/01/05 01:09:14 nate Exp */ #ifndef _PRIVS_H diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile index be272711406c..461ca27d8184 100644 --- a/usr.bin/chat/Makefile +++ b/usr.bin/chat/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile.bsd,v 1.2 1994/05/26 06:45:03 paulus Exp $ +# Makefile,v 1.1.1.1 1994/11/12 05:25:32 lars Exp PROG= chat SRCS= chat.c diff --git a/usr.bin/chat/chat.8 b/usr.bin/chat/chat.8 index 3d2eee0eb8c4..83922b3f4d8e 100644 --- a/usr.bin/chat/chat.8 +++ b/usr.bin/chat/chat.8 @@ -1,6 +1,6 @@ .\" -*- nroff -*- .\" manual page [] for chat 1.8 -.\" $Id: chat.8,v 1.7 1994/03/04 20:19:30 callahan Exp $ +.\" chat.8,v 1.1.1.1 1994/11/12 05:25:32 lars Exp .\" SH section heading .\" SS subsection heading .\" LP paragraph diff --git a/usr.bin/chat/chat.c b/usr.bin/chat/chat.c index 6c614d49dbb1..0bb7aed37a2d 100644 --- a/usr.bin/chat/chat.c +++ b/usr.bin/chat/chat.c @@ -18,7 +18,7 @@ * (614)451-1883 */ -static char rcsid[] = "$Id: chat.c,v 1.4 1994/05/30 00:30:37 paulus Exp $"; +static char rcsid[] = "chat.c,v 1.1.1.1 1994/11/12 05:25:32 lars Exp"; #include <stdio.h> #include <fcntl.h> diff --git a/usr.bin/compress/doc/revision.log b/usr.bin/compress/doc/revision.log index b1d8b24cc4f0..534c6e387ff8 100644 --- a/usr.bin/compress/doc/revision.log +++ b/usr.bin/compress/doc/revision.log @@ -1,6 +1,9 @@ /* - * $Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $ - * $Log: compress.c,v $ + * /home/ncvs/src/usr.bin/compress/doc/revision.log,v 1.1.1.1 1994/05/27 12:30:59 rgrimes Exp + * revision.log,v +# Revision 1.1.1.1 1994/05/27 12:30:59 rgrimes +# BSD 4.4 Lite Usr.bin Sources +# * Revision 4.0 85/07/30 12:50:00 joe * Removed ferror() calls in output routine on every output except first. * Prepared for release to the world. @@ -113,4 +116,4 @@ */ static char rcs_ident[] = - "$Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $"; + "/home/ncvs/src/usr.bin/compress/doc/revision.log,v 1.1.1.1 1994/05/27 12:30:59 rgrimes Exp"; diff --git a/usr.bin/cpp/cpp.sh b/usr.bin/cpp/cpp.sh index 34aa29eb883a..70c6714708bf 100644 --- a/usr.bin/cpp/cpp.sh +++ b/usr.bin/cpp/cpp.sh @@ -36,7 +36,7 @@ # SUCH DAMAGE. # # From: @(#)cpp.sh 8.1 (Berkeley) 6/6/93 -# $Id: cpp.sh,v 1.3 1994/08/23 03:52:40 jkh Exp $ +# cpp.sh,v 1.4 1994/09/05 13:58:58 bde Exp # # Transitional front end to CCCP to make it behave like (Reiser) CCP: # specifies -traditional diff --git a/usr.bin/dig/dig.1 b/usr.bin/dig/dig.1 index 71e43749a695..7c7dd7d9009d 100644 --- a/usr.bin/dig/dig.1 +++ b/usr.bin/dig/dig.1 @@ -1,4 +1,4 @@ -.\" $Id: dig.1,v 1.1.1.1 1994/09/22 21:33:31 pst Exp $ +.\" dig.1,v 1.2 1994/11/19 13:12:37 ats Exp .\" .\" ++Copyright++ 1993 .\" - diff --git a/usr.bin/dig/dig.c b/usr.bin/dig/dig.c index ed85b26d2899..2fb019c7ec39 100644 --- a/usr.bin/dig/dig.c +++ b/usr.bin/dig/dig.c @@ -1,5 +1,5 @@ #ifndef lint -static char rcsid[] = "$Id: dig.c,v 1.1.1.1 1994/09/22 21:33:31 pst Exp $"; +static char rcsid[] = "dig.c,v 1.2 1994/09/22 21:51:49 pst Exp"; #endif /* diff --git a/usr.bin/file/LEGAL.NOTICE b/usr.bin/file/LEGAL.NOTICE index a8255b903a12..9e9793b739da 100644 --- a/usr.bin/file/LEGAL.NOTICE +++ b/usr.bin/file/LEGAL.NOTICE @@ -1,6 +1,6 @@ Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992. Written by Ian F. Darwin and others. -$Id: LEGAL.NOTICE,v 1.8 1993/03/17 11:35:30 ian Exp $ +LEGAL.NOTICE,v 1.1.1.1 1994/09/03 19:16:22 csgr Exp This software is not subject to and may not be made subject to any license of the American Telephone and Telegraph Company (AT&T Inc.), diff --git a/usr.bin/file/MAINT b/usr.bin/file/MAINT index 7fc5e3637f3b..7d3c4fde7e35 100644 --- a/usr.bin/file/MAINT +++ b/usr.bin/file/MAINT @@ -1,4 +1,4 @@ -$Id: MAINT,v 1.2 1993/09/23 21:47:01 christos Exp $ +MAINT,v 1.1.1.1 1994/09/03 19:16:22 csgr Exp Maintenance notes: diff --git a/usr.bin/file/Magdir/Localstuff b/usr.bin/file/Magdir/Localstuff index 224940b946e1..8d7425f76a2d 100644 --- a/usr.bin/file/Magdir/Localstuff +++ b/usr.bin/file/Magdir/Localstuff @@ -1,3 +1,3 @@ -# $Id: Localstuff,v 1.2 1993/01/05 13:22:25 ian Exp $ +# Localstuff,v 1.1.1.1 1994/09/03 19:16:24 csgr Exp # Add any locally-observed files here. Remember: # text if readable, executable if runnable binary, data if unreadable. diff --git a/usr.bin/file/Magdir/sgml b/usr.bin/file/Magdir/sgml index bb8b5dd43d19..f91739dd81e3 100644 --- a/usr.bin/file/Magdir/sgml +++ b/usr.bin/file/Magdir/sgml @@ -1,4 +1,4 @@ -# $Id: sgml,v 1.3 1993/01/05 12:52:44 ian Exp $ +# sgml,v 1.1.1.1 1994/09/03 19:16:28 csgr Exp # SGML goop, mostly from rph@sq. 0 string \<!DOCTYPE Exported SGML document 0 string \<!doctype Exported SGML document diff --git a/usr.bin/file/Magdir/softquad b/usr.bin/file/Magdir/softquad index e49d052ee7cb..de5f29a5960f 100644 --- a/usr.bin/file/Magdir/softquad +++ b/usr.bin/file/Magdir/softquad @@ -1,5 +1,5 @@ # SoftQuad Publishing Software magic numbers -# $Id: softquad,v 1.8 1993/02/19 14:36:43 ian Exp $ +# softquad,v 1.1.1.1 1994/09/03 19:16:28 csgr Exp # Author/Editor and RulesBuilder # # XXX - byte order? diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile index 54c748307ad0..c80cd5fe041b 100644 --- a/usr.bin/file/Makefile +++ b/usr.bin/file/Makefile @@ -1,6 +1,6 @@ # Makefile for file(1) cmd. # Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE. -# @(#)$Id: Makefile,v 1.43 1994/05/03 17:57:59 christos Exp $ +# @(#)Makefile,v 1.2 1994/09/03 19:31:14 csgr Exp # # This software is not subject to any license of the American Telephone # and Telegraph Company or of the Regents of the University of California. diff --git a/usr.bin/file/PORTING b/usr.bin/file/PORTING index 06790e6ace03..1206a6a73f90 100644 --- a/usr.bin/file/PORTING +++ b/usr.bin/file/PORTING @@ -1,5 +1,5 @@ Portability of the new file(1) command. -@(#) $Id: PORTING,v 1.11 1993/09/23 21:47:23 christos Exp $ +@(#) PORTING,v 1.1.1.1 1994/09/03 19:16:22 csgr Exp Read this file only if the program doesn't compile on your system. diff --git a/usr.bin/file/README b/usr.bin/file/README index 2ee8e6777a40..9a3d5f2ed100 100644 --- a/usr.bin/file/README +++ b/usr.bin/file/README @@ -1,5 +1,5 @@ ** README for file(1) Command ** -@(#) $Id: README,v 1.20 1993/09/23 21:47:01 christos Exp $ +@(#) README,v 1.1.1.1 1994/09/03 19:16:22 csgr Exp This is Release 3.x of Ian Darwin's (copyright but distributable) file(1) command. Release 3.x is scheduled for inclusion in the diff --git a/usr.bin/file/apprentice.c b/usr.bin/file/apprentice.c index e1b4f4553070..08ace079d7f7 100644 --- a/usr.bin/file/apprentice.c +++ b/usr.bin/file/apprentice.c @@ -33,7 +33,7 @@ #ifndef lint static char *moduleid = - "@(#)$Id: apprentice.c,v 1.19 1994/05/03 17:58:23 christos Exp $"; + "@(#)apprentice.c,v 1.1.1.1 1994/09/03 19:16:22 csgr Exp"; #endif /* lint */ #define EATAB {while (isascii((unsigned char) *l) && \ diff --git a/usr.bin/file/ascmagic.c b/usr.bin/file/ascmagic.c index 600b0ab9d568..191a451ac44c 100644 --- a/usr.bin/file/ascmagic.c +++ b/usr.bin/file/ascmagic.c @@ -36,7 +36,7 @@ #ifndef lint static char *moduleid = - "@(#)$Id: ascmagic.c,v 1.17 1994/01/21 01:25:30 christos Exp $"; + "@(#)ascmagic.c,v 1.1.1.1 1994/09/03 19:16:22 csgr Exp"; #endif /* lint */ /* an optimisation over plain strcmp() */ diff --git a/usr.bin/file/compress.c b/usr.bin/file/compress.c index a665306ac951..7acafe956db2 100644 --- a/usr.bin/file/compress.c +++ b/usr.bin/file/compress.c @@ -4,7 +4,7 @@ * information if recognized * uncompress(method, old, n, newch) - uncompress old into new, * using method, return sizeof new - * $Id: compress.c,v 1.8 1994/01/21 01:38:24 christos Exp $ + * compress.c,v 1.1.1.1 1994/09/03 19:16:22 csgr Exp */ #include <stdio.h> #include <stdlib.h> diff --git a/usr.bin/file/cvsimport.sh b/usr.bin/file/cvsimport.sh index 6112e9655fcf..dc8fd557e909 100644 --- a/usr.bin/file/cvsimport.sh +++ b/usr.bin/file/cvsimport.sh @@ -3,7 +3,7 @@ # This shell script can be used in order to handle future imports # of newer versions of file(1) # -# $Id$ +# cvsimport.sh,v 1.1 1994/09/03 23:08:40 csgr Exp if [ $# -ne 2 ] ; then echo "usage: $0 <major> <minor>" 1>&2 exit 1 diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1 index 555261f54ed9..3b018a664fb6 100644 --- a/usr.bin/file/file.1 +++ b/usr.bin/file/file.1 @@ -1,5 +1,5 @@ .TH FILE 1 "Copyright but distributable" -.\# $Id: file.man,v 1.23 1993/09/24 18:50:48 christos Exp $ +.\# file.1,v 1.2 1994/09/03 19:31:15 csgr Exp .SH NAME .I file \- determine file type diff --git a/usr.bin/file/file.c b/usr.bin/file/file.c index a8acdd436b9e..484fb86c4894 100644 --- a/usr.bin/file/file.c +++ b/usr.bin/file/file.c @@ -26,7 +26,7 @@ */ #ifndef lint static char *moduleid = - "@(#)$Id: file.c,v 1.29 1993/10/27 20:59:05 christos Exp $"; + "@(#)file.c,v 1.1.1.1 1994/09/03 19:16:22 csgr Exp"; #endif /* lint */ #include <stdio.h> diff --git a/usr.bin/file/file.h b/usr.bin/file/file.h index 12d5c6f9571b..cf01c149b6e6 100644 --- a/usr.bin/file/file.h +++ b/usr.bin/file/file.h @@ -1,6 +1,6 @@ /* * file.h - definitions for file(1) program - * @(#)$Id: file.h,v 1.19 1994/05/03 17:58:23 christos Exp $ + * @(#)file.h,v 1.1.1.1 1994/09/03 19:16:23 csgr Exp * * Copyright (c) Ian F. Darwin, 1987. * Written by Ian F. Darwin. diff --git a/usr.bin/file/fsmagic.c b/usr.bin/file/fsmagic.c index 684e118df5d7..254580dd2e81 100644 --- a/usr.bin/file/fsmagic.c +++ b/usr.bin/file/fsmagic.c @@ -46,7 +46,7 @@ #ifndef lint static char *moduleid = - "@(#)$Id: fsmagic.c,v 1.22 1993/02/19 12:09:04 ian Exp $"; + "@(#)fsmagic.c,v 1.1.1.1 1994/09/03 19:16:22 csgr Exp"; #endif /* lint */ int diff --git a/usr.bin/file/is_tar.c b/usr.bin/file/is_tar.c index 5b036be1af8d..3c2f5dab6995 100644 --- a/usr.bin/file/is_tar.c +++ b/usr.bin/file/is_tar.c @@ -5,7 +5,7 @@ * Pubic Domain version written 26 Aug 1985 John Gilmore (ihnp4!hoptoad!gnu). * * @(#)list.c 1.18 9/23/86 Public Domain - gnu - * $Id: is_tar.c,v 1.8 1993/09/16 21:09:35 christos Exp $ + * is_tar.c,v 1.1.1.1 1994/09/03 19:16:22 csgr Exp * * Comments changed and some code/comments reformatted * for file command by Ian Darwin. diff --git a/usr.bin/file/magic.5 b/usr.bin/file/magic.5 index 6c6f3ef26767..83c4aff90957 100644 --- a/usr.bin/file/magic.5 +++ b/usr.bin/file/magic.5 @@ -191,4 +191,4 @@ indirect offsets. .\" the changes I posted to the S5R2 version. .\" .\" Modified for Ian Darwin's version of the file command. -.\" @(#)$Id: magic.man,v 1.11 1994/05/03 17:58:23 christos Exp $ +.\" @(#)magic.5,v 1.2 1994/09/03 19:31:16 csgr Exp diff --git a/usr.bin/file/names.h b/usr.bin/file/names.h index 5d989ee564ae..fbf2d0b5ed4e 100644 --- a/usr.bin/file/names.h +++ b/usr.bin/file/names.h @@ -10,7 +10,7 @@ * * See LEGAL.NOTICE * - * $Id: names.h,v 1.11 1993/09/16 21:14:20 christos Exp $ + * names.h,v 1.1.1.1 1994/09/03 19:16:23 csgr Exp */ /* these types are used to index the table 'types': keep em in sync! */ diff --git a/usr.bin/file/patchlevel.h b/usr.bin/file/patchlevel.h index 25f01c8b6996..70a944537fd9 100644 --- a/usr.bin/file/patchlevel.h +++ b/usr.bin/file/patchlevel.h @@ -3,9 +3,19 @@ /* * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.14 1994/05/03 17:58:23 christos Exp $ + * patchlevel.h,v 1.1.1.1 1994/09/03 19:16:23 csgr Exp + * + * patchlevel.h,v + * Revision 1.1.1.1 1994/09/03 19:16:23 csgr + * Bring in file 3.14 by Ian Darwin (and Christos Zoulas) + * + * The following files were moved to different names: + * - file.man -> file.1 + * - magic.man -> magic.5 + * + * The following file was removed: + * - Magdir/Makefile * - * $Log: patchlevel.h,v $ * Revision 1.14 1994/05/03 17:58:23 christos * changes from mycroft@gnu.ai.mit.edu (Charles Hannum) for unsigned * diff --git a/usr.bin/file/print.c b/usr.bin/file/print.c index a91f4297e615..7963e7f5845d 100644 --- a/usr.bin/file/print.c +++ b/usr.bin/file/print.c @@ -40,7 +40,7 @@ #ifndef lint static char *moduleid = - "@(#)$Id: print.c,v 1.21 1994/05/03 17:58:23 christos Exp $"; + "@(#)print.c,v 1.1.1.1 1994/09/03 19:16:22 csgr Exp"; #endif /* lint */ #define SZOF(a) (sizeof(a) / sizeof(a[0])) diff --git a/usr.bin/file/softmagic.c b/usr.bin/file/softmagic.c index 1784096653de..625e4ce0324d 100644 --- a/usr.bin/file/softmagic.c +++ b/usr.bin/file/softmagic.c @@ -34,7 +34,7 @@ #ifndef lint static char *moduleid = - "@(#)$Id: softmagic.c,v 1.26 1994/06/06 05:27:29 christos Exp $"; + "@(#)softmagic.c,v 1.1.1.1 1994/09/03 19:16:22 csgr Exp"; #endif /* lint */ static int match __P((unsigned char *, int)); diff --git a/usr.bin/file/tar.h b/usr.bin/file/tar.h index fd6f0c94f744..1bf19f5a5db0 100644 --- a/usr.bin/file/tar.h +++ b/usr.bin/file/tar.h @@ -5,7 +5,7 @@ * * Created 25 August 1985 by John Gilmore, ihnp4!hoptoad!gnu. * - * $Id: tar.h,v 1.3 1992/09/08 15:32:41 ian Exp $ # checkin only + * tar.h,v 1.1.1.1 1994/09/03 19:16:23 csgr Exp # checkin only */ /* diff --git a/usr.bin/getopt/Makefile b/usr.bin/getopt/Makefile index 21dde959afa2..63f7dc1f59d2 100644 --- a/usr.bin/getopt/Makefile +++ b/usr.bin/getopt/Makefile @@ -1,4 +1,4 @@ -# $Header: /b/source/CVS/src/usr.bin/getopt/Makefile,v 1.1 1993/06/21 12:43:58 brezak Exp $ +# /home/ncvs/src/usr.bin/getopt/Makefile,v 1.1 1993/07/26 22:22:35 nate Exp # PROG = getopt diff --git a/usr.bin/host/host.1 b/usr.bin/host/host.1 index 2f20c550f48c..c7f66747c939 100644 --- a/usr.bin/host/host.1 +++ b/usr.bin/host/host.1 @@ -50,7 +50,7 @@ .\" SOFTWARE. .\" - .\" --Copyright-- -.\" $Id: host.1,v 4.9.1.3 1994/06/02 17:14:38 vixie Exp $ +.\" host.1,v 1.2 1994/09/22 21:52:02 pst Exp .TH HOST @CMD_EXT_U@ .SH NAME host \- look up host names using domain server diff --git a/usr.bin/host/host.c b/usr.bin/host/host.c index 697c70fff770..aa13b9b23147 100644 --- a/usr.bin/host/host.c +++ b/usr.bin/host/host.c @@ -67,7 +67,7 @@ char copyright[] = */ #ifndef lint -static char rcsid[] = "$Id: host.c,v 1.1.1.1 1994/09/22 21:34:21 pst Exp $"; +static char rcsid[] = "host.c,v 1.2 1994/09/22 21:52:03 pst Exp"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/ipcrm/Makefile b/usr.bin/ipcrm/Makefile index 98fd8f84f047..0a05265f1e0a 100644 --- a/usr.bin/ipcrm/Makefile +++ b/usr.bin/ipcrm/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3.2.1 1994/08/09 13:47:15 mycroft Exp $ +# Makefile,v 1.1 1994/09/13 16:52:09 dfr Exp PROG= ipcrm diff --git a/usr.bin/ipcrm/ipcrm.1 b/usr.bin/ipcrm/ipcrm.1 index 19bb6e622e37..cddf7a2fcaed 100644 --- a/usr.bin/ipcrm/ipcrm.1 +++ b/usr.bin/ipcrm/ipcrm.1 @@ -21,7 +21,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ipcrm.1,v 1.1 1994/08/09 02:26:30 glass Exp $ +.\" ipcrm.1,v 1.1 1994/09/13 16:52:10 dfr Exp .\"" .Dd August 8th, 1994 .Dt ipcrm 1 diff --git a/usr.bin/ipcrm/ipcrm.c b/usr.bin/ipcrm/ipcrm.c index 95626e82be3b..fe8e629dc215 100644 --- a/usr.bin/ipcrm/ipcrm.c +++ b/usr.bin/ipcrm/ipcrm.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ipcrm.c,v 1.3.2.1 1994/08/08 05:51:08 mycroft Exp $ + * ipcrm.c,v 1.1 1994/09/13 16:52:12 dfr Exp */ #include <stdio.h> diff --git a/usr.bin/ipcs/Makefile b/usr.bin/ipcs/Makefile index eab410030ad4..87b49b1d28f8 100644 --- a/usr.bin/ipcs/Makefile +++ b/usr.bin/ipcs/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1994/06/18 21:09:40 cgd Exp $ +# Makefile,v 1.2 1994/09/13 16:59:27 dfr Exp PROG= ipcs BINGRP= kmem diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1 index a6d0344f7da9..ac1e08b2580a 100644 --- a/usr.bin/ipcs/ipcs.1 +++ b/usr.bin/ipcs/ipcs.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ipcs.1,v 1.1 1994/09/13 16:59:28 dfr Exp $ +.\" ipcs.1,v 1.2 1994/11/19 18:19:27 nate Exp .\" .Dd June 18, 1994 .Dt "IPCS" 1 diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c index a8c4d48394fc..5e7b0f05543b 100644 --- a/usr.bin/ipcs/ipcs.c +++ b/usr.bin/ipcs/ipcs.c @@ -24,7 +24,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ipcs.c,v 1.2 1994/09/13 16:59:29 dfr Exp $ + * ipcs.c,v 1.3 1994/09/19 10:24:38 davidg Exp */ #include <stdio.h> diff --git a/usr.bin/lex/FlexLexer.h b/usr.bin/lex/FlexLexer.h index feb40b66265d..936ee7b07046 100644 --- a/usr.bin/lex/FlexLexer.h +++ b/usr.bin/lex/FlexLexer.h @@ -1,4 +1,4 @@ -// $Header: FlexLexer.h,v 1.2 94/01/04 14:57:26 vern Exp $ +// /home/ncvs/src/usr.bin/lex/FlexLexer.h,v 1.1.1.1 1994/08/24 13:10:33 csgr Exp // FlexLexer.h -- define classes for lexical analyzers generated by flex diff --git a/usr.bin/lex/Makefile b/usr.bin/lex/Makefile index 41d4afddceb7..1f717ff1d91d 100644 --- a/usr.bin/lex/Makefile +++ b/usr.bin/lex/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1994/08/24 13:10:33 csgr Exp $ +# Makefile,v 1.2 1994/08/27 09:52:30 csgr Exp # # By default, flex will be configured to generate 8-bit scanners only if the # -8 flag is given. If you want it to always generate 8-bit scanners, add diff --git a/usr.bin/lex/ccl.c b/usr.bin/lex/ccl.c index fe28463923e0..9a5bccc51b59 100644 --- a/usr.bin/lex/ccl.c +++ b/usr.bin/lex/ccl.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/daffy/u0/vern/flex/RCS/ccl.c,v 2.9 93/09/16 20:32:14 vern Exp $ */ +/* /home/ncvs/src/usr.bin/lex/ccl.c,v 1.1.1.1 1994/08/24 13:10:33 csgr Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/dfa.c b/usr.bin/lex/dfa.c index f8fceb975acd..6858ccec1ffc 100644 --- a/usr.bin/lex/dfa.c +++ b/usr.bin/lex/dfa.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: dfa.c,v 1.2 94/01/04 14:33:16 vern Exp $ */ +/* /home/ncvs/src/usr.bin/lex/dfa.c,v 1.1.1.1 1994/08/24 13:10:33 csgr Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/ecs.c b/usr.bin/lex/ecs.c index 10b167c5898c..5dc85e910fb5 100644 --- a/usr.bin/lex/ecs.c +++ b/usr.bin/lex/ecs.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/daffy/u0/vern/flex/RCS/ecs.c,v 2.9 93/12/07 10:18:20 vern Exp $ */ +/* /home/ncvs/src/usr.bin/lex/ecs.c,v 1.1.1.1 1994/08/24 13:10:33 csgr Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/flex.skl b/usr.bin/lex/flex.skl index 01ff7a1262b4..98174319c1f0 100644 --- a/usr.bin/lex/flex.skl +++ b/usr.bin/lex/flex.skl @@ -1,7 +1,7 @@ /* A lexical scanner generated by flex */ /* Scanner skeleton version: - * $Header: /home/daffy/u0/vern/flex/flex-2.4.7/RCS/flex.skl,v 1.2 94/08/03 11:13:24 vern Exp $ + * /home/ncvs/src/usr.bin/lex/flex.skl,v 1.1.1.1 1994/08/24 13:10:33 csgr Exp */ #define FLEX_SCANNER diff --git a/usr.bin/lex/flexdef.h b/usr.bin/lex/flexdef.h index c8d4825a0e44..16b13574432a 100644 --- a/usr.bin/lex/flexdef.h +++ b/usr.bin/lex/flexdef.h @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* @(#) $Header: flexdef.h,v 1.2 94/01/04 14:33:14 vern Exp $ (LBL) */ +/* @(#) /home/ncvs/src/usr.bin/lex/flexdef.h,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp (LBL) */ #include <stdio.h> #include <ctype.h> diff --git a/usr.bin/lex/gen.c b/usr.bin/lex/gen.c index e2096f2548a8..d3648761f15d 100644 --- a/usr.bin/lex/gen.c +++ b/usr.bin/lex/gen.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/daffy/u0/vern/flex/flex-2.4.7/RCS/gen.c,v 1.3 94/08/03 11:37:45 vern Exp $ */ +/* /home/ncvs/src/usr.bin/lex/gen.c,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/initscan.c b/usr.bin/lex/initscan.c index 7daaef23826a..4584b151aef7 100644 --- a/usr.bin/lex/initscan.c +++ b/usr.bin/lex/initscan.c @@ -1,7 +1,7 @@ /* A lexical scanner generated by flex */ /* Scanner skeleton version: - * $Header: /home/daffy/u0/vern/flex/flex-2.4.7/RCS/flex.skl,v 1.2 94/08/03 11:13:24 vern Exp $ + * /home/ncvs/src/usr.bin/lex/initscan.c,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp */ #define FLEX_SCANNER @@ -894,7 +894,7 @@ char *yytext; * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: scan.l,v 1.2 94/01/04 14:33:09 vern Exp $ */ +/* /home/ncvs/src/usr.bin/lex/initscan.c,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp */ #include "flexdef.h" #include "parse.h" diff --git a/usr.bin/lex/lib/Makefile b/usr.bin/lex/lib/Makefile index 689b46018e79..f39629a217ff 100644 --- a/usr.bin/lex/lib/Makefile +++ b/usr.bin/lex/lib/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1994/08/24 13:10:34 csgr Exp $ +# Makefile,v 1.2 1994/08/25 23:11:07 wollman Exp LIB= ln SRCS= libmain.c libyywrap.c diff --git a/usr.bin/lex/lib/libmain.c b/usr.bin/lex/lib/libmain.c index a893c7abd3d2..d80415ce6122 100644 --- a/usr.bin/lex/lib/libmain.c +++ b/usr.bin/lex/lib/libmain.c @@ -1,6 +1,6 @@ /* libmain - flex run-time support library "main" function */ -/* $Header: /home/daffy/u0/vern/flex/RCS/libmain.c,v 1.3 93/04/14 22:41:55 vern Exp $ */ +/* /home/ncvs/src/usr.bin/lex/lib/libmain.c,v 1.1.1.1 1994/08/24 13:10:34 csgr Exp */ extern int yylex(); diff --git a/usr.bin/lex/lib/libyywrap.c b/usr.bin/lex/lib/libyywrap.c index b18f54e6e8f9..f39d9f30d96c 100644 --- a/usr.bin/lex/lib/libyywrap.c +++ b/usr.bin/lex/lib/libyywrap.c @@ -1,6 +1,6 @@ /* libyywrap - flex run-time support library "yywrap" function */ -/* $Header: /home/daffy/u0/vern/flex/RCS/libyywrap.c,v 1.1 93/10/02 15:23:09 vern Exp $ */ +/* /home/ncvs/src/usr.bin/lex/lib/libyywrap.c,v 1.1.1.1 1994/08/24 13:10:34 csgr Exp */ int yywrap() { diff --git a/usr.bin/lex/main.c b/usr.bin/lex/main.c index a90027add059..8dc62a1813e7 100644 --- a/usr.bin/lex/main.c +++ b/usr.bin/lex/main.c @@ -32,7 +32,7 @@ char copyright[] = All rights reserved.\n"; #endif /* not lint */ -/* $Header: main.c,v 1.2 94/01/04 14:33:11 vern Exp $ */ +/* /home/ncvs/src/usr.bin/lex/main.c,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/misc.c b/usr.bin/lex/misc.c index 006f5fcde026..bb83d4cfdc0d 100644 --- a/usr.bin/lex/misc.c +++ b/usr.bin/lex/misc.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: misc.c,v 1.2 94/01/04 14:33:10 vern Exp $ */ +/* /home/ncvs/src/usr.bin/lex/misc.c,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/nfa.c b/usr.bin/lex/nfa.c index be041fd4032c..be5979c08bec 100644 --- a/usr.bin/lex/nfa.c +++ b/usr.bin/lex/nfa.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/daffy/u0/vern/flex/flex-2.4.7/RCS/nfa.c,v 1.2 94/08/03 11:13:29 vern Exp $ */ +/* /home/ncvs/src/usr.bin/lex/nfa.c,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/parse.y b/usr.bin/lex/parse.y index c14f2452ca4a..3dd251dc09e1 100644 --- a/usr.bin/lex/parse.y +++ b/usr.bin/lex/parse.y @@ -29,7 +29,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/daffy/u0/vern/flex/RCS/parse.y,v 2.15 93/12/09 13:57:23 vern Exp $ */ +/* /home/ncvs/src/usr.bin/lex/parse.y,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp */ /* Some versions of bison are broken in that they use alloca() but don't diff --git a/usr.bin/lex/scan.l b/usr.bin/lex/scan.l index 74b589c771ce..448fa2d8accc 100644 --- a/usr.bin/lex/scan.l +++ b/usr.bin/lex/scan.l @@ -27,7 +27,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: scan.l,v 1.2 94/01/04 14:33:09 vern Exp $ */ +/* /home/ncvs/src/usr.bin/lex/scan.l,v 1.1.1.1 1994/08/24 13:10:31 csgr Exp */ #include "flexdef.h" #include "parse.h" diff --git a/usr.bin/lex/skel.c b/usr.bin/lex/skel.c index 4ab49d1085cd..a8964573c866 100644 --- a/usr.bin/lex/skel.c +++ b/usr.bin/lex/skel.c @@ -6,7 +6,7 @@ char *skel[] = { "/* A lexical scanner generated by flex */", "", "/* Scanner skeleton version:", - " * $Header: /home/daffy/u0/vern/flex/flex-2.4.7/RCS/flex.skl,v 1.2 94/08/03 11:13:24 vern Exp $", + " * /home/ncvs/src/usr.bin/lex/skel.c,v 1.1.1.1 1994/08/24 13:10:31 csgr Exp", " */", "", "#define FLEX_SCANNER", diff --git a/usr.bin/lex/sym.c b/usr.bin/lex/sym.c index 3c156fe9faf0..fffc7071856d 100644 --- a/usr.bin/lex/sym.c +++ b/usr.bin/lex/sym.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: sym.c,v 1.2 94/01/04 14:33:06 vern Exp $ */ +/* /home/ncvs/src/usr.bin/lex/sym.c,v 1.1.1.1 1994/08/24 13:10:31 csgr Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/tblcmp.c b/usr.bin/lex/tblcmp.c index 224dd13883b5..5e402b775f05 100644 --- a/usr.bin/lex/tblcmp.c +++ b/usr.bin/lex/tblcmp.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/daffy/u0/vern/flex/RCS/tblcmp.c,v 2.10 93/12/07 10:18:30 vern Exp $ */ +/* /home/ncvs/src/usr.bin/lex/tblcmp.c,v 1.1.1.1 1994/08/24 13:10:31 csgr Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/yylex.c b/usr.bin/lex/yylex.c index 563297a094b2..bc1dbfb585a2 100644 --- a/usr.bin/lex/yylex.c +++ b/usr.bin/lex/yylex.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/daffy/u0/vern/flex/RCS/yylex.c,v 2.10 93/09/16 20:31:48 vern Exp $ */ +/* /home/ncvs/src/usr.bin/lex/yylex.c,v 1.1.1.1 1994/08/24 13:10:34 csgr Exp */ #include <ctype.h> #include "flexdef.h" diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index 21131d954da0..5461b1f795ed 100644 --- a/usr.bin/login/Makefile +++ b/usr.bin/login/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id: Makefile,v 1.8 1994/09/30 13:26:15 csgr Exp $ +# Makefile,v 1.9 1994/10/19 00:03:31 pst Exp PROG= login MAN1= login.1 diff --git a/usr.bin/lsvfs/Makefile b/usr.bin/lsvfs/Makefile index 3b25443ca3a2..9dac17525d41 100644 --- a/usr.bin/lsvfs/Makefile +++ b/usr.bin/lsvfs/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# Makefile,v 1.1 1994/09/22 01:25:55 wollman Exp PROG= lsvfs .include <bsd.prog.mk> diff --git a/usr.bin/lsvfs/lsvfs.1 b/usr.bin/lsvfs/lsvfs.1 index 03a113932a7f..835e178fe886 100644 --- a/usr.bin/lsvfs/lsvfs.1 +++ b/usr.bin/lsvfs/lsvfs.1 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" lsvfs.1,v 1.1 1994/09/22 01:25:56 wollman Exp .\" Garrett A. Wollman, September 1994 .\" This file is in the public domain. .\" diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index 53180191e8f5..faae1349e8f2 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -1,5 +1,5 @@ .\" -.\" @(#) $Id: m4.1,v 1.4 1994/01/16 00:30:31 swallace Exp $ +.\" @(#) m4.1,v 1.1 1994/08/11 01:06:29 jkh Exp .\" .Dd January 26, 1993 .Dt m4 1 diff --git a/usr.bin/make/PSD.doc/tutorial.ms b/usr.bin/make/PSD.doc/tutorial.ms index eca49d947383..a8ec922f0a8c 100644 --- a/usr.bin/make/PSD.doc/tutorial.ms +++ b/usr.bin/make/PSD.doc/tutorial.ms @@ -43,7 +43,7 @@ .\" is numeric, it is taken as the depth for numbering (as for .NH), else .\" the default (1) is assumed. .\" -.\" $Id: tutorial.ms,v 1.4 89/01/08 20:20:22 adam Exp Locker: adam $ +.\" tutorial.ms,v 1.1.1.1 1994/05/27 12:32:16 rgrimes Exp .\" .\" @P The initial paragraph distance. .\" @Q The piece of section number to increment (or 0 if none given) diff --git a/usr.bin/modstat/Makefile b/usr.bin/modstat/Makefile index a602bb9debcb..ce63087c2d6d 100644 --- a/usr.bin/modstat/Makefile +++ b/usr.bin/modstat/Makefile @@ -33,7 +33,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.4 1994/02/09 15:02:19 deraadt Exp $ +# Makefile,v 1.1 1994/08/19 12:14:02 davidg Exp # PROG= modstat diff --git a/usr.bin/modstat/modstat.8 b/usr.bin/modstat/modstat.8 index 99667e261489..072d5d46b73d 100644 --- a/usr.bin/modstat/modstat.8 +++ b/usr.bin/modstat/modstat.8 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: modstat.8,v 1.1 1994/08/19 12:14:04 davidg Exp $ +.\" modstat.8,v 1.2 1994/08/19 13:38:29 davidg Exp .\" .Dd June 7, 1993 .Dt MODSTAT 8 diff --git a/usr.bin/modstat/modstat.c b/usr.bin/modstat/modstat.c index 7df85edf208d..1355f8828cf5 100644 --- a/usr.bin/modstat/modstat.c +++ b/usr.bin/modstat/modstat.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: modstat.c,v 1.5 1994/05/23 05:44:08 cgd Exp $ + * modstat.c,v 1.1 1994/08/19 12:14:06 davidg Exp */ #include <stdio.h> diff --git a/usr.bin/ncftp/cmds.c b/usr.bin/ncftp/cmds.c index d968467e7039..32ba5490e9b2 100644 --- a/usr.bin/ncftp/cmds.c +++ b/usr.bin/ncftp/cmds.c @@ -1,8 +1,8 @@ /* cmds.c */ -/* $RCSfile: cmds.c,v $ - * $Revision: 1.1.1.1 $ - * $Date: 1994/09/22 23:45:33 $ +/* cmds.c,v + * 1.6 + * 1994/11/04 06:11:36 */ #include "sys.h" diff --git a/usr.bin/ncftp/cmds.h b/usr.bin/ncftp/cmds.h index 11dff6acc06d..7e8f1d5e7803 100644 --- a/usr.bin/ncftp/cmds.h +++ b/usr.bin/ncftp/cmds.h @@ -3,9 +3,9 @@ #ifndef _cmd_h_ #define _cmd_h_ -/* $RCSfile: cmds.h,v $ - * $Revision: 14020.11 $ - * $Date: 93/07/09 10:58:19 $ +/* cmds.h,v + * 1.4 + * 1994/10/07 07:48:14 */ /* Verbosity levels. */ diff --git a/usr.bin/ncftp/cmdtab.c b/usr.bin/ncftp/cmdtab.c index d4e161f3fcc5..f762791f421e 100644 --- a/usr.bin/ncftp/cmdtab.c +++ b/usr.bin/ncftp/cmdtab.c @@ -1,8 +1,8 @@ /* cmdtab.c */ -/* $RCSfile: cmdtab.c,v $ - * $Revision: 14020.11 $ - * $Date: 93/07/09 11:04:56 $ +/* cmdtab.c,v + * 1.3 + * 1994/10/07 07:48:16 */ #include "sys.h" diff --git a/usr.bin/ncftp/copyright.h b/usr.bin/ncftp/copyright.h index 4e8156cbf691..c7ea21907537 100644 --- a/usr.bin/ncftp/copyright.h +++ b/usr.bin/ncftp/copyright.h @@ -1,8 +1,8 @@ /* Copyright.h */ -/* $RCSfile: copyright.h,v $ - * $Revision: 14020.12 $ - * $Date: 93/06/02 13:43:03 $ +/* copyright.h,v + * 1.1.1.1 + * 1994/09/22 23:45:34 */ /* diff --git a/usr.bin/ncftp/defaults.h b/usr.bin/ncftp/defaults.h index 0cbd8c77cd61..6f8a9bea7088 100644 --- a/usr.bin/ncftp/defaults.h +++ b/usr.bin/ncftp/defaults.h @@ -7,9 +7,9 @@ #ifndef _DEFAULTS_H_ #define _DEFAULTS_H_ -/* $RCSfile: defaults.h,v $ - * $Revision: 14020.13 $ - * $Date: 93/07/09 10:58:27 $ +/* defaults.h,v + * 1.2 + * 1994/10/06 23:57:18 */ #ifndef NEWMAILMESSAGE /* For english speakers, "You have new mail." */ diff --git a/usr.bin/ncftp/ftp.c b/usr.bin/ncftp/ftp.c index fe35d1a6272f..dbacd8fd25aa 100644 --- a/usr.bin/ncftp/ftp.c +++ b/usr.bin/ncftp/ftp.c @@ -1,8 +1,8 @@ /* ftp.c */ -/* $RCSfile: ftp.c,v $ - * $Revision: 14020.12 $ - * $Date: 93/07/09 11:30:28 $ +/* ftp.c,v + * 1.4 + * 1994/11/04 06:11:37 */ #include "sys.h" diff --git a/usr.bin/ncftp/ftp.h b/usr.bin/ncftp/ftp.h index d531723f257f..d5f994b31d45 100644 --- a/usr.bin/ncftp/ftp.h +++ b/usr.bin/ncftp/ftp.h @@ -3,9 +3,9 @@ #ifndef _ftp_h_ #define _ftp_h_ -/* $RCSfile: ftp.h,v $ - * $Revision: 14020.11 $ - * $Date: 93/07/09 11:04:12 $ +/* ftp.h,v + * 1.1.1.1 + * 1994/09/22 23:45:34 */ #define IS_FILE 1 diff --git a/usr.bin/ncftp/ftprc.c b/usr.bin/ncftp/ftprc.c index c048852f16fd..80984ef87df9 100644 --- a/usr.bin/ncftp/ftprc.c +++ b/usr.bin/ncftp/ftprc.c @@ -1,8 +1,8 @@ /* ftprc.c */ -/* $RCSfile: ftprc.c,v $ - * $Revision: 14020.11 $ - * $Date: 93/07/09 10:58:37 $ +/* ftprc.c,v + * 1.2 + * 1994/09/28 14:53:04 */ #include "sys.h" diff --git a/usr.bin/ncftp/ftprc.h b/usr.bin/ncftp/ftprc.h index eed0217ea721..8986d98899b5 100644 --- a/usr.bin/ncftp/ftprc.h +++ b/usr.bin/ncftp/ftprc.h @@ -3,9 +3,9 @@ #ifndef _ftprc_h_ #define _ftprc_h_ -/* $RCSfile: ftprc.h,v $ - * $Revision: 14020.11 $ - * $Date: 93/05/21 05:45:31 $ +/* ftprc.h,v + * 1.2 + * 1994/09/28 14:53:09 */ #define NETRC "netrc" diff --git a/usr.bin/ncftp/getpass.c b/usr.bin/ncftp/getpass.c index a039e7a94f54..15448a3a7735 100644 --- a/usr.bin/ncftp/getpass.c +++ b/usr.bin/ncftp/getpass.c @@ -1,8 +1,8 @@ /* Getpass.c */ -/* $RCSfile: getpass.c,v $ - * $Revision: 14020.11 $ - * $Date: 93/05/21 05:44:36 $ +/* getpass.c,v + * 1.1.1.1 + * 1994/09/22 23:45:35 */ #include "sys.h" diff --git a/usr.bin/ncftp/getpass.h b/usr.bin/ncftp/getpass.h index c8d358c012bf..aca74dc47ef6 100644 --- a/usr.bin/ncftp/getpass.h +++ b/usr.bin/ncftp/getpass.h @@ -3,9 +3,9 @@ #ifndef _getpass_h_ #define _getpass_h_ -/* $RCSfile: getpass.h,v $ - * $Revision: 14020.11 $ - * $Date: 93/05/21 05:45:36 $ +/* getpass.h,v + * 1.1.1.1 + * 1994/09/22 23:45:35 */ #define kMaxPassLen 127 diff --git a/usr.bin/ncftp/glob.c b/usr.bin/ncftp/glob.c index b0f31d13d096..69e5b2086630 100644 --- a/usr.bin/ncftp/glob.c +++ b/usr.bin/ncftp/glob.c @@ -1,8 +1,8 @@ /* glob.c */ -/* $RCSfile: glob.c,v $ - * $Revision: 14020.11 $ - * $Date: 93/05/21 05:44:32 $ +/* glob.c,v + * 1.1.1.1 + * 1994/09/22 23:45:35 */ #include "sys.h" diff --git a/usr.bin/ncftp/glob.h b/usr.bin/ncftp/glob.h index 4f35e7c91119..0450b8d13949 100644 --- a/usr.bin/ncftp/glob.h +++ b/usr.bin/ncftp/glob.h @@ -3,9 +3,9 @@ #ifndef _glob_h_ #define _glob_h_ 1 -/* $RCSfile: glob.h,v $ - * $Revision: 14020.11 $ - * $Date: 93/05/21 05:45:32 $ +/* glob.h,v + * 1.1.1.1 + * 1994/09/22 23:45:35 */ char **glob(char *v); diff --git a/usr.bin/ncftp/main.c b/usr.bin/ncftp/main.c index c2ab9332d2a1..78200f1f9a92 100644 --- a/usr.bin/ncftp/main.c +++ b/usr.bin/ncftp/main.c @@ -1,8 +1,8 @@ /* main.c * - * $RCSfile: main.c,v $ - * $Revision: 14020.15 $ - * $Date: 93/07/09 11:50:12 $ + * main.c,v + * 1.5 + * 1994/11/04 06:11:38 */ #define _main_c_ diff --git a/usr.bin/ncftp/main.h b/usr.bin/ncftp/main.h index fd6438c38549..415177a3ec92 100644 --- a/usr.bin/ncftp/main.h +++ b/usr.bin/ncftp/main.h @@ -3,9 +3,9 @@ #ifndef _main_h_ #define _main_h_ -/* $RCSfile: main.h,v $ - * $Revision: 14020.12 $ - * $Date: 93/05/21 05:45:33 $ +/* main.h,v + * 1.2 + * 1994/09/28 14:53:17 */ struct userinfo { diff --git a/usr.bin/ncftp/open.c b/usr.bin/ncftp/open.c index fbbe7945f7dd..5b004643a012 100644 --- a/usr.bin/ncftp/open.c +++ b/usr.bin/ncftp/open.c @@ -1,8 +1,8 @@ /* open.c */ -/* $RCSfile: open.c,v $ - * $Revision: 1.1 $ - * $Date: 93/07/09 11:27:07 $ +/* open.c,v + * 1.2 + * 1994/09/28 14:53:20 */ #include "sys.h" diff --git a/usr.bin/ncftp/set.c b/usr.bin/ncftp/set.c index 14d87150520f..1d41c395346d 100644 --- a/usr.bin/ncftp/set.c +++ b/usr.bin/ncftp/set.c @@ -1,8 +1,8 @@ /* Set.c */ -/* $RCSfile: set.c,v $ - * $Revision: 14020.12 $ - * $Date: 93/07/09 11:45:48 $ +/* set.c,v + * 1.1.1.1 + * 1994/09/22 23:45:36 */ #include "sys.h" diff --git a/usr.bin/ncftp/set.h b/usr.bin/ncftp/set.h index 92f7125f1864..94e67c1ead84 100644 --- a/usr.bin/ncftp/set.h +++ b/usr.bin/ncftp/set.h @@ -3,9 +3,9 @@ #ifndef _set_h_ #define _set_h_ -/* $RCSfile: set.h,v $ - * $Revision: 14020.11 $ - * $Date: 93/06/26 06:21:32 $ +/* set.h,v + * 1.1.1.1 + * 1994/09/22 23:45:36 */ /* Variable types. */ diff --git a/usr.bin/ncftp/sys.h b/usr.bin/ncftp/sys.h index 83f3516ca718..59e28f37cf3b 100644 --- a/usr.bin/ncftp/sys.h +++ b/usr.bin/ncftp/sys.h @@ -2,9 +2,9 @@ * See the README for details. */ -/* $RCSfile: sys.h,v $ - * $Revision: 14020.13 $ - * $Date: 93/06/21 06:42:11 $ +/* sys.h,v + * 1.5 + * 1994/11/04 06:59:17 */ diff --git a/usr.bin/ncftp/tips.c b/usr.bin/ncftp/tips.c index 5f7267164d99..6d0290c792e7 100644 --- a/usr.bin/ncftp/tips.c +++ b/usr.bin/ncftp/tips.c @@ -1,8 +1,8 @@ /* tips.c */ -/* $RCSfile: tips.c,v $ - * $Revision: 14020.11 $ - * $Date: 93/05/21 05:44:39 $ +/* tips.c,v + * 1.1.1.1 + * 1994/09/22 23:45:36 */ #include "sys.h" diff --git a/usr.bin/ncftp/util.c b/usr.bin/ncftp/util.c index ee2fba35d8dc..280653d1c29c 100644 --- a/usr.bin/ncftp/util.c +++ b/usr.bin/ncftp/util.c @@ -1,8 +1,8 @@ /* Util.c */ -/* $RCSfile: util.c,v $ - * $Revision: 14020.13 $ - * $Date: 93/05/23 09:38:13 $ +/* util.c,v + * 1.1.1.1 + * 1994/09/22 23:45:36 */ #include "sys.h" @@ -879,7 +879,7 @@ aa: cp = LocalPath(path); #ifdef NO_STRSTR /* - * The Elm Mail System - $Revision: 5.1 $ $State: Exp $ + * The Elm Mail System - 1.1.1.1 Exp * * Copyright (c) 1988-1992 USENET Community Trust * Copyright (c) 1986,1987 Dave Taylor diff --git a/usr.bin/ncftp/util.h b/usr.bin/ncftp/util.h index 64babbfcaa1c..a4dd045dc419 100644 --- a/usr.bin/ncftp/util.h +++ b/usr.bin/ncftp/util.h @@ -3,9 +3,9 @@ #ifndef _util_h_ #define _util_h_ -/* $RCSfile: util.h,v $ - * $Revision: 14020.12 $ - * $Date: 93/07/09 11:32:49 $ +/* util.h,v + * 1.1.1.1 + * 1994/09/22 23:45:36 */ typedef char string[128], str32[32], longstring[512]; diff --git a/usr.bin/netstat/iso.c b/usr.bin/netstat/iso.c index 1eecf15b4b74..43499f26356f 100644 --- a/usr.bin/netstat/iso.c +++ b/usr.bin/netstat/iso.c @@ -36,8 +36,8 @@ static char sccsid[] = "@(#)iso.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ /* - * $Header: iso.c,v 1.5 92/06/04 00:36:32 leres Exp $ - * $Source: /usr/src/usr.bin/netstat/RCS/iso.c,v $ + * /home/ncvs/src/usr.bin/netstat/iso.c,v 1.1.1.1 1994/05/27 12:32:25 rgrimes Exp + * /home/ncvs/src/usr.bin/netstat/iso.c,v */ /******************************************************************************* Copyright IBM Corporation 1987 diff --git a/usr.bin/nfsstat/nfsstat.1 b/usr.bin/nfsstat/nfsstat.1 index 9e778c7aec87..4acaa3f85eea 100644 --- a/usr.bin/nfsstat/nfsstat.1 +++ b/usr.bin/nfsstat/nfsstat.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)nfsstat.1 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" nfsstat.1,v 1.3 1994/10/23 23:25:42 wollman Exp .\" .Dd June 6, 1993 .Dt NFSSTAT 1 diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c index 169e8d10d463..7d9cc97c046c 100644 --- a/usr.bin/nfsstat/nfsstat.c +++ b/usr.bin/nfsstat/nfsstat.c @@ -43,7 +43,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "From: @(#)nfsstat.c 8.1 (Berkeley) 6/6/93";*/ static const char rcsid[] = - "$Id$"; + "nfsstat.c,v 1.2 1994/10/23 23:25:43 wollman Exp"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index f50236178ac4..9465ace45c72 100644 --- a/usr.bin/passwd/Makefile +++ b/usr.bin/passwd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 4/2/94 -# $Id$ +# Makefile,v 1.4 1994/09/29 13:05:44 csgr Exp PROG= passwd SRCS= local_passwd.c passwd.c pw_copy.c pw_util.c diff --git a/usr.bin/rlogin/krcmd.c b/usr.bin/rlogin/krcmd.c index ee06d6af84ee..31386e9db836 100644 --- a/usr.bin/rlogin/krcmd.c +++ b/usr.bin/rlogin/krcmd.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)krcmd.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ /* - * $Source: /usr/src/usr.bin/rlogin/RCS/krcmd.c,v $ + * /home/ncvs/src/usr.bin/rlogin/krcmd.c,v * $Header: /mit/kerberos/ucb/mit/kcmd/RCS/krcmd.c,v 5.1 * 89/07/25 15:38:44 kfall Exp Locker: kfall $ * static char *rcsid_kcmd_c = diff --git a/usr.bin/rpcgen/Makefile b/usr.bin/rpcgen/Makefile index fefab491708f..146e111a7c78 100644 --- a/usr.bin/rpcgen/Makefile +++ b/usr.bin/rpcgen/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1993/09/13 23:20:11 jtc Exp $ +# Makefile,v 1.1 1994/08/07 18:01:27 wollman Exp PROG= rpcgen SRCS= rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.c rpc_scan.c \ diff --git a/usr.bin/rpcgen/rpc_clntout.c b/usr.bin/rpcgen/rpc_clntout.c index 73cb97d810a5..18dd9d4a3c08 100644 --- a/usr.bin/rpcgen/rpc_clntout.c +++ b/usr.bin/rpcgen/rpc_clntout.c @@ -29,7 +29,7 @@ */ #ifndef lint /*static char sccsid[] = "from: @(#)rpc_clntout.c 1.2 87/06/24 (C) 1987 SMI";*/ -static char rcsid[] = "$Id: rpc_clntout.c,v 1.1 1993/09/13 23:20:12 jtc Exp $"; +static char rcsid[] = "rpc_clntout.c,v 1.1 1994/08/07 18:01:28 wollman Exp"; #endif /* diff --git a/usr.bin/rpcgen/rpc_cout.c b/usr.bin/rpcgen/rpc_cout.c index 9e2e361a7c51..3236a1623ee9 100644 --- a/usr.bin/rpcgen/rpc_cout.c +++ b/usr.bin/rpcgen/rpc_cout.c @@ -29,7 +29,7 @@ */ #ifndef lint /*static char sccsid[] = "from: @(#)rpc_cout.c 1.8 87/06/24 (C) 1987 SMI";*/ -static char rcsid[] = "$Id: rpc_cout.c,v 1.1 1993/09/13 23:20:13 jtc Exp $"; +static char rcsid[] = "rpc_cout.c,v 1.1 1994/08/07 18:01:29 wollman Exp"; #endif /* diff --git a/usr.bin/rpcgen/rpc_hout.c b/usr.bin/rpcgen/rpc_hout.c index 8ccd4330989d..06c04bd9285d 100644 --- a/usr.bin/rpcgen/rpc_hout.c +++ b/usr.bin/rpcgen/rpc_hout.c @@ -29,7 +29,7 @@ */ #ifndef lint /*static char sccsid[] = "from: @(#)rpc_hout.c 1.6 87/07/28 (C) 1987 SMI";*/ -static char rcsid[] = "$Id: rpc_hout.c,v 1.1 1993/09/13 23:20:14 jtc Exp $"; +static char rcsid[] = "rpc_hout.c,v 1.1 1994/08/07 18:01:30 wollman Exp"; #endif static int pconstdef(), pstructdef(), puniondef(), pdefine(), pprogramdef(), diff --git a/usr.bin/rpcgen/rpc_main.c b/usr.bin/rpcgen/rpc_main.c index 981c94ddcb03..defed6ae1dd6 100644 --- a/usr.bin/rpcgen/rpc_main.c +++ b/usr.bin/rpcgen/rpc_main.c @@ -29,7 +29,7 @@ */ #ifndef lint /*static char sccsid[] = "from: @(#)rpc_main.c 1.7 87/06/24 (C) 1987 SMI";*/ -static char rcsid[] = "$Id: rpc_main.c,v 1.1 1993/09/13 23:20:15 jtc Exp $"; +static char rcsid[] = "rpc_main.c,v 1.1 1994/08/07 18:01:31 wollman Exp"; #endif /* diff --git a/usr.bin/rpcgen/rpc_parse.c b/usr.bin/rpcgen/rpc_parse.c index b78085145573..4ad24b7384b8 100644 --- a/usr.bin/rpcgen/rpc_parse.c +++ b/usr.bin/rpcgen/rpc_parse.c @@ -29,7 +29,7 @@ */ #ifndef lint /*static char sccsid[] = "from: @(#)rpc_parse.c 1.4 87/04/28 (C) 1987 SMI";*/ -static char rcsid[] = "$Id: rpc_parse.c,v 1.1 1993/09/13 23:20:16 jtc Exp $"; +static char rcsid[] = "rpc_parse.c,v 1.1 1994/08/07 18:01:32 wollman Exp"; #endif /* diff --git a/usr.bin/rpcgen/rpc_parse.h b/usr.bin/rpcgen/rpc_parse.h index 0a4eb1e97b15..780364089713 100644 --- a/usr.bin/rpcgen/rpc_parse.h +++ b/usr.bin/rpcgen/rpc_parse.h @@ -27,7 +27,7 @@ * Mountain View, California 94043 * * from: @(#)rpc_parse.h 1.3 87/03/09 (C) 1987 SMI - * $Id: rpc_parse.h,v 1.1 1993/09/13 23:20:17 jtc Exp $ + * rpc_parse.h,v 1.1 1994/08/07 18:01:33 wollman Exp */ /* diff --git a/usr.bin/rpcgen/rpc_scan.c b/usr.bin/rpcgen/rpc_scan.c index c531bbab89fd..04804d20c572 100644 --- a/usr.bin/rpcgen/rpc_scan.c +++ b/usr.bin/rpcgen/rpc_scan.c @@ -29,7 +29,7 @@ */ #ifndef lint /*static char sccsid[] = "from: @(#)rpc_scan.c 1.6 87/06/24 (C) 1987 SMI";*/ -static char rcsid[] = "$Id: rpc_scan.c,v 1.1 1993/09/13 23:20:18 jtc Exp $"; +static char rcsid[] = "rpc_scan.c,v 1.1 1994/08/07 18:01:34 wollman Exp"; #endif /* diff --git a/usr.bin/rpcgen/rpc_scan.h b/usr.bin/rpcgen/rpc_scan.h index fdb7e7b57f8b..787ec899a650 100644 --- a/usr.bin/rpcgen/rpc_scan.h +++ b/usr.bin/rpcgen/rpc_scan.h @@ -28,7 +28,7 @@ * * from: @(#)rpc_scan.h 1.3 87/03/09 (C) 1987 SMI * from: @(#)rpc_scan.h 2.1 88/08/01 4.0 RPCSRC - * $Id: rpc_scan.h,v 1.1 1993/09/13 23:20:18 jtc Exp $ + * rpc_scan.h,v 1.1 1994/08/07 18:01:35 wollman Exp */ /* diff --git a/usr.bin/rpcgen/rpc_svcout.c b/usr.bin/rpcgen/rpc_svcout.c index 7f375c56bfa6..b34b8ed2d45e 100644 --- a/usr.bin/rpcgen/rpc_svcout.c +++ b/usr.bin/rpcgen/rpc_svcout.c @@ -29,7 +29,7 @@ */ #ifndef lint /*static char sccsid[] = "from: @(#)rpc_svcout.c 1.6 87/06/24 (C) 1987 SMI";*/ -static char rcsid[] = "$Id: rpc_svcout.c,v 1.1 1993/09/13 23:20:19 jtc Exp $"; +static char rcsid[] = "rpc_svcout.c,v 1.1 1994/08/07 18:01:36 wollman Exp"; #endif /* diff --git a/usr.bin/rpcgen/rpc_util.c b/usr.bin/rpcgen/rpc_util.c index 6d5b18e60034..7607863aa180 100644 --- a/usr.bin/rpcgen/rpc_util.c +++ b/usr.bin/rpcgen/rpc_util.c @@ -29,7 +29,7 @@ */ #ifndef lint /*static char sccsid[] = "from: @(#)rpc_util.c 1.5 87/06/24 (C) 1987 SMI";*/ -static char rcsid[] = "$Id: rpc_util.c,v 1.1 1993/09/13 23:20:20 jtc Exp $"; +static char rcsid[] = "rpc_util.c,v 1.1 1994/08/07 18:01:37 wollman Exp"; #endif /* diff --git a/usr.bin/rpcgen/rpc_util.h b/usr.bin/rpcgen/rpc_util.h index dcca92f301ce..84a5cb331c48 100644 --- a/usr.bin/rpcgen/rpc_util.h +++ b/usr.bin/rpcgen/rpc_util.h @@ -28,7 +28,7 @@ * * from: @(#)rpc_util.h 1.6 87/06/24 (C) 1987 SMI * from: @(#)rpc_util.h 2.1 88/08/01 4.0 RPCSRC - * $Id: rpc_util.h,v 1.1 1993/09/13 23:20:21 jtc Exp $ + * rpc_util.h,v 1.1 1994/08/07 18:01:38 wollman Exp */ /* diff --git a/usr.bin/rpcgen/rpcgen.1 b/usr.bin/rpcgen/rpcgen.1 index 5fd9274c740f..149031050454 100644 --- a/usr.bin/rpcgen/rpcgen.1 +++ b/usr.bin/rpcgen/rpcgen.1 @@ -1,5 +1,5 @@ .\" from: @(#)rpcgen.1 2.2 88/08/02 4.0 RPCSRC -.\" $Id: rpcgen.1,v 1.1 1993/09/13 23:20:21 jtc Exp $ +.\" rpcgen.1,v 1.1 1994/08/07 18:01:39 wollman Exp .\" .Dd January 18, 1988 .Dt RPCGEN 1 diff --git a/usr.bin/rpcinfo/Makefile b/usr.bin/rpcinfo/Makefile index 1605846fbea1..3e125a3a5bc0 100644 --- a/usr.bin/rpcinfo/Makefile +++ b/usr.bin/rpcinfo/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.2 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.2 1993/11/10 03:46:45 smace Exp $ +# Makefile,v 1.1 1994/08/07 18:23:23 wollman Exp PROG= rpcinfo MAN8 = rpcinfo.8 diff --git a/usr.bin/rpcinfo/rpcinfo.8 b/usr.bin/rpcinfo/rpcinfo.8 index c2c556decc81..d7326b2490f3 100644 --- a/usr.bin/rpcinfo/rpcinfo.8 +++ b/usr.bin/rpcinfo/rpcinfo.8 @@ -1,5 +1,5 @@ .\" from: @(#)rpcinfo.8c 2.2 88/08/03 4.0 RPCSRC; from 1.24 88/02/25 SMI -.\" $Id: rpcinfo.8,v 1.1 1993/09/13 23:22:41 jtc Exp $ +.\" rpcinfo.8,v 1.1 1994/08/07 18:23:24 wollman Exp .\" .Dd December 17, 1987 .Dt RPCINFO 8 diff --git a/usr.bin/rpcinfo/rpcinfo.c b/usr.bin/rpcinfo/rpcinfo.c index 5e8ba12b8296..065d426897f7 100644 --- a/usr.bin/rpcinfo/rpcinfo.c +++ b/usr.bin/rpcinfo/rpcinfo.c @@ -1,7 +1,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)rpcinfo.c 1.22 87/08/12 SMI";*/ /*static char sccsid[] = "from: @(#)rpcinfo.c 2.2 88/08/11 4.0 RPCSRC";*/ -static char rcsid[] = "$Id: rpcinfo.c,v 1.1 1993/09/13 23:22:42 jtc Exp $"; +static char rcsid[] = "rpcinfo.c,v 1.1 1994/08/07 18:23:25 wollman Exp"; #endif /* diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c index 49c5b86f10d7..3db098b8bb60 100644 --- a/usr.bin/rsh/rsh.c +++ b/usr.bin/rsh/rsh.c @@ -42,8 +42,8 @@ static char sccsid[] = "@(#)rsh.c 8.3 (Berkeley) 4/6/94"; #endif /* not lint */ /* - * $Source: /home/ncvs/src/usr.bin/rsh/rsh.c,v $ - * $Header: /home/ncvs/src/usr.bin/rsh/rsh.c,v 1.1.1.1 1994/05/27 12:32:35 rgrimes Exp $ + * /home/ncvs/src/usr.bin/rsh/rsh.c,v + * /home/ncvs/src/usr.bin/rsh/rsh.c,v 1.2 1994/09/26 09:22:08 dfr Exp */ #include <sys/types.h> diff --git a/usr.bin/rup/Makefile b/usr.bin/rup/Makefile index 1d53109f824f..6294402e683c 100644 --- a/usr.bin/rup/Makefile +++ b/usr.bin/rup/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1993/11/10 03:47:06 smace Exp $ +# Makefile,v 1.1.1.1 1994/08/28 15:01:31 csgr Exp PROG= rup MAN1= rup.1 diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1 index e9bc3d348581..a579c4660493 100644 --- a/usr.bin/rup/rup.1 +++ b/usr.bin/rup/rup.1 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rup.1,v 1.1.1.1 1994/08/28 15:01:31 csgr Exp $ +.\" rup.1,v 1.2 1994/11/18 21:37:40 ats Exp .\" .Dd June 7, 1993 .Dt RUP 1 diff --git a/usr.bin/rup/rup.c b/usr.bin/rup/rup.c index 0ae1be14ddde..b5c786050a4a 100644 --- a/usr.bin/rup/rup.c +++ b/usr.bin/rup/rup.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: rup.c,v 1.3 1994/04/10 10:42:28 csgr Exp $"; +static char rcsid[] = "rup.c,v 1.1.1.1 1994/08/28 15:01:31 csgr Exp"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/rusers/Makefile b/usr.bin/rusers/Makefile index 6e2fd6ab2fc6..703a3e8a5a9e 100644 --- a/usr.bin/rusers/Makefile +++ b/usr.bin/rusers/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1993/11/10 03:47:23 smace Exp $ +# Makefile,v 1.1.1.1 1994/08/28 15:06:02 csgr Exp PROG = rusers MAN1 = rusers.1 diff --git a/usr.bin/rusers/rusers.1 b/usr.bin/rusers/rusers.1 index ef7d1238c86d..b11cc570e58d 100644 --- a/usr.bin/rusers/rusers.1 +++ b/usr.bin/rusers/rusers.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rusers.1 6.7 (Berkeley) 4/23/91 -.\" $Id: rusers.1,v 1.1 1993/09/16 01:15:47 jtc Exp $ +.\" rusers.1,v 1.1.1.1 1994/08/28 15:06:02 csgr Exp .\" .Dd April 23, 1991 .Dt RUSERS 1 diff --git a/usr.bin/rusers/rusers.c b/usr.bin/rusers/rusers.c index 034660168eff..7c563bb85a78 100644 --- a/usr.bin/rusers/rusers.c +++ b/usr.bin/rusers/rusers.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: rusers.c,v 1.1 1993/09/16 01:15:48 jtc Exp $"; +static char rcsid[] = "rusers.c,v 1.1.1.1 1994/08/28 15:06:02 csgr Exp"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/rwall/Makefile b/usr.bin/rwall/Makefile index 07bb67880ebd..91b10f2cc1fa 100644 --- a/usr.bin/rwall/Makefile +++ b/usr.bin/rwall/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1993/11/10 03:47:37 smace Exp $ +# Makefile,v 1.1.1.1 1994/08/28 15:11:02 csgr Exp PROG = rwall MAN1 = rwall.1 diff --git a/usr.bin/rwall/rwall.1 b/usr.bin/rwall/rwall.1 index 0bab417eb248..49d1744143b6 100644 --- a/usr.bin/rwall/rwall.1 +++ b/usr.bin/rwall/rwall.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rwall.1 6.7 (Berkeley) 4/23/91 -.\" $Id: rwall.1,v 1.1 1993/09/16 01:11:03 jtc Exp $ +.\" rwall.1,v 1.1.1.1 1994/08/28 15:11:02 csgr Exp .\" .Dd April 23, 1991 .Dt RWALL 1 diff --git a/usr.bin/rwall/rwall.c b/usr.bin/rwall/rwall.c index 548b3c116f33..6ce05aa3e8c3 100644 --- a/usr.bin/rwall/rwall.c +++ b/usr.bin/rwall/rwall.c @@ -40,7 +40,7 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)wall.c 5.14 (Berkeley) 3/2/91";*/ -static char rcsid[] = "$Id: rwall.c,v 1.1 1993/09/16 01:11:04 jtc Exp $"; +static char rcsid[] = "rwall.c,v 1.1.1.1 1994/08/28 15:11:02 csgr Exp"; #endif /* not lint */ /* diff --git a/usr.bin/strip/strip.c b/usr.bin/strip/strip.c index 7a54c9638ee1..db7a6058e1e1 100644 --- a/usr.bin/strip/strip.c +++ b/usr.bin/strip/strip.c @@ -39,7 +39,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "@(#)strip.c 8.1 (Berkeley) 6/6/93";*/ -static char RCSid[] = "$Id: strip.c,v 1.2 1994/09/03 12:58:05 csgr Exp $"; +static char RCSid[] = "strip.c,v 1.3 1994/09/08 12:27:08 bde Exp"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tconv/Makefile b/usr.bin/tconv/Makefile index e30d82f109b3..25ee1fe229b7 100644 --- a/usr.bin/tconv/Makefile +++ b/usr.bin/tconv/Makefile @@ -1,5 +1,5 @@ # Makefile for tconv -# $Id$ +# Makefile,v 1.1.1.1 1994/10/09 17:40:30 ache Exp PROG= tconv SRCS= tconv.c quit.c diff --git a/usr.bin/vi/USD.doc/vi.ref/paper.ps b/usr.bin/vi/USD.doc/vi.ref/paper.ps index e429d56ba11f..8da461a35125 100644 --- a/usr.bin/vi/USD.doc/vi.ref/paper.ps +++ b/usr.bin/vi/USD.doc/vi.ref/paper.ps @@ -7,7 +7,7 @@ % lib/psdit.pro -- prolog for psdit (ditroff) files % Copyright (c) 1984, 1985 Adobe Systems Incorporated. All Rights Reserved. % last edit: shore Sat Nov 23 20:28:03 1985 -% RCSID: $Header: psdit.pro,v 2.1 85/11/24 12:19:43 shore Rel $ +% RCSID: /home/ncvs/src/usr.bin/vi/USD.doc/vi.ref/paper.ps,v 1.1.1.1 1994/08/16 23:36:38 sef Exp % Changed by Edward Wang (edward@ucbarpa.berkeley.edu) to handle graphics, % 17 Feb, 87. diff --git a/usr.bin/ypcat/Makefile b/usr.bin/ypcat/Makefile index c133eb52a80e..6b724e691219 100644 --- a/usr.bin/ypcat/Makefile +++ b/usr.bin/ypcat/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.3 1994/02/17 07:06:10 rgrimes Exp $ +# Makefile,v 1.1 1994/08/08 01:13:28 wollman Exp PROG= ypcat diff --git a/usr.bin/ypcat/ypcat.1 b/usr.bin/ypcat/ypcat.1 index 99321b496c3c..dfd784e44844 100644 --- a/usr.bin/ypcat/ypcat.1 +++ b/usr.bin/ypcat/ypcat.1 @@ -26,7 +26,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ypcat.1,v 1.1 1994/01/11 19:01:27 nate Exp $ +.\" ypcat.1,v 1.1 1994/08/08 01:13:29 wollman Exp .\" .Dd December 3, 1993 .Dt YPCAT 1 diff --git a/usr.bin/ypmatch/Makefile b/usr.bin/ypmatch/Makefile index cf79ca74de20..e21980139b68 100644 --- a/usr.bin/ypmatch/Makefile +++ b/usr.bin/ypmatch/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.3 1994/02/17 07:06:13 rgrimes Exp $ +# Makefile,v 1.1 1994/08/08 01:13:31 wollman Exp PROG= ypmatch diff --git a/usr.bin/ypmatch/ypmatch.1 b/usr.bin/ypmatch/ypmatch.1 index 0b7ac89cd86b..d396e261752b 100644 --- a/usr.bin/ypmatch/ypmatch.1 +++ b/usr.bin/ypmatch/ypmatch.1 @@ -26,7 +26,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ypmatch.1,v 1.1 1994/01/11 19:01:30 nate Exp $ +.\" ypmatch.1,v 1.1 1994/08/08 01:13:32 wollman Exp .\" .Dd December 3, 1993 .Dt YPMATCH 1 diff --git a/usr.bin/ypwhich/Makefile b/usr.bin/ypwhich/Makefile index 1c964b2e8df5..5fd2203064d1 100644 --- a/usr.bin/ypwhich/Makefile +++ b/usr.bin/ypwhich/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.2 1994/02/17 07:06:22 rgrimes Exp $ +# Makefile,v 1.1 1994/08/08 01:13:34 wollman Exp PROG= ypwhich NOMAN= |
