diff options
Diffstat (limited to 'usr.bin/gencat')
| -rw-r--r-- | usr.bin/gencat/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/gencat/gencat.1 | 2 | ||||
| -rw-r--r-- | usr.bin/gencat/gencat.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/gencat/Makefile b/usr.bin/gencat/Makefile index a6c9991bb5b9..d59655138438 100644 --- a/usr.bin/gencat/Makefile +++ b/usr.bin/gencat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/gencat/Makefile,v 1.9 2005/06/30 11:56:31 johan Exp $ PROG= gencat WARNS?= 6 diff --git a/usr.bin/gencat/gencat.1 b/usr.bin/gencat/gencat.1 index eed676428487..b4d5f03bab24 100644 --- a/usr.bin/gencat/gencat.1 +++ b/usr.bin/gencat/gencat.1 @@ -24,7 +24,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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/gencat/gencat.1,v 1.12 2005/01/17 07:44:17 ru Exp $ .\" .Dd June 11, 1997 .Dt GENCAT 1 diff --git a/usr.bin/gencat/gencat.c b/usr.bin/gencat/gencat.c index 306f48d3d7bd..c419f2d92c62 100644 --- a/usr.bin/gencat/gencat.c +++ b/usr.bin/gencat/gencat.c @@ -72,7 +72,7 @@ up-to-date. Many thanks. ******************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gencat/gencat.c,v 1.12 2005/02/27 19:37:51 ru Exp $"); #define _NLS_PRIVATE |
