From c0f2657bc2852ad7a8bf44d8af305d924a3a7ee2 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 6 Dec 2000 09:32:10 +0000 Subject: [PATCH] Reduce the diffs with the stock (FSF) version. --- contrib/groff/mdate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/groff/mdate.sh b/contrib/groff/mdate.sh index 64820d0e2d4b..b07346ab886e 100755 --- a/contrib/groff/mdate.sh +++ b/contrib/groff/mdate.sh @@ -1,13 +1,13 @@ #! /bin/sh +# +# $FreeBSD$ # Print the modification date of $1 `nicely'. # Don't want foreign dates. LANGUAGE= -LANG=C; export LANG LC_TIME=C; export LC_TIME -LC_CTYPE=C; export LC_CTYPE (date;