summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2012-04-03 22:25:07 +0000
committerChristos Zoulas <christos@zoulas.com>2012-04-03 22:25:07 +0000
commit6f8ffa4c52e20efdffc48907391fe3b7b7bd09b4 (patch)
tree4618b936fdc3fc1e2445b16b1f6b84b584ccf376 /doc
parent2f991a4b47e42689c106129a1946f0a85fa11632 (diff)
downloadfile-git-6f8ffa4c52e20efdffc48907391fe3b7b7bd09b4.tar.gz
- add windows date formats: {be,le,}qwdate
- don't use time_t when you mean uint32_t - better support for windows shortcut files
Diffstat (limited to 'doc')
-rw-r--r--doc/magic.man12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/magic.man b/doc/magic.man
index 12045682..d649e46a 100644
--- a/doc/magic.man
+++ b/doc/magic.man
@@ -1,5 +1,5 @@
-.\" $File: magic.man,v 1.71 2011/12/07 11:58:24 rrt Exp $
-.Dd April 20, 2011
+.\" $File: magic.man,v 1.72 2012/04/03 22:25:07 christos Exp $
+.Dd April 3, 2012
.Dt MAGIC __FSECTION__
.Os
.\" install as magic.4 on USG, magic.5 on V7, Berkeley and Linux systems.
@@ -121,6 +121,8 @@ local time rather than UTC.
.It Dv qldate
An eight-byte value interpreted as a UNIX-style date, but interpreted as
local time rather than UTC.
+.It Dv qwdate
+An eight-byte value interpreted as a Windows-style date.
.It Dv beid3
A 32-bit ID3 length in big-endian byte order.
.It Dv beshort
@@ -147,6 +149,9 @@ than UTC.
An eight-byte value in big-endian byte order,
interpreted as a UNIX-style date, but interpreted as local time rather
than UTC.
+.It Dv beqwdate
+An eight-byte value in big-endian byte order,
+interpreted as a Windows-style date.
.It Dv bestring16
A two-byte unicode (UCS16) string in big-endian byte order.
.It Dv leid3
@@ -175,6 +180,9 @@ than UTC.
An eight-byte value in little-endian byte order,
interpreted as a UNIX-style date, but interpreted as local time rather
than UTC.
+.It Dv leqwdate
+An eight-byte value in little-endian byte order,
+interpreted as a Windows-style date.
.It Dv lestring16
A two-byte unicode (UCS16) string in little-endian byte order.
.It Dv melong