diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /usr.bin/nl | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs
'RELENG_7_0_0_RELEASE'.
This commit was manufactured to restore the state of the 7.0-RELEASE image.
Diffstat (limited to 'usr.bin/nl')
| -rw-r--r-- | usr.bin/nl/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/nl/nl.1 | 2 | ||||
| -rw-r--r-- | usr.bin/nl/nl.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/nl/Makefile b/usr.bin/nl/Makefile index 9b1f292dfbee..f83d4af1ab86 100644 --- a/usr.bin/nl/Makefile +++ b/usr.bin/nl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/nl/Makefile,v 1.1 2001/05/04 17:25:23 brian Exp $ PROG= nl diff --git a/usr.bin/nl/nl.1 b/usr.bin/nl/nl.1 index f21ce93a3be9..202f52a1f4f0 100644 --- a/usr.bin/nl/nl.1 +++ b/usr.bin/nl/nl.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/nl/nl.1,v 1.17 2007/03/25 18:37:59 maxim Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. .\" All rights reserved. diff --git a/usr.bin/nl/nl.c b/usr.bin/nl/nl.c index afc3c8608a2b..c03e701969eb 100644 --- a/usr.bin/nl/nl.c +++ b/usr.bin/nl/nl.c @@ -39,7 +39,7 @@ __COPYRIGHT( "@(#) Copyright (c) 1999\ The NetBSD Foundation, Inc. All rights reserved."); -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/nl/nl.c,v 1.11 2006/12/22 05:54:19 imp Exp $"); #endif #include <sys/types.h> |
