diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
| commit | 3640cb54210edbb7edbf1b12ef0127ecfcea967d (patch) | |
| tree | 60a81407b110eb6d80af1e0affba0ec353de6a9c /gnu/usr.bin/man | |
| parent | 3d215489fe03c6c5cecc3b5ed9ea39118e6ce379 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs
'RELENG_6_0_0_RELEASE'.
This commit was manufactured to restore the state of the 6.0-RELEASE image.
Diffstat (limited to 'gnu/usr.bin/man')
| -rw-r--r-- | gnu/usr.bin/man/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/man/Makefile.inc | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/man/apropos/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/man/apropos/apropos.man | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/man/apropos/apropos.sh | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/man/lib/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/man/man/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/man/man/glob.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/man/man/man.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/man/man/man.man | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/man/manpath/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/man/manpath/manpath.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/man/manpath/manpath.config | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/man/manpath/manpath.man | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/gnu/usr.bin/man/Makefile b/gnu/usr.bin/man/Makefile index 8a730e198ad7..8d34315d52e8 100644 --- a/gnu/usr.bin/man/Makefile +++ b/gnu/usr.bin/man/Makefile @@ -4,7 +4,7 @@ # License as specified in the README file that comes with the man 1.0 # distribution. # -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/man/Makefile,v 1.6 2002/11/18 10:25:27 ru Exp $ # SUBDIR = lib man manpath apropos diff --git a/gnu/usr.bin/man/Makefile.inc b/gnu/usr.bin/man/Makefile.inc index e1caf901ef6a..c2ba800fcf5c 100644 --- a/gnu/usr.bin/man/Makefile.inc +++ b/gnu/usr.bin/man/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/man/Makefile.inc,v 1.22 2005/06/10 06:12:50 des Exp $ # # Set a bunch of things to hardcoded paths so that we don't accidently # pick up a user's own version of some utility and hose ourselves. diff --git a/gnu/usr.bin/man/apropos/Makefile b/gnu/usr.bin/man/apropos/Makefile index 2f5244b6d6a8..6a98354ccc03 100644 --- a/gnu/usr.bin/man/apropos/Makefile +++ b/gnu/usr.bin/man/apropos/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/man/apropos/Makefile,v 1.16 2001/04/07 11:21:18 ru Exp $ MAINTAINER= wosch SCRIPTS=apropos diff --git a/gnu/usr.bin/man/apropos/apropos.man b/gnu/usr.bin/man/apropos/apropos.man index 0b3bd616ecaa..339f6d33b126 100644 --- a/gnu/usr.bin/man/apropos/apropos.man +++ b/gnu/usr.bin/man/apropos/apropos.man @@ -12,7 +12,7 @@ .\" The University of Texas at Austin .\" Austin, Texas 78712 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/gnu/usr.bin/man/apropos/apropos.man,v 1.13.2.1 2005/09/07 16:20:13 garys Exp $ .Dd January 15, 1991 .Dt APROPOS 1 .Os diff --git a/gnu/usr.bin/man/apropos/apropos.sh b/gnu/usr.bin/man/apropos/apropos.sh index 093d633c72b7..4e8437ba06c3 100644 --- a/gnu/usr.bin/man/apropos/apropos.sh +++ b/gnu/usr.bin/man/apropos/apropos.sh @@ -15,7 +15,7 @@ # The University of Texas at Austin # Austin, Texas 78712 # -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/man/apropos/apropos.sh,v 1.16 2002/10/21 07:44:42 ru Exp $ PATH=/bin:/usr/bin:$PATH diff --git a/gnu/usr.bin/man/lib/Makefile b/gnu/usr.bin/man/lib/Makefile index d707316a2684..f65efa8cf9bb 100644 --- a/gnu/usr.bin/man/lib/Makefile +++ b/gnu/usr.bin/man/lib/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/man/lib/Makefile,v 1.13 2004/10/24 15:32:29 ru Exp $ LIB= man INTERNALLIB= diff --git a/gnu/usr.bin/man/man/Makefile b/gnu/usr.bin/man/man/Makefile index 905d4dbedf52..521bc90f8d8e 100644 --- a/gnu/usr.bin/man/man/Makefile +++ b/gnu/usr.bin/man/man/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/man/man/Makefile,v 1.33 2002/01/15 14:11:05 ru Exp $ # MAN_LIBZ=YES diff --git a/gnu/usr.bin/man/man/glob.c b/gnu/usr.bin/man/man/glob.c index 1dff84ae75d3..53396fe36081 100644 --- a/gnu/usr.bin/man/man/glob.c +++ b/gnu/usr.bin/man/man/glob.c @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/man/man/glob.c,v 1.5 2003/08/03 04:47:34 ache Exp $ */ /* To whomever it may concern: I have never seen the code which most Unix programs use to perform this function. I wrote this from scratch diff --git a/gnu/usr.bin/man/man/man.c b/gnu/usr.bin/man/man/man.c index 18005dfc036d..9324958d3df8 100644 --- a/gnu/usr.bin/man/man/man.c +++ b/gnu/usr.bin/man/man/man.c @@ -16,7 +16,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/gnu/usr.bin/man/man/man.c,v 1.62 2003/10/26 06:40:37 bde Exp $"; #endif /* not lint */ #define MAN_MAIN diff --git a/gnu/usr.bin/man/man/man.man b/gnu/usr.bin/man/man/man.man index 9f808bf4148f..10842b0bbcd8 100644 --- a/gnu/usr.bin/man/man/man.man +++ b/gnu/usr.bin/man/man/man.man @@ -12,7 +12,7 @@ .\" The University of Texas at Austin .\" Austin, Texas 78712 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/gnu/usr.bin/man/man/man.man,v 1.24.2.1 2005/09/24 01:59:36 keramida Exp $ .\" .Dd January 5, 1991 .Dt MAN 1 diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile index b4d04faf0aaf..345f1174ba3f 100644 --- a/gnu/usr.bin/man/manpath/Makefile +++ b/gnu/usr.bin/man/manpath/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/man/manpath/Makefile,v 1.26 2002/01/11 15:12:00 ru Exp $ PROG= manpath diff --git a/gnu/usr.bin/man/manpath/manpath.c b/gnu/usr.bin/man/manpath/manpath.c index c1a25dea2f53..92b0473ae0be 100644 --- a/gnu/usr.bin/man/manpath/manpath.c +++ b/gnu/usr.bin/man/manpath/manpath.c @@ -13,7 +13,7 @@ * The University of Texas at Austin * Austin, Texas 78712 * - * $FreeBSD$ + * $FreeBSD: src/gnu/usr.bin/man/manpath/manpath.c,v 1.13 2002/10/27 02:12:52 kris Exp $ */ #define MANPATH_MAIN diff --git a/gnu/usr.bin/man/manpath/manpath.config b/gnu/usr.bin/man/manpath/manpath.config index 5134e46ff017..66fc7548c619 100644 --- a/gnu/usr.bin/man/manpath/manpath.config +++ b/gnu/usr.bin/man/manpath/manpath.config @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/man/manpath/manpath.config,v 1.25 2004/02/04 22:37:14 des Exp $ # # This file is read by manpath(1) to configure the mandatory manpath, # optional manpath and to map each path element to a manpath element. diff --git a/gnu/usr.bin/man/manpath/manpath.man b/gnu/usr.bin/man/manpath/manpath.man index 9bddd194fa8f..162b77d6cac9 100644 --- a/gnu/usr.bin/man/manpath/manpath.man +++ b/gnu/usr.bin/man/manpath/manpath.man @@ -12,7 +12,7 @@ .\" The University of Texas at Austin .\" Austin, Texas 78712 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/gnu/usr.bin/man/manpath/manpath.man,v 1.10 2005/02/13 22:25:11 ru Exp $ .Dd August 16, 1999 .Dt MANPATH 1 .Os |
