diff options
author | ache <ache@FreeBSD.org> | 1999-11-30 09:41:01 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-11-30 09:41:01 +0000 |
commit | 5ff251c82de8165191ae852c7e3ca551c345c924 (patch) | |
tree | 2526422de48e3bb591b38e2b15757e6b165e4707 /usr.bin/pr/pr.h | |
parent | 8b0f80aa0813c735071a34861d22e6892337aa5e (diff) | |
download | FreeBSD-src-5ff251c82de8165191ae852c7e3ca551c345c924.zip FreeBSD-src-5ff251c82de8165191ae852c7e3ca551c345c924.tar.gz |
Localize it
Diffstat (limited to 'usr.bin/pr/pr.h')
-rw-r--r-- | usr.bin/pr/pr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/pr/pr.h b/usr.bin/pr/pr.h index d020e9f..05f691c 100644 --- a/usr.bin/pr/pr.h +++ b/usr.bin/pr/pr.h @@ -35,6 +35,7 @@ * SUCH DAMAGE. * * @(#)pr.h 8.1 (Berkeley) 6/6/93 + * $FreeBSD$ */ /* @@ -58,7 +59,7 @@ #define HDFMT "%s %s Page %d\n\n\n" #define HEADLEN 5 #define TAILLEN 5 -#define TIMEFMT "%b %e %H:%M %Y" +#define TIMEFMT "%Ex %H:%M %Y" #define FNAME "" #define LBUF 8192 #define HDBUF 512 |