diff options
Diffstat (limited to 'usr.bin')
171 files changed, 490 insertions, 214 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 16e513f53e94..a64597630dd1 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.51 1995/05/10 00:38:30 jfieber Exp $ +# Makefile,v 1.52 1995/05/10 18:22:29 jkh Exp # XXX MISSING: deroff diction graph learn plot # spell spline struct units xsend diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index e1e3096182e2..785ede59f809 100644 --- a/usr.bin/at/Makefile +++ b/usr.bin/at/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/01/05 01:08:51 nate Exp $ +# Makefile,v 1.2 1995/04/12 02:42:22 ache Exp .include "${.CURDIR}/Makefile.inc" diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index d2e6e30efe5a..c0870748d0b8 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -80,7 +80,7 @@ /* File scope variables */ -static char rcsid[] = "$Id: at.c,v 1.4 1995/04/27 19:27:41 ache Exp $"; +static char rcsid[] = "at.c,v 1.5 1995/05/30 06:29:21 rgrimes Exp"; char *no_export[] = { "TERM", "TERMCAP", "DISPLAY", "_" diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man index 21e789c01041..43080d260ec2 100644 --- a/usr.bin/at/at.man +++ b/usr.bin/at/at.man @@ -1,4 +1,4 @@ -.\" $Id: at.man,v 1.3 1994/06/16 16:49:46 kernel Exp $ +.\" at.man,v 1.1 1995/04/12 02:42:31 ache Exp .Dd April 12, 1995 .Dt "AT" 1 .Os "FreeBSD 2.1" diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c index 9d21e096b85c..580a6a6d1044 100644 --- a/usr.bin/at/panic.c +++ b/usr.bin/at/panic.c @@ -37,7 +37,7 @@ /* File scope variables */ -static char rcsid[] = "$Id: panic.c,v 1.2 1995/04/12 02:42:32 ache Exp $"; +static char rcsid[] = "panic.c,v 1.3 1995/05/30 06:29:23 rgrimes Exp"; /* External variables */ diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c index 867893cf1346..c15e68d3a28f 100644 --- a/usr.bin/at/parsetime.c +++ b/usr.bin/at/parsetime.c @@ -130,7 +130,7 @@ static size_t sc_len; /* scanner - lenght of token buffer */ static int sc_tokid; /* scanner - token id */ static int sc_tokplur; /* scanner - is token plural? */ -static char rcsid[] = "$Id: parsetime.c,v 1.3 1995/04/12 02:42:35 ache Exp $"; +static char rcsid[] = "parsetime.c,v 1.4 1995/05/30 06:29:25 rgrimes Exp"; /* Local functions */ diff --git a/usr.bin/at/perm.c b/usr.bin/at/perm.c index 078af59269a8..908ede13e22d 100644 --- a/usr.bin/at/perm.c +++ b/usr.bin/at/perm.c @@ -48,7 +48,7 @@ /* File scope variables */ -static char rcsid[] = "$Id: perm.c,v 1.1 1995/04/12 02:42:37 ache Exp $"; +static char rcsid[] = "perm.c,v 1.2 1995/05/30 06:29:26 rgrimes Exp"; /* Function declarations */ 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 e54f6b4ee7f8..a2ee8d4aafb9 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.1.1.1 1994/11/12 05:25:32 lars Exp $ +.\" chat.8,v 1.2 1994/12/12 00:19:19 ats Exp .\" SH section heading .\" SS subsection heading .\" LP paragraph diff --git a/usr.bin/chat/chat.c b/usr.bin/chat/chat.c index 66387d63ae03..1e42047bfba4 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.2 1994/12/19 01:02:11 ache Exp $"; +static char rcsid[] = "chat.c,v 1.3 1995/05/30 06:29:32 rgrimes Exp"; #include <stdio.h> #include <fcntl.h> diff --git a/usr.bin/chpass/chpass.c b/usr.bin/chpass/chpass.c index 086413df370d..813ebc58cf6b 100644 --- a/usr.bin/chpass/chpass.c +++ b/usr.bin/chpass/chpass.c @@ -40,7 +40,7 @@ static char copyright[] = #ifndef lint static char sccsid[] = "From: @(#)chpass.c 8.4 (Berkeley) 4/2/94"; static char rcsid[] = - "$Id: chpass.c,v 1.2 1995/01/14 23:14:25 wollman Exp $"; + "chpass.c,v 1.3 1995/05/30 06:29:36 rgrimes Exp"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile index a1958e6a330d..9dfb0df7f3c9 100644 --- a/usr.bin/colldef/Makefile +++ b/usr.bin/colldef/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1995/02/17 17:29:49 ache Exp $ +# Makefile,v 1.2 1995/05/01 12:10:35 ache Exp PROG = colldef LFLAGS = -8 -i diff --git a/usr.bin/colldef/parse.y b/usr.bin/colldef/parse.y index 47f3cd5a1b41..fbf7254dd6e0 100644 --- a/usr.bin/colldef/parse.y +++ b/usr.bin/colldef/parse.y @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: parse.y,v 1.2 1995/01/24 11:15:47 alex Exp alex $ + * parse.y,v 1.1.1.1 1995/02/17 17:29:50 ache Exp */ #include <err.h> diff --git a/usr.bin/colldef/scan.l b/usr.bin/colldef/scan.l index 3be046335080..d11c6dff985f 100644 --- a/usr.bin/colldef/scan.l +++ b/usr.bin/colldef/scan.l @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: scan.l,v 1.1 1995/01/22 20:37:31 alex Exp alex $ + * scan.l,v 1.1.1.1 1995/02/17 17:29:50 ache Exp */ #include <err.h> diff --git a/usr.bin/compile_et/Makefile b/usr.bin/compile_et/Makefile index b03ff7801b23..fc8900bb27f5 100644 --- a/usr.bin/compile_et/Makefile +++ b/usr.bin/compile_et/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1995/01/14 22:30:32 wollman Exp $ +# Makefile,v 1.5 1995/02/09 00:24:00 jkh Exp PROG= compile_et SRCS= compile_et.c error_table.y diff --git a/usr.bin/compile_et/compile_et.1 b/usr.bin/compile_et/compile_et.1 index f17a278bdc71..9802f0a9de11 100644 --- a/usr.bin/compile_et/compile_et.1 +++ b/usr.bin/compile_et/compile_et.1 @@ -1,7 +1,7 @@ .\" Copyright (c) 1988 Massachusetts Institute of Technology, .\" Student Information Processing Board. All rights reserved. .\" -.\" $Header$ +.\" /home/ncvs/src/usr.bin/compile_et/compile_et.1,v 1.1 1995/01/14 22:29:30 wollman Exp .\" .TH COMPILE_ET 1 "22 Nov 1988" SIPB .SH NAME diff --git a/usr.bin/compile_et/compile_et.c b/usr.bin/compile_et/compile_et.c index 8e3f492140ff..d7134ec6972f 100644 --- a/usr.bin/compile_et/compile_et.c +++ b/usr.bin/compile_et/compile_et.c @@ -23,7 +23,7 @@ static const char copyright[] = "Copyright 1987,1988 by MIT Student Information Processing Board"; static const char rcsid_compile_et_c[] = - "$Header: /afs/rel-eng.athena.mit.edu/project/release/current/source/athena/athena.lib/et/RCS/compile_et.c,v 1.3 91/02/28 15:15:23 epeisach Exp $"; + "/home/ncvs/src/usr.bin/compile_et/compile_et.c,v 1.2 1995/01/14 22:29:31 wollman Exp"; #endif extern char *gensym(); diff --git a/usr.bin/compile_et/error_table.y b/usr.bin/compile_et/error_table.y index cb3c0dabc7cf..fe4169d3c2d5 100644 --- a/usr.bin/compile_et/error_table.y +++ b/usr.bin/compile_et/error_table.y @@ -74,7 +74,7 @@ description : QUOTED_STRING #ifndef lint static char const rcsid_error_table_y[] = - "$Header: /home/ncvs/src/usr.bin/compile_et/error_table.y,v 1.2 1995/01/14 22:29:33 wollman Exp $"; + "/home/ncvs/src/usr.bin/compile_et/error_table.y,v 1.3 1995/03/15 19:05:28 wpaul Exp"; #endif void *malloc(), *realloc(); diff --git a/usr.bin/compile_et/et_lex.lex.l b/usr.bin/compile_et/et_lex.lex.l index 0c848de295c4..7ca37836e241 100644 --- a/usr.bin/compile_et/et_lex.lex.l +++ b/usr.bin/compile_et/et_lex.lex.l @@ -22,5 +22,5 @@ end return END; . { return (*yytext); } %% #ifndef lint -static char rcsid_et_lex_lex_l[] = "$Header: et_lex.lex.l,v 1.3 87/10/31 06:28:05 raeburn Exp $"; +static char rcsid_et_lex_lex_l[] = "/home/ncvs/src/usr.bin/compile_et/et_lex.lex.l,v 1.2 1995/01/14 22:29:33 wollman Exp"; #endif 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/devmenu/Makefile b/usr.bin/devmenu/Makefile index 225756a41ca8..72998507d510 100644 --- a/usr.bin/devmenu/Makefile +++ b/usr.bin/devmenu/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1995/04/13 21:10:56 wollman Exp $ +# Makefile,v 1.2 1995/04/14 16:13:28 ache Exp PROG= devmenu SRCS= devmenu.c devfilter.c ifmenu.c diff --git a/usr.bin/devmenu/devmenu.1 b/usr.bin/devmenu/devmenu.1 index f277baafb345..6a24def7a101 100644 --- a/usr.bin/devmenu/devmenu.1 +++ b/usr.bin/devmenu/devmenu.1 @@ -26,7 +26,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: devmenu.1,v 1.1 1995/04/13 21:10:58 wollman Exp $ +.\" devmenu.1,v 1.2 1995/04/14 18:33:42 wollman Exp .Dd April 14, 1995 .Dt DEVMENU 1 .Os FreeBSD 2.1 diff --git a/usr.bin/devmenu/devmenu.c b/usr.bin/devmenu/devmenu.c index 2e5c69beea45..7aa7c4ffeac8 100644 --- a/usr.bin/devmenu/devmenu.c +++ b/usr.bin/devmenu/devmenu.c @@ -36,7 +36,7 @@ #ifndef lint static const char rcsid[] = - "$Id: devmenu.c,v 1.2 1995/04/14 18:33:43 wollman Exp $"; + "devmenu.c,v 1.3 1995/05/30 06:29:43 rgrimes Exp"; #endif #include <stdlib.h> diff --git a/usr.bin/devmenu/devmenu.h b/usr.bin/devmenu/devmenu.h index e3cf1a85b40b..e1ac591e4669 100644 --- a/usr.bin/devmenu/devmenu.h +++ b/usr.bin/devmenu/devmenu.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: devmenu.h,v 1.2 1995/04/14 18:33:44 wollman Exp $ + * devmenu.h,v 1.3 1995/05/30 06:29:44 rgrimes Exp */ /* NB: must include sys/devconf.h before this file */ 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 e88b5d57d83d..f26cf13e2aa7 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.3 1995/05/09 13:13:21 rgrimes Exp $"; +static char rcsid[] = "dig.c,v 1.4 1995/05/30 06:29:46 rgrimes 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 a0b27d20dfc7..f52bc3f03f20 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.2 1994/09/03 19:31:14 csgr Exp $ +# @(#)Makefile,v 1.3 1995/05/30 06:29:57 rgrimes 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 6cdacaaa6c35..c05690d3e25b 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.1.1.1 1994/09/03 19:16:22 csgr Exp $"; + "@(#)apprentice.c,v 1.2 1995/05/30 06:29:58 rgrimes 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 0edb0caa7390..76d5d2ef3145 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.1.1.1 1994/09/03 19:16:22 csgr Exp $"; + "@(#)ascmagic.c,v 1.2 1995/05/30 06:29:59 rgrimes Exp"; #endif /* lint */ /* an optimisation over plain strcmp() */ diff --git a/usr.bin/file/compress.c b/usr.bin/file/compress.c index 1c0d824e3dfc..f7b884da34a9 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.1.1.1 1994/09/03 19:16:22 csgr Exp $ + * compress.c,v 1.2 1995/05/30 06:30:00 rgrimes 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 4b12a9aea4a4..6ac0286183e4 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.1.1.1 1994/09/03 19:16:22 csgr Exp $"; + "@(#)file.c,v 1.2 1995/05/30 06:30:01 rgrimes Exp"; #endif /* lint */ #include <stdio.h> diff --git a/usr.bin/file/file.h b/usr.bin/file/file.h index a92c9ffed80c..d886644b25c4 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.1.1.1 1994/09/03 19:16:23 csgr Exp $ + * @(#)file.h,v 1.2 1995/05/30 06:30:02 rgrimes 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 5a66d31fbd73..1f69525ed118 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.1.1.1 1994/09/03 19:16:22 csgr Exp $"; + "@(#)fsmagic.c,v 1.2 1995/05/30 06:30:03 rgrimes Exp"; #endif /* lint */ int diff --git a/usr.bin/file/is_tar.c b/usr.bin/file/is_tar.c index fc9cce2782b6..910cfe50a9bc 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.1.1.1 1994/09/03 19:16:22 csgr Exp $ + * is_tar.c,v 1.2 1995/05/30 06:30:04 rgrimes 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 b33a113e6264..dc2d2b0a6308 100644 --- a/usr.bin/file/patchlevel.h +++ b/usr.bin/file/patchlevel.h @@ -3,9 +3,12 @@ /* * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.1.1.1 1994/09/03 19:16:23 csgr Exp $ + * patchlevel.h,v 1.2 1995/05/30 06:30:06 rgrimes Exp + * + * patchlevel.h,v + * Revision 1.2 1995/05/30 06:30:06 rgrimes + * Remove trailing whitespace. * - * $Log: 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) * diff --git a/usr.bin/file/print.c b/usr.bin/file/print.c index 44a079eadf60..419be6468b04 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.1.1.1 1994/09/03 19:16:22 csgr Exp $"; + "@(#)print.c,v 1.2 1995/05/30 06:30:08 rgrimes 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 737e6d644800..287a434b6ab8 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.2 1995/05/24 02:54:30 ache Exp $"; + "@(#)softmagic.c,v 1.3 1995/05/30 06:30:09 rgrimes 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/file2c/Makefile b/usr.bin/file2c/Makefile index f19c125af3d4..742f69b0c31c 100644 --- a/usr.bin/file2c/Makefile +++ b/usr.bin/file2c/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1994/09/24 02:55:45 davidg Exp $ +# Makefile,v 1.1 1995/01/29 00:49:42 phk Exp PROG= file2c MAN1= file2c.1 diff --git a/usr.bin/file2c/file2c.1 b/usr.bin/file2c/file2c.1 index c2dda08198ec..ffca2a40bb69 100644 --- a/usr.bin/file2c/file2c.1 +++ b/usr.bin/file2c/file2c.1 @@ -5,7 +5,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" --------------------------------------------------------------------------- .\" -.\" $Id$ +.\" file2c.1,v 1.1 1995/01/29 00:49:49 phk Exp .\" .Dd Jan 28, 1995 .Dt FILE2C 1 diff --git a/usr.bin/file2c/file2c.c b/usr.bin/file2c/file2c.c index 0bad9045fcb3..57d9266c9d81 100644 --- a/usr.bin/file2c/file2c.c +++ b/usr.bin/file2c/file2c.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id$ + * file2c.c,v 1.1 1995/01/29 00:49:57 phk Exp * */ diff --git a/usr.bin/gencat/Makefile b/usr.bin/gencat/Makefile index b738deb5e4a7..c53cebcff8e9 100644 --- a/usr.bin/gencat/Makefile +++ b/usr.bin/gencat/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# Makefile,v 1.1 1995/03/30 12:49:06 jkh Exp PROG= gencat SRCS= gencat.c genlib.c 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 29f941108361..9a2e87785622 100644 --- a/usr.bin/host/host.1 +++ b/usr.bin/host/host.1 @@ -50,7 +50,7 @@ .\" SOFTWARE. .\" - .\" --Copyright-- -.\" $Id: host.1,v 1.2 1994/09/22 21:52:02 pst Exp $ +.\" host.1,v 1.3 1994/12/12 00:23:00 ats Exp .TH HOST 1 .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 8a138783a6d1..f9c769fd41e9 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.2 1994/09/22 21:52:03 pst Exp $"; +static char rcsid[] = "host.c,v 1.3 1995/05/30 06:30:50 rgrimes 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 ff8a99ecc6c8..d64a47e4eb6e 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.1 1994/09/13 16:52:12 dfr Exp $ + * ipcrm.c,v 1.2 1995/05/30 06:30:56 rgrimes 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/kzip/Makefile b/usr.bin/kzip/Makefile index cc9186c8fdac..c505bb8ecb28 100644 --- a/usr.bin/kzip/Makefile +++ b/usr.bin/kzip/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# Makefile,v 1.1 1995/04/15 08:18:16 phk Exp PROG= kzip NOMAN= toobad diff --git a/usr.bin/kzip/kzip.c b/usr.bin/kzip/kzip.c index 3115da76a28d..7d9157eb0cf5 100644 --- a/usr.bin/kzip/kzip.c +++ b/usr.bin/kzip/kzip.c @@ -9,7 +9,7 @@ * Copyright (C) 1993 Hannu Savolainen * Ported to 386bsd by Serge Vakulenko * based on tools/build.c by Linus Torvalds - * $Id: kzip.c,v 1.2 1995/04/25 05:27:04 phk Exp $ + * kzip.c,v 1.3 1995/05/30 06:31:03 rgrimes Exp * */ 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 5f613b4eddee..163efd3b196a 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/ncvs/src/usr.bin/lex/ccl.c,v 1.1.1.1 1994/08/24 13:10:33 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/ccl.c,v 1.2 1995/05/30 06:31:06 rgrimes Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/dfa.c b/usr.bin/lex/dfa.c index 83eb4547227d..559c19683fa0 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: /home/ncvs/src/usr.bin/lex/dfa.c,v 1.1.1.1 1994/08/24 13:10:33 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/dfa.c,v 1.2 1995/05/30 06:31:08 rgrimes Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/ecs.c b/usr.bin/lex/ecs.c index 7aed68f193c2..baf816e79d91 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/ncvs/src/usr.bin/lex/ecs.c,v 1.1.1.1 1994/08/24 13:10:33 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/ecs.c,v 1.2 1995/05/30 06:31:09 rgrimes 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 bf5c10d25a15..066d5782aae4 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: /home/ncvs/src/usr.bin/lex/flexdef.h,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp $ (LBL) */ +/* @(#) /home/ncvs/src/usr.bin/lex/flexdef.h,v 1.2 1995/05/30 06:31:12 rgrimes Exp (LBL) */ #include <stdio.h> #include <ctype.h> diff --git a/usr.bin/lex/gen.c b/usr.bin/lex/gen.c index 9115a7c58bad..36962c62c936 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/ncvs/src/usr.bin/lex/gen.c,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/gen.c,v 1.2 1995/05/30 06:31:13 rgrimes Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/initscan.c b/usr.bin/lex/initscan.c index f608d4c7720b..3fd245135305 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/ncvs/src/usr.bin/lex/initscan.c,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp $ + * /home/ncvs/src/usr.bin/lex/initscan.c,v 1.2 1995/05/30 06:31:14 rgrimes Exp */ #define FLEX_SCANNER @@ -894,7 +894,7 @@ char *yytext; * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/initscan.c,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/initscan.c,v 1.2 1995/05/30 06:31:14 rgrimes 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 2139daace22a..642a9f88f6f8 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: /home/ncvs/src/usr.bin/lex/main.c,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/main.c,v 1.2 1995/05/30 06:31:15 rgrimes Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/misc.c b/usr.bin/lex/misc.c index 1cbdbd6fb8cb..0b707fdbfcb7 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: /home/ncvs/src/usr.bin/lex/misc.c,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/misc.c,v 1.2 1995/05/30 06:31:16 rgrimes Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/nfa.c b/usr.bin/lex/nfa.c index 7820ce9a6f81..4b5f54bd25d1 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/ncvs/src/usr.bin/lex/nfa.c,v 1.1.1.1 1994/08/24 13:10:32 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/nfa.c,v 1.2 1995/05/30 06:31:17 rgrimes 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 3a55b6836e37..995fa888f9f3 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: /home/ncvs/src/usr.bin/lex/sym.c,v 1.1.1.1 1994/08/24 13:10:31 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/sym.c,v 1.2 1995/05/30 06:31:18 rgrimes Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/tblcmp.c b/usr.bin/lex/tblcmp.c index 655717ba2662..cb5bf99066f9 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/ncvs/src/usr.bin/lex/tblcmp.c,v 1.1.1.1 1994/08/24 13:10:31 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/tblcmp.c,v 1.2 1995/05/30 06:31:19 rgrimes Exp */ #include "flexdef.h" diff --git a/usr.bin/lex/yylex.c b/usr.bin/lex/yylex.c index 6edb13049f56..833df8a4035f 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/ncvs/src/usr.bin/lex/yylex.c,v 1.1.1.1 1994/08/24 13:10:34 csgr Exp $ */ +/* /home/ncvs/src/usr.bin/lex/yylex.c,v 1.2 1995/05/30 06:31:20 rgrimes Exp */ #include <ctype.h> #include "flexdef.h" diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index 9b9a7edae610..3c820d1b7ae7 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.12 1995/03/18 17:18:15 nate Exp $ +# Makefile,v 1.13 1995/05/30 06:31:25 rgrimes 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 35ac03b8db7a..e9c17d1dc54e 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 $ +.\" lsvfs.1,v 1.2 1995/03/16 18:37:46 wollman Exp .\" Garrett A. Wollman, September 1994 .\" This file is in the public domain. .\" diff --git a/usr.bin/lsvfs/lsvfs.c b/usr.bin/lsvfs/lsvfs.c index ccfc03877b7a..86299cc9d644 100644 --- a/usr.bin/lsvfs/lsvfs.c +++ b/usr.bin/lsvfs/lsvfs.c @@ -3,7 +3,7 @@ * Garrett A. Wollman, September 1994 * This file is in the public domain. * - * $Id: lsvfs.c,v 1.4 1995/03/16 20:29:11 wollman Exp $ + * lsvfs.c,v 1.5 1995/03/16 21:43:03 wollman Exp */ #include <sys/types.h> 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/Makefile b/usr.bin/make/Makefile index 04b5e673c80b..0023f742b78c 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.2 (Berkeley) 12/28/90 -# $Id: Makefile,v 1.6 1994/06/30 05:33:39 cgd Exp $ +# Makefile,v 1.3 1995/01/23 21:00:09 jkh Exp PROG= make CFLAGS+= -I${.CURDIR} -DPOSIX 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/make/pathnames.h b/usr.bin/make/pathnames.h index 2c25ead53ed5..aa6ece850420 100644 --- a/usr.bin/make/pathnames.h +++ b/usr.bin/make/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90 - * $Id: pathnames.h,v 1.2 1993/08/01 18:11:58 mycroft Exp $ + * pathnames.h,v 1.2 1995/01/23 21:01:52 jkh Exp */ #define _PATH_OBJDIR "obj" diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c index 35e50fe7dfff..7996a4063ec3 100644 --- a/usr.bin/make/str.c +++ b/usr.bin/make/str.c @@ -38,7 +38,7 @@ #ifndef lint /* from: static char sccsid[] = "@(#)str.c 5.8 (Berkeley) 6/1/90"; */ -static char *rcsid = "$Id: str.c,v 1.3 1995/01/23 21:02:00 jkh Exp $"; +static char *rcsid = "str.c,v 1.4 1995/05/30 06:32:05 rgrimes Exp"; #endif /* not lint */ #include "make.h" diff --git a/usr.bin/mk_cmds/Makefile b/usr.bin/mk_cmds/Makefile index a240c05b1fa5..1c1eb202cecc 100644 --- a/usr.bin/mk_cmds/Makefile +++ b/usr.bin/mk_cmds/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# Makefile,v 1.1 1995/01/19 22:27:57 wollman Exp PROG= mk_cmds # diff --git a/usr.bin/mk_cmds/mk_cmds.c b/usr.bin/mk_cmds/mk_cmds.c index 7b39957dbbb9..575abfcc1e30 100644 --- a/usr.bin/mk_cmds/mk_cmds.c +++ b/usr.bin/mk_cmds/mk_cmds.c @@ -2,7 +2,7 @@ * make_commands.c * * Header: mk_cmds.c,v 1.6 89/01/25 07:47:26 raeburn Exp - * $Locker: $ + * * * Copyright 1987, 1988 by MIT Student Information Processing Board * 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 956acf424bfc..57ff80c10af3 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.2 1995/04/18 02:19:17 wpaul Exp $ + * modstat.c,v 1.3 1995/04/20 05:08:53 wpaul Exp */ #include <stdio.h> diff --git a/usr.bin/more/Makefile b/usr.bin/more/Makefile index 534d1608fc76..03a8cd875a12 100644 --- a/usr.bin/more/Makefile +++ b/usr.bin/more/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# Makefile,v 1.3 1995/02/21 03:46:45 wollman Exp PROG= more CFLAGS+=-I${.CURDIR} -DTERMIOS diff --git a/usr.bin/msgs/Makefile b/usr.bin/msgs/Makefile index 8613f79cb5ea..248a599a319c 100644 --- a/usr.bin/msgs/Makefile +++ b/usr.bin/msgs/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# Makefile,v 1.3 1995/02/21 04:15:13 wollman Exp PROG= msgs DPADD= ${LIBTERMCAP} diff --git a/usr.bin/ncftp/cmds.c b/usr.bin/ncftp/cmds.c index 2b6972bfbc42..e7a80dc06756 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.9 + * 1995/05/30 06:32:40 */ #include "sys.h" diff --git a/usr.bin/ncftp/cmds.h b/usr.bin/ncftp/cmds.h index 0f8bce0b65fe..2959e0b5842a 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.5 + * 1994/12/24 01:15:15 */ /* Verbosity levels. */ diff --git a/usr.bin/ncftp/cmdtab.c b/usr.bin/ncftp/cmdtab.c index 86d4a5fce9b7..8d7aa5f16e0b 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.4 + * 1994/12/24 01:15:16 */ #include "sys.h" diff --git a/usr.bin/ncftp/defaults.h b/usr.bin/ncftp/defaults.h index 18331eafe728..2b4c20fc2cf9 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.5 + * 1995/04/16 14:26:14 */ #ifndef NEWMAILMESSAGE /* For english speakers, "You have new mail." */ diff --git a/usr.bin/ncftp/ftp.c b/usr.bin/ncftp/ftp.c index 2fdeffbaa412..f4d97d34e49f 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.9 + * 1995/05/30 06:32:41 */ #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 3fde1fd5aa64..ee5d5ef2941c 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.3 + * 1995/05/30 06:32:42 */ #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 01e203d3032e..aa5cff156dc8 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.2 + * 1995/05/30 06:32:43 */ #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/open.c b/usr.bin/ncftp/open.c index 5836da6848d4..69733cbf0326 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.5 + * 1995/05/30 06:32:44 */ #include "sys.h" diff --git a/usr.bin/ncftp/set.c b/usr.bin/ncftp/set.c index 9ce8786b3ada..44549cf6c741 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.2 + * 1995/05/30 06:32:48 */ #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 d009caa050ba..b8a5fad21796 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.8 + * 1995/05/30 06:32:49 */ diff --git a/usr.bin/ncftp/tips.c b/usr.bin/ncftp/tips.c index bdd0cd59d834..86b757845f5a 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.2 + * 1995/05/30 06:32:50 */ #include "sys.h" diff --git a/usr.bin/ncftp/util.c b/usr.bin/ncftp/util.c index f8dfd5da2b26..85eec9a44ae9 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.2 + * 1995/05/30 06:32:51 */ #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.2 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 ade41449ce7c..3d8f71a383b8 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: /home/ncvs/src/usr.bin/netstat/iso.c,v 1.1.1.1 1994/05/27 12:32:25 rgrimes Exp $ - * $Source: /home/ncvs/src/usr.bin/netstat/iso.c,v $ + * /home/ncvs/src/usr.bin/netstat/iso.c,v 1.2 1995/04/09 05:33:17 davidg Exp + * /home/ncvs/src/usr.bin/netstat/iso.c,v */ /******************************************************************************* Copyright IBM Corporation 1987 diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index ebb442a194e1..d60b9d66c1d4 100644 --- a/usr.bin/netstat/route.c +++ b/usr.bin/netstat/route.c @@ -36,7 +36,7 @@ static char sccsid[] = "From: @(#)route.c 8.3 (Berkeley) 3/9/94"; #endif static const char rcsid[] = - "$Id: route.c,v 1.4 1995/04/06 06:09:44 jkh Exp $"; + "route.c,v 1.5 1995/05/30 06:32:53 rgrimes Exp"; #endif /* not lint */ #include <sys/param.h> 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 f89e60952145..3b3f8c4f0b45 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.13 1995/04/01 19:19:15 wpaul Exp $ +# Makefile,v 1.13.2.1 1995/06/07 05:52:05 jkh Exp PROG= passwd SRCS= local_passwd.c yp_passwd.c passwd.c pw_copy.c pw_util.c diff --git a/usr.bin/passwd/extern.h b/usr.bin/passwd/extern.h index 7a4bd127c98d..edeaf7021f0e 100644 --- a/usr.bin/passwd/extern.h +++ b/usr.bin/passwd/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)extern.h 8.1 (Berkeley) 4/2/94 - * $Id$ + * extern.h,v 1.2 1995/01/20 22:03:36 wollman Exp */ int krb_passwd __P((char *, char *, char *, char *)); diff --git a/usr.bin/passwd/passwd.c b/usr.bin/passwd/passwd.c index c892f5bcfb6c..242166c4d3df 100644 --- a/usr.bin/passwd/passwd.c +++ b/usr.bin/passwd/passwd.c @@ -40,7 +40,7 @@ static char copyright[] = #ifndef lint static char sccsid[] = "From: @(#)passwd.c 8.3 (Berkeley) 4/2/94"; static const char rcsid[] = - "$Id: passwd.c,v 1.2 1995/01/20 22:03:36 wollman Exp $"; + "passwd.c,v 1.3 1995/01/31 08:34:05 wpaul Exp"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/rdist/docmd.c b/usr.bin/rdist/docmd.c index 8c4a1a2e38ba..a58dd636ad3f 100644 --- a/usr.bin/rdist/docmd.c +++ b/usr.bin/rdist/docmd.c @@ -34,7 +34,7 @@ #ifndef lint /*static char sccsid[] = "From: @(#)docmd.c 8.1 (Berkeley) 6/9/93";*/ static const char rcsid[] = - "$Id: docmd.c,v 1.2 1995/02/21 04:32:54 wollman Exp $"; + "docmd.c,v 1.3 1995/05/30 06:33:02 rgrimes Exp"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/rlogin/krcmd.c b/usr.bin/rlogin/krcmd.c index 209bf93c9546..8d84d1f86ec5 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: /home/ncvs/src/usr.bin/rlogin/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 3379b2751b15..2ab5648e225f 100644 --- a/usr.bin/rpcgen/Makefile +++ b/usr.bin/rpcgen/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/08/07 18:01:27 wollman Exp $ +# Makefile,v 1.2 1995/05/30 06:33:08 rgrimes 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 b410fa311832..efdb5690911e 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 1994/08/07 18:01:28 wollman Exp $"; +static char rcsid[] = "rpc_clntout.c,v 1.2 1995/05/30 06:33:09 rgrimes Exp"; #endif /* diff --git a/usr.bin/rpcgen/rpc_cout.c b/usr.bin/rpcgen/rpc_cout.c index 734b2d2cca54..4d93fca4cb10 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 1994/08/07 18:01:29 wollman Exp $"; +static char rcsid[] = "rpc_cout.c,v 1.2 1995/05/30 06:33:10 rgrimes Exp"; #endif /* diff --git a/usr.bin/rpcgen/rpc_hout.c b/usr.bin/rpcgen/rpc_hout.c index 9c2cd4edca74..c21a0e23a35a 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 1994/08/07 18:01:30 wollman Exp $"; +static char rcsid[] = "rpc_hout.c,v 1.2 1995/05/30 06:33:11 rgrimes 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 1344eb4277a7..f221ae26e489 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.2 1995/03/04 17:47:49 nate Exp $"; +static char rcsid[] = "rpc_main.c,v 1.3 1995/05/30 06:33:12 rgrimes Exp"; #endif /* diff --git a/usr.bin/rpcgen/rpc_parse.c b/usr.bin/rpcgen/rpc_parse.c index d042b586ba8c..1256ffcc99fe 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.2 1995/05/15 00:03:32 ache Exp $"; +static char rcsid[] = "rpc_parse.c,v 1.3 1995/05/30 06:33:14 rgrimes Exp"; #endif /* diff --git a/usr.bin/rpcgen/rpc_parse.h b/usr.bin/rpcgen/rpc_parse.h index 38b8644b8406..376ea1f3278c 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 1994/08/07 18:01:33 wollman Exp $ + * rpc_parse.h,v 1.2 1995/05/30 06:33:14 rgrimes Exp */ /* diff --git a/usr.bin/rpcgen/rpc_scan.c b/usr.bin/rpcgen/rpc_scan.c index 6450ab25a6d2..5ad8cac1c4b6 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 1994/08/07 18:01:34 wollman Exp $"; +static char rcsid[] = "rpc_scan.c,v 1.2 1995/05/30 06:33:15 rgrimes Exp"; #endif /* diff --git a/usr.bin/rpcgen/rpc_scan.h b/usr.bin/rpcgen/rpc_scan.h index 579df0f705f3..ddca7690cbe2 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 1994/08/07 18:01:35 wollman Exp $ + * rpc_scan.h,v 1.2 1995/05/30 06:33:18 rgrimes Exp */ /* diff --git a/usr.bin/rpcgen/rpc_svcout.c b/usr.bin/rpcgen/rpc_svcout.c index c27fff06b665..e710f32324ad 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.2 1995/03/04 17:47:50 nate Exp $"; +static char rcsid[] = "rpc_svcout.c,v 1.3 1995/05/30 06:33:20 rgrimes Exp"; #endif /* diff --git a/usr.bin/rpcgen/rpc_util.c b/usr.bin/rpcgen/rpc_util.c index fb3307d158c1..df90dde7cb73 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 1994/08/07 18:01:37 wollman Exp $"; +static char rcsid[] = "rpc_util.c,v 1.2 1995/05/30 06:33:21 rgrimes Exp"; #endif /* diff --git a/usr.bin/rpcgen/rpc_util.h b/usr.bin/rpcgen/rpc_util.h index 8aeea3516ccb..f138bd9def6b 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 1994/08/07 18:01:38 wollman Exp $ + * rpc_util.h,v 1.2 1995/05/30 06:33:22 rgrimes 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 0258461202be..f54841a23848 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 1994/08/07 18:23:25 wollman Exp $"; +static char rcsid[] = "rpcinfo.c,v 1.2 1995/05/30 06:33:23 rgrimes Exp"; #endif /* diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c index e2297d568a83..8a6a1ca97f84 100644 --- a/usr.bin/rsh/rsh.c +++ b/usr.bin/rsh/rsh.c @@ -40,7 +40,7 @@ static char copyright[] = #ifndef lint static char sccsid[] = "From: @(#)rsh.c 8.3 (Berkeley) 4/6/94"; static char rcsid[] = - "$Id: rsh.c,v 1.3 1995/01/14 20:36:22 wollman Exp $"; + "rsh.c,v 1.4 1995/05/30 06:33:24 rgrimes Exp"; #endif /* not lint */ #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 e248be1e3fa0..d24def7cdbf0 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.1.1.1 1994/08/28 15:01:31 csgr Exp $"; +static char rcsid[] = "rup.c,v 1.2 1995/05/30 06:33:26 rgrimes 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 9c7234239698..51bbf1091bcf 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.1.1 1994/08/28 15:06:02 csgr Exp $"; +static char rcsid[] = "rusers.c,v 1.2 1995/05/30 06:33:28 rgrimes 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 8a2e2b3fa2a5..6d31238609a1 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.1.1 1994/08/28 15:11:02 csgr Exp $"; +static char rcsid[] = "rwall.c,v 1.2 1995/05/30 06:33:30 rgrimes Exp"; #endif /* not lint */ /* diff --git a/usr.bin/sgmlfmt/Makefile b/usr.bin/sgmlfmt/Makefile index 835c05f84569..a7a7b2c6c055 100644 --- a/usr.bin/sgmlfmt/Makefile +++ b/usr.bin/sgmlfmt/Makefile @@ -1,4 +1,4 @@ -# $Id:$ +# Makefile,v 1.1.1.1 1995/05/09 23:58:06 jfieber Exp MAN1= sgmlfmt.1 diff --git a/usr.bin/sgmlfmt/sgmlfmt.pl b/usr.bin/sgmlfmt/sgmlfmt.pl index 19ba7e319794..dba47880beb7 100755 --- a/usr.bin/sgmlfmt/sgmlfmt.pl +++ b/usr.bin/sgmlfmt/sgmlfmt.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: sgmlfmt.pl,v 1.1.1.1 1995/05/09 23:58:06 jfieber Exp $ +# sgmlfmt.pl,v 1.2 1995/05/18 03:01:28 jfieber Exp # Format an sgml document tagged according to the linuxdoc DTD. # by John Fieber <jfieber@freebsd.org> for the FreeBSD documentation diff --git a/usr.bin/sgmls/Makefile b/usr.bin/sgmls/Makefile index 62c6ceaed214..5dff66376d7f 100644 --- a/usr.bin/sgmls/Makefile +++ b/usr.bin/sgmls/Makefile @@ -1,6 +1,6 @@ # # Bmake file for sgmls -# $Id:$ +# Makefile,v 1.1.1.1 1995/04/27 16:03:39 jfieber Exp # SUBDIR= libsgmls sgmls sgmlsasp rast diff --git a/usr.bin/sgmls/README b/usr.bin/sgmls/README index dd6e2578f8c2..bb5692a5bc30 100644 --- a/usr.bin/sgmls/README +++ b/usr.bin/sgmls/README @@ -1,4 +1,4 @@ -$Id:$ +README,v 1.1.1.1 1995/04/27 16:03:39 jfieber Exp This the sgmls release 1.1 SGML parser written by James Clark jjc@jclark.com, repackaged for FreeBSD. The original source may be diff --git a/usr.bin/strip/strip.c b/usr.bin/strip/strip.c index 42cc96e1809d..4d5e57d31302 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.4 1994/12/18 01:18:17 ache Exp $"; +static char RCSid[] = "strip.c,v 1.5 1995/05/30 06:34:16 rgrimes Exp"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/talk/Makefile b/usr.bin/talk/Makefile index 9643a371d2e9..c4c5a81660a6 100644 --- a/usr.bin/talk/Makefile +++ b/usr.bin/talk/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# Makefile,v 1.3 1995/02/21 04:35:43 wollman Exp PROG= talk DPADD= ${LIBCURSES} ${LIBTERMCAP} diff --git a/usr.bin/tconv/Makefile b/usr.bin/tconv/Makefile index 11b45dba3a66..d02bc21e3e92 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 $ +# Makefile,v 1.2 1995/01/15 06:19:01 jkh Exp PROG= tconv SRCS= tconv.c quit.c diff --git a/usr.bin/vi/USD.doc/vi.ref/index b/usr.bin/vi/USD.doc/vi.ref/index new file mode 100644 index 000000000000..b52dd59f2cb8 --- /dev/null +++ b/usr.bin/vi/USD.doc/vi.ref/index @@ -0,0 +1,270 @@ +<interrupt> 12 +<literal next> 12 +current pathname 12 +alternate pathname 12 +buffer 12 +unnamed buffer 13 +previous context 15 +motion 15 +count 16 +bigword 17 +word 17 +paragraph 17 +section 17 +sentence 18 +<control-A> 18 +<control-B> 18 +<control-D> 19 +<control-E> 19 +<control-F> 19 +<control-G> 20 +<control-H> 20 +<control-J> 20 +<control-N> 20 +j 20 +<control-L> 20 +<control-R> 20 +<control-M> 21 ++ 21 +<control-P> 21 +k 21 +<control-T> 21 +<control-U> 21 +<control-W> 22 +<control-Y> 22 +<control-Z> 22 +<escape> 22 +<control-]> 23 +<control-^> 23 +<space> 23 +l 23 +! 24 +# 24 +$ 25 +% 25 +& 26 +SQUOTE<character> 26 +`<character> 26 +( 27 +) 27 +, 27 +MINUSSIGN 27 +. 28 +/RE/ 28 +?RE? 28 +N 28 +n 28 +0 29 +: 29 +; 30 +< 30 +> 30 +@ 30 +A 31 +B 31 +C 31 +D 32 +E 32 +F 32 +G 33 +H 33 +I 33 +J 33 +L 34 +M 34 +O 34 +P 35 +Q 35 +R 35 +S 35 +T 35 +U 36 +W 36 +X 36 +Y 37 +ZZ 37 +[[ 37 +]] 37 +^ 38 +_ 38 +a 38 +b 38 +c 39 +d 39 +e 39 +f 40 +i 40 +m 40 +o 40 +p 41 +r 41 +s 41 +t 41 +u 42 +w 42 +x 42 +y 43 +z 43 +{ 44 +| 44 +} 44 +~ 45 +~ 45 +<interrupt> 45 +<nul> 46 +<control-D> 46 +^<control-D> 46 +0<control-D> 47 +<control-T> 47 +<erase> 47 +<control-H> 47 +<literal next> 47 +<escape> 47 +<line erase> 47 +<control-W> 47 +<word erase> 47 +<control-X> 47 +<interrupt> 47 +<eof> 50 +line 50 +range 50 +count 50 +flags 50 +file 51 +DOUBLEQUOTE 52 +<end-of-file> 52 +! 52 +number 53 +# 53 +@ 53 +* 53 +< 53 += 54 +> 54 +abbrev 54 +append 54 +args 55 +bg 55 +change 55 +cd 55 +chdir 55 +copy 56 +t 56 +delete 56 +display 56 +edit 56 +exusage 57 +file 57 +fg 57 +global 57 +v 58 +help 58 +insert 58 +join 59 +list 59 +map 59 +mark 60 +k 60 +move 60 +mkexrc 60 +next 60 +open 61 +preserve 61 +previous 61 +print 61 +put 61 +quit 62 +read 62 +recover 62 +resize 63 +rewind 63 +set 63 +shell 64 +source 64 +split 64 +substitute 64 +& 64 +~ 64 +suspend 65 +stop 65 +<control-Z> 65 +tag 65 +tagpop 66 +tagtop 66 +unabbrev 66 +undo 66 +unmap 67 +version 67 +visual 67 +visual 67 +viusage 67 +write 67 +wn 67 +wq 67 +xit 68 +yank 69 +z 69 +altwerase 70 +autoindent 70 +autoprint 71 +autowrite 71 +beautify 71 +cdpath 72 +columns 72 +comment 72 +directory 72 +edcompatible 72 +errorbells 72 +exrc 73 +extended 73 +flash 73 +hardtabs 73 +ignorecase 73 +keytime 73 +leftright 73 +lines 73 +lisp 74 +list 74 +magic 74 +matchtime 74 +mesg 74 +modelines 74 +number 75 +octal 75 +open 75 +optimize 75 +paragraphs 75 +prompt 75 +readonly 76 +recdir 76 +redraw 76 +remap 76 +report 76 +ruler 77 +scroll 77 +sections 77 +shell 77 +shiftwidth 77 +showdirty 77 +showmatch 77 +showmode 77 +sidescroll 78 +slowopen 78 +sourceany 78 +tabstop 78 +taglength 78 +tags 78 +term 78 +terse 78 +tildeop 79 +timeout 79 +ttywerase 79 +verbose 79 +w300 79 +w1200 79 +w9600 79 +warn 79 +window 79 +wrapmargin 80 +wrapscan 80 +writeany 80 diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index b94418869bc1..9d10d3f19442 100644 --- a/usr.bin/which/which.1 +++ b/usr.bin/which/which.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: which.1,v 1.2 1995/01/28 17:35:54 asami Exp $ +.\" which.1,v 1.3 1995/01/30 22:21:28 jkh Exp .Dd January 26, 1995 .Dt WHICH 1 .Os FreeBSD diff --git a/usr.bin/which/which.pl b/usr.bin/which/which.pl index c6ebc06294c4..e5a831db75bd 100755 --- a/usr.bin/which/which.pl +++ b/usr.bin/which/which.pl @@ -31,7 +31,7 @@ # # [whew!] # -# $Id: which.pl,v 1.3 1995/01/30 17:49:19 asami Exp $ +# which.pl,v 1.4 1995/01/30 22:21:29 jkh Exp $all = 0; $silent = 0; 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= |
