summaryrefslogtreecommitdiffstats
path: root/usr.bin/pr/pr.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-03-21 14:32:02 +0000
committerache <ache@FreeBSD.org>2001-03-21 14:32:02 +0000
commiteecf925bc54c442e8bed9adc3120d037a67ccd20 (patch)
treea0d4ab03802e80a62c0078a266767ac459fb3300 /usr.bin/pr/pr.h
parentca7feb0df3ef87b2be5b0d4e0c2440e9688d944f (diff)
downloadFreeBSD-src-eecf925bc54c442e8bed9adc3120d037a67ccd20.zip
FreeBSD-src-eecf925bc54c442e8bed9adc3120d037a67ccd20.tar.gz
Use nl_langinfo instead of %Ef
Diffstat (limited to 'usr.bin/pr/pr.h')
-rw-r--r--usr.bin/pr/pr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/pr/pr.h b/usr.bin/pr/pr.h
index f132675..a4346c7 100644
--- a/usr.bin/pr/pr.h
+++ b/usr.bin/pr/pr.h
@@ -59,7 +59,8 @@
#define HDFMT "%s %s Page %d\n\n\n"
#define HEADLEN 5
#define TAILLEN 5
-#define TIMEFMT "%Ef %H:%M %Y"
+#define TIMEFMTD "%e %b %H:%M %Y"
+#define TIMEFMTM "%b %e %H:%M %Y"
#define FNAME ""
#define LBUF 8192
#define HDBUF 512
OpenPOWER on IntegriCloud