diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-07-03 13:01:43 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-07-03 13:01:43 +0000 |
| commit | 6dde85226565322f6651945e2b1205a7ff770536 (patch) | |
| tree | 2ea5e05a3721d70eac53686e4099e293bf209718 /usr.bin/nm | |
| parent | 148a348454a0bbec0dab6f790e7d47c9850c0128 (diff) | |
Diffstat (limited to 'usr.bin/nm')
| -rw-r--r-- | usr.bin/nm/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/nm/nm.1 | 2 | ||||
| -rw-r--r-- | usr.bin/nm/nm.1aout | 2 | ||||
| -rw-r--r-- | usr.bin/nm/nm.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/nm/Makefile b/usr.bin/nm/Makefile index bc28a5a27cc5..f4b33ab75608 100644 --- a/usr.bin/nm/Makefile +++ b/usr.bin/nm/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/nm/Makefile,v 1.3.6.1 2001/04/25 11:29:30 ru Exp $ PROG= nm BINDIR= /usr/libexec/aout diff --git a/usr.bin/nm/nm.1 b/usr.bin/nm/nm.1 index 3b09f2d9e580..1717d4069567 100644 --- a/usr.bin/nm/nm.1 +++ b/usr.bin/nm/nm.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nm.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/nm/nm.1,v 1.9.2.3 2001/08/16 13:16:59 ru Exp $ .\" .Dd June 6, 1993 .Dt NM 1 diff --git a/usr.bin/nm/nm.1aout b/usr.bin/nm/nm.1aout index deadd0e49aef..d752326b3f92 100644 --- a/usr.bin/nm/nm.1aout +++ b/usr.bin/nm/nm.1aout @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nm.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/nm/nm.1aout,v 1.9.2.2 2001/08/16 13:16:59 ru Exp $ .\" .Dd June 6, 1993 .Dt NM 1 diff --git a/usr.bin/nm/nm.c b/usr.bin/nm/nm.c index c18830dc4c3d..b7f2f766ee01 100644 --- a/usr.bin/nm/nm.c +++ b/usr.bin/nm/nm.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)nm.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/nm/nm.c,v 1.13.2.1 2001/03/04 08:54:10 kris Exp $"; #endif /* not lint */ #include <sys/types.h> |
