Revert $FreeBSD$ to $Id$

This commit is contained in:
Peter Wemm 1997-02-22 19:58:13 +00:00
parent 53faa0dade
commit c115df18cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23012
227 changed files with 231 additions and 228 deletions

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
NOMAN=YES NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g} CLEANFILES+= ${LOCALES:S/$/.out/g}

View File

@ -1,6 +1,6 @@
# German/ISO 8859-1 (backward compatible with ASCII) # German/ISO 8859-1 (backward compatible with ASCII)
# #
# $FreeBSD$ # $Id$
# #
charmap map.ISO_8859-1 charmap map.ISO_8859-1
order \ order \

View File

@ -1,6 +1,6 @@
# German/ISO 8859-1 (backward compatible with ASCII) # German/ISO 8859-1 (backward compatible with ASCII)
# #
# $FreeBSD$ # $Id$
# #
charmap map.ISO_8859-1 charmap map.ISO_8859-1
order \ order \

View File

@ -1,6 +1,6 @@
# Espan~ol (backward compatible with ASCII) # Espan~ol (backward compatible with ASCII)
# #
# $FreeBSD$ # $Id$
# #
charmap map.ISO_8859-1 charmap map.ISO_8859-1
order \ order \

View File

@ -1,6 +1,6 @@
# Espan~ol (backward compatible with ASCII) # Espan~ol (backward compatible with ASCII)
# #
# $FreeBSD$ # $Id$
# #
charmap map.ISO_8859-1 charmap map.ISO_8859-1
order \ order \

View File

@ -1,6 +1,6 @@
# icelandic (backward compatible with ASCII) # icelandic (backward compatible with ASCII)
# #
# $FreeBSD$ # $Id$
# #
charmap map.ISO_8859-1 charmap map.ISO_8859-1
order \ order \

View File

@ -1,6 +1,6 @@
# icelandic (backward compatible with ASCII) # icelandic (backward compatible with ASCII)
# #
# $FreeBSD$ # $Id$
# #
charmap map.ISO_8859-1 charmap map.ISO_8859-1
order \ order \

View File

@ -1,6 +1,6 @@
# latin1 (backward compatible with ASCII) # latin1 (backward compatible with ASCII)
# #
# $FreeBSD$ # $Id$
# #
charmap map.ISO_8859-1 charmap map.ISO_8859-1
order \ order \

View File

@ -1,6 +1,6 @@
# latin1 (backward compatible with ASCII) # latin1 (backward compatible with ASCII)
# #
# $FreeBSD$ # $Id$
# #
charmap map.ISO_8859-1 charmap map.ISO_8859-1
order \ order \

View File

@ -1,6 +1,6 @@
# latin1 (backward compatible with ASCII) # latin1 (backward compatible with ASCII)
# #
# $FreeBSD$ # $Id$
# #
charmap map.ISO_8859-1 charmap map.ISO_8859-1
order \ order \

View File

@ -1,6 +1,6 @@
# CP866 (backward compatible with ASCII) # CP866 (backward compatible with ASCII)
# #
# $FreeBSD$ # $Id$
# #
charmap map.CP866 charmap map.CP866
order \ order \

View File

@ -1,6 +1,6 @@
# koi8-r (backward compatible with ASCII) # koi8-r (backward compatible with ASCII)
# #
# $FreeBSD$ # $Id$
# #
charmap map.KOI8-R charmap map.KOI8-R
order \ order \

View File

@ -1,6 +1,6 @@
# CP866 (backward compatible with ASCII) # CP866 (backward compatible with ASCII)
# #
# $FreeBSD$ # $Id$
# #
charmap map.CP866 charmap map.CP866
order \ order \

View File

@ -1,6 +1,6 @@
# koi8-r (backward compatible with ASCII) # koi8-r (backward compatible with ASCII)
# #
# $FreeBSD$ # $Id$
# #
charmap map.KOI8-R charmap map.KOI8-R
order \ order \

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
NOMAN=YES NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g} CLEANFILES+= ${LOCALES:S/$/.out/g}

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 1/7/94 # From: @(#)Makefile 8.3 (Berkeley) 1/7/94
# $FreeBSD$ # $Id$
# XXX MISSING: deroff diction graph learn plot # XXX MISSING: deroff diction graph learn plot
# spell spline struct units xsend # spell spline struct units xsend

View File

@ -33,7 +33,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)ar.1 8.1 (Berkeley) 6/29/93 .\" @(#)ar.1 8.1 (Berkeley) 6/29/93
.\" $FreeBSD$ .\" $Id$
.\" .\"
.TH AR 1 "June 29, 1993" .TH AR 1 "June 29, 1993"
.AT 3 .AT 3

View File

@ -33,7 +33,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)ar.1 8.1 (Berkeley) 6/29/93 .\" @(#)ar.1 8.1 (Berkeley) 6/29/93
.\" $FreeBSD$ .\" $Id$
.\" .\"
.TH AR 1 "June 29, 1993" .TH AR 1 "June 29, 1993"
.AT 3 .AT 3

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
.include "${.CURDIR}/Makefile.inc" .include "${.CURDIR}/Makefile.inc"

View File

@ -92,7 +92,7 @@ enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */
/* File scope variables */ /* File scope variables */
static char rcsid[] = "$FreeBSD$"; static char rcsid[] = "$Id$";
char *no_export[] = char *no_export[] =
{ {
"TERM", "TERMCAP", "DISPLAY", "_" "TERM", "TERMCAP", "DISPLAY", "_"

View File

@ -1,4 +1,4 @@
.\" $FreeBSD$ .\" $Id$
.Dd April 12, 1995 .Dd April 12, 1995
.Dt "AT" 1 .Dt "AT" 1
.Os "FreeBSD 2.1" .Os "FreeBSD 2.1"

View File

@ -37,7 +37,7 @@
/* File scope variables */ /* File scope variables */
static char rcsid[] = "$FreeBSD$"; static char rcsid[] = "$Id$";
/* External variables */ /* External variables */

View File

@ -130,7 +130,7 @@ static size_t sc_len; /* scanner - lenght of token buffer */
static int sc_tokid; /* scanner - token id */ static int sc_tokid; /* scanner - token id */
static int sc_tokplur; /* scanner - is token plural? */ static int sc_tokplur; /* scanner - is token plural? */
static char rcsid[] = "$FreeBSD$"; static char rcsid[] = "$Id$";
/* Local functions */ /* Local functions */

View File

@ -48,7 +48,7 @@
/* File scope variables */ /* File scope variables */
static char rcsid[] = "$FreeBSD$"; static char rcsid[] = "$Id$";
/* Function declarations */ /* Function declarations */

View File

@ -33,7 +33,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)basename.1 8.2 (Berkeley) 4/18/94 .\" @(#)basename.1 8.2 (Berkeley) 4/18/94
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd April 18, 1994 .Dd April 18, 1994
.Dt BASENAME 1 .Dt BASENAME 1

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)biff.1 8.1 (Berkeley) 6/6/93 .\" @(#)biff.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd June 6, 1993 .Dd June 6, 1993
.Dt BIFF 1 .Dt BIFF 1

View File

@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#include <stdlib.h> #include <stdlib.h>

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)cap_mkdb.1 8.1 (Berkeley) 6/6/93 .\" @(#)cap_mkdb.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd "June 6, 1993" .Dd "June 6, 1993"
.Dt CAP_MKDB 1 .Dt CAP_MKDB 1

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
PROG= chat PROG= chat
SRCS= chat.c SRCS= chat.c

View File

@ -1,6 +1,6 @@
.\" -*- nroff -*- .\" -*- nroff -*-
.\" manual page [] for chat 1.8 .\" manual page [] for chat 1.8
.\" $FreeBSD$ .\" $Id$
.\" SH section heading .\" SH section heading
.\" SS subsection heading .\" SS subsection heading
.\" LP paragraph .\" LP paragraph

View File

@ -31,7 +31,7 @@
* *
*/ */
static char rcsid[] = "$FreeBSD$"; static char rcsid[] = "$Id$";
#include <stdio.h> #include <stdio.h>
#include <time.h> #include <time.h>

View File

@ -40,7 +40,7 @@ static char copyright[] =
#ifndef lint #ifndef lint
static char sccsid[] = "From: @(#)chpass.c 8.4 (Berkeley) 4/2/94"; static char sccsid[] = "From: @(#)chpass.c 8.4 (Berkeley) 4/2/94";
static char rcsid[] = static char rcsid[] =
"$FreeBSD$"; "$Id$";
#endif /* not lint */ #endif /* not lint */
#include <sys/param.h> #include <sys/param.h>

View File

@ -35,7 +35,7 @@
* Center for Telecommunications Research * Center for Telecommunications Research
* Columbia University, New York City * Columbia University, New York City
* *
* $FreeBSD$ * $Id$
*/ */
#ifdef YP #ifdef YP

View File

@ -35,7 +35,7 @@
* Center for Telecommunications Research * Center for Telecommunications Research
* Columbia University, New York City * Columbia University, New York City
* *
* $FreeBSD$ * $Id$
*/ */
#ifdef YP #ifdef YP

View File

@ -33,7 +33,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)cmp.1 8.1 (Berkeley) 6/6/93 .\" @(#)cmp.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd June 6, 1993 .Dd June 6, 1993
.Dt CMP 1 .Dt CMP 1

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
PROG = colldef PROG = colldef
LFLAGS = -8 -i LFLAGS = -8 -i

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
NOMAN=YES NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g} CLEANFILES+= ${LOCALES:S/$/.out/g}

View File

@ -1,6 +1,6 @@
# German/ISO 8859-1 (backward compatible with ASCII) # German/ISO 8859-1 (backward compatible with ASCII)
# #
# $FreeBSD$ # $Id$
# #
charmap map.ISO_8859-1 charmap map.ISO_8859-1
order \ order \

View File

@ -1,6 +1,6 @@
# Espan~ol (backward compatible with ASCII) # Espan~ol (backward compatible with ASCII)
# #
# $FreeBSD$ # $Id$
# #
charmap map.ISO_8859-1 charmap map.ISO_8859-1
order \ order \

View File

@ -1,6 +1,6 @@
# icelandic (backward compatible with ASCII) # icelandic (backward compatible with ASCII)
# #
# $FreeBSD$ # $Id$
# #
charmap map.ISO_8859-1 charmap map.ISO_8859-1
order \ order \

View File

@ -1,6 +1,6 @@
# latin1 (backward compatible with ASCII) # latin1 (backward compatible with ASCII)
# #
# $FreeBSD$ # $Id$
# #
charmap map.ISO_8859-1 charmap map.ISO_8859-1
order \ order \

View File

@ -1,6 +1,6 @@
# CP866 (backward compatible with ASCII) # CP866 (backward compatible with ASCII)
# #
# $FreeBSD$ # $Id$
# #
charmap map.CP866 charmap map.CP866
order \ order \

View File

@ -1,6 +1,6 @@
# koi8-r (backward compatible with ASCII) # koi8-r (backward compatible with ASCII)
# #
# $FreeBSD$ # $Id$
# #
charmap map.KOI8-R charmap map.KOI8-R
order \ order \

View File

@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#include <err.h> #include <err.h>

View File

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#include <ctype.h> #include <ctype.h>

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
PROG= compile_et PROG= compile_et
SRCS= compile_et.c error_table.y SRCS= compile_et.c error_table.y

View File

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#ifndef _ZOPEN_H_ #ifndef _ZOPEN_H_

View File

@ -36,7 +36,7 @@
# SUCH DAMAGE. # SUCH DAMAGE.
# #
# From: @(#)cpp.sh 8.1 (Berkeley) 6/6/93 # From: @(#)cpp.sh 8.1 (Berkeley) 6/6/93
# $FreeBSD$ # $Id$
# #
# Transitional front end to CCCP to make it behave like (Reiser) CCP: # Transitional front end to CCCP to make it behave like (Reiser) CCP:
# specifies -traditional # specifies -traditional

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
.include "${.CURDIR}/../../usr.sbin/named/Makefile.inc" .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc"

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
.include "${.CURDIR}/../../usr.sbin/named/Makefile.inc" .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc"

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)du.1 8.2 (Berkeley) 4/1/94 .\" @(#)du.1 8.2 (Berkeley) 4/1/94
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd April 1, 1994 .Dd April 1, 1994
.Dt DU 1 .Dt DU 1

View File

@ -3,7 +3,7 @@ $ ee.i18n.guide for more information
$ $
$ For ee patchlevel 3 $ For ee patchlevel 3
$ $
$ $FreeBSD$ $ $Id$
$ $
$set 1 $set 1
$quote " $quote "

View File

@ -3,7 +3,7 @@ $ ee.i18n.guide for more information
$ $
$ For ee patchlevel 3 $ For ee patchlevel 3
$ $
$ $FreeBSD$ $ $Id$
$ $
$set 1 $set 1
$quote " $quote "

View File

@ -1,4 +1,4 @@
.\" $FreeBSD$ .\" $Id$
.Dd July 2, 1996 .Dd July 2, 1996
.Dt FETCH 1 .Dt FETCH 1
.Os FreeBSD 3.0 .Os FreeBSD 3.0

View File

@ -24,7 +24,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
/* $FreeBSD$ */ /* $Id$ */
#include <sys/types.h> #include <sys/types.h>

View File

@ -3,11 +3,14 @@
/* /*
* Patchlevel file for Ian Darwin's MAGIC command. * Patchlevel file for Ian Darwin's MAGIC command.
* $Id$ * $Id: patchlevel.h,v 1.5 1997/02/22 19:29:15 peter Exp $
* *
* $Log: patchlevel.h,v $ * $Log: patchlevel.h,v $
* Revision 1.5 1997/02/22 19:29:15 peter
* Revert $Id$ to $Id$
*
* Revision 1.4 1997/01/14 06:59:48 jkh * Revision 1.4 1997/01/14 06:59:48 jkh
* Make the long-awaited change from $Id$ to $Id$ * Make the long-awaited change from $Id: patchlevel.h,v 1.5 1997/02/22 19:29:15 peter Exp $ to $Id: patchlevel.h,v 1.5 1997/02/22 19:29:15 peter Exp $
* *
* This will make a number of things easier in the future, as well as (finally!) * This will make a number of things easier in the future, as well as (finally!)
* avoiding the Id-smashing problem which has plagued developers for so long. * avoiding the Id-smashing problem which has plagued developers for so long.

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
PROG= file2c PROG= file2c
MAN1= file2c.1 MAN1= file2c.1

View File

@ -5,7 +5,7 @@
.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
.\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
.\" .\"
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd Jan 28, 1995 .Dd Jan 28, 1995
.Dt FILE2C 1 .Dt FILE2C 1

View File

@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ---------------------------------------------------------------------------- * ----------------------------------------------------------------------------
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -33,7 +33,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)find.1 8.4 (Berkeley) 4/1/94 .\" @(#)find.1 8.4 (Berkeley) 4/1/94
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd April 1, 1994 .Dd April 1, 1994
.Dt FIND 1 .Dt FIND 1

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
PROG= gencat PROG= gencat
SRCS= gencat.c genlib.c SRCS= gencat.c genlib.c

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)hexdump.1 8.2 (Berkeley) 4/18/94 .\" @(#)hexdump.1 8.2 (Berkeley) 4/18/94
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd April 18, 1994 .Dd April 18, 1994
.Dt HEXDUMP 1 .Dt HEXDUMP 1

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)od.1 8.1 (Berkeley) 6/6/93 .\" @(#)od.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd %Q .Dd %Q
.Os .Os

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
.include "${.CURDIR}/../../usr.sbin/named/Makefile.inc" .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc"

View File

@ -32,7 +32,7 @@
# SUCH DAMAGE. # SUCH DAMAGE.
# #
# @(#)groups.sh 8.1 (Berkeley) 6/6/93 # @(#)groups.sh 8.1 (Berkeley) 6/6/93
# $FreeBSD$ # $Id$
PATH=/bin:/usr/bin; export PATH PATH=/bin:/usr/bin; export PATH

View File

@ -32,7 +32,7 @@
# SUCH DAMAGE. # SUCH DAMAGE.
# #
# @(#)whoami.sh 8.1 (Berkeley) 6/6/93 # @(#)whoami.sh 8.1 (Berkeley) 6/6/93
# $FreeBSD$ # $Id$
PATH=/bin:/usr/bin; export PATH PATH=/bin:/usr/bin; export PATH

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
PROG= ipcrm PROG= ipcrm

View File

@ -21,7 +21,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $FreeBSD$ .\" $Id$
.\"" .\""
.Dd August 8th, 1994 .Dd August 8th, 1994
.Dt ipcrm 1 .Dt ipcrm 1

View File

@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#include <stdio.h> #include <stdio.h>

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
PROG= ipcs PROG= ipcs
BINGRP= kmem BINGRP= kmem

View File

@ -27,7 +27,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd June 18, 1994 .Dd June 18, 1994
.Dt "IPCS" 1 .Dt "IPCS" 1

View File

@ -24,7 +24,7 @@
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#include <stdio.h> #include <stdio.h>

View File

@ -1,7 +1,7 @@
.ll 6i .ll 6i
.pl 10.5i .pl 10.5i
.\" from: @(#)keyinfo.1 1.1 (Bellcore) 7/20/93 .\" from: @(#)keyinfo.1 1.1 (Bellcore) 7/20/93
.\" $FreeBSD$ .\" $Id$
.\" .\"
.lt 6.0i .lt 6.0i
.TH KEYINFO 1 "26 April 1996" .TH KEYINFO 1 "26 April 1996"

View File

@ -3,7 +3,7 @@
# Search /etc/skeykeys for the skey string for this user OR user specified # Search /etc/skeykeys for the skey string for this user OR user specified
# in 1st parameter. # in 1st parameter.
# #
# $FreeBSD$ # $Id$
# #
die "usage: keyinfo [user]\n" unless $#ARGV < 1; die "usage: keyinfo [user]\n" unless $#ARGV < 1;

View File

@ -22,7 +22,7 @@
.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE. .\" POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd June 25, 1995 .Dd June 25, 1995
.Os FreeBSD 2.2 .Os FreeBSD 2.2

View File

@ -26,7 +26,7 @@
# #
# killall - kill processes by name # killall - kill processes by name
# #
# $FreeBSD$ # $Id$
$ENV{'PATH'} = '/bin:/usr/bin'; # security $ENV{'PATH'} = '/bin:/usr/bin'; # security

View File

@ -1,5 +1,5 @@
# @(#)Makefile 1.1 (Berkeley) 6/6/93 # @(#)Makefile 1.1 (Berkeley) 6/6/93
# $FreeBSD$ # $Id$
PROG= ktrace PROG= ktrace
SRCS= ktrace.c subr.c SRCS= ktrace.c subr.c

View File

@ -42,7 +42,7 @@ static char copyright[] =
static char sccsid[] = "@(#)ktrace.c 8.1 (Berkeley) 6/6/93"; static char sccsid[] = "@(#)ktrace.c 8.1 (Berkeley) 6/6/93";
#endif #endif
static const char rcsid[] = static const char rcsid[] =
"$FreeBSD$"; "$Id$";
#endif /* not lint */ #endif /* not lint */
#include <sys/param.h> #include <sys/param.h>

View File

@ -36,7 +36,7 @@
static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 6/6/93"; static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 6/6/93";
#endif #endif
static const char rcsid[] = static const char rcsid[] =
"$FreeBSD$"; "$Id$";
#endif /* not lint */ #endif /* not lint */
#include <sys/param.h> #include <sys/param.h>

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
PROG= kzip PROG= kzip
MAN8= kzip.8 MAN8= kzip.8

View File

@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd August 15, 1996 .Dd August 15, 1996
.Os .Os

View File

@ -9,7 +9,7 @@
* Copyright (C) 1993 Hannu Savolainen * Copyright (C) 1993 Hannu Savolainen
* Ported to 386bsd by Serge Vakulenko * Ported to 386bsd by Serge Vakulenko
* based on tools/build.c by Linus Torvalds * based on tools/build.c by Linus Torvalds
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" From: @(#)lastcomm.1 8.1 (Berkeley) 6/6/93 .\" From: @(#)lastcomm.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd September 18, 1996 .Dd September 18, 1996
.Dt LASTCOMM 1 .Dt LASTCOMM 1

View File

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#ifndef lint #ifndef lint

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
# #
# By default, flex will be configured to generate 8-bit scanners only if the # 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 # -8 flag is given. If you want it to always generate 8-bit scanners, add

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
LIB= ln LIB= ln
SRCS= libmain.c libyywrap.c SRCS= libmain.c libyywrap.c

View File

@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above .\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met. .\" conditions are met.
.\" .\"
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd January 15, 1996 .Dd January 15, 1996
.Dt LIMITS 1 .Dt LIMITS 1

View File

@ -20,7 +20,7 @@
* *
* Display/change(+runprogram)/eval resource limits. * Display/change(+runprogram)/eval resource limits.
* *
* $FreeBSD$ * $Id$
*/ */
#include <err.h> #include <err.h>

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93 # @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$ # $Id$
SUBDIR= bigram code locate SUBDIR= bigram code locate

View File

@ -1,3 +1,3 @@
# $FreeBSD$ # $Id$
LIBEXECDIR?= /usr/libexec LIBEXECDIR?= /usr/libexec

View File

@ -34,7 +34,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#ifndef lint #ifndef lint

View File

@ -34,7 +34,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#ifndef lint #ifndef lint

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93 # @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$ # $Id$
PROG= locate PROG= locate
SRCS= util.c locate.c SRCS= util.c locate.c

View File

@ -30,7 +30,7 @@
# #
# Sequence of databases is important. # Sequence of databases is important.
# #
# $FreeBSD$ # $Id$
# The directory containing locate subprograms # The directory containing locate subprograms
: ${LIBEXECDIR=/usr/libexec}; export LIBEXECDIR : ${LIBEXECDIR=/usr/libexec}; export LIBEXECDIR

View File

@ -34,7 +34,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */

View File

@ -31,7 +31,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)locate.1 8.1 (Berkeley) 6/6/93 .\" @(#)locate.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd June 6, 1993 .Dd June 6, 1993
.Dt LOCATE 1 .Dt LOCATE 1

View File

@ -34,7 +34,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#ifndef lint #ifndef lint

View File

@ -32,7 +32,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)locate.h 8.1 (Berkeley) 6/6/93 * @(#)locate.h 8.1 (Berkeley) 6/6/93
* $FreeBSD$ * $Id$
*/ */
/* Symbolic constants shared by locate.c and code.c */ /* Symbolic constants shared by locate.c and code.c */

View File

@ -1,7 +1,7 @@
# #
# /etc/locate.rc - command script for updatedb(8) # /etc/locate.rc - command script for updatedb(8)
# #
# $FreeBSD$ # $Id$
# #
# All commented values are the defaults # All commented values are the defaults

View File

@ -28,7 +28,7 @@
# #
# usage: mklocatedb [-presort] < filelist > database # usage: mklocatedb [-presort] < filelist > database
# #
# $FreeBSD$ # $Id$
# The directory containing locate subprograms # The directory containing locate subprograms

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