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;