summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2013-01-09 13:04:30 +0000
committerChristos Zoulas <christos@zoulas.com>2013-01-09 13:04:30 +0000
commit65adffff2869c5ef33b62e5463b24f564d0580ce (patch)
tree5d5eb9b77753eab5af2f765f2662e9e31186250c /doc
parentbdc6720e4142f11d66b54c5de7eed2a9636eea12 (diff)
downloadfile-git-65adffff2869c5ef33b62e5463b24f564d0580ce.tar.gz
Document {d,u}Q (Guy Harris)
Diffstat (limited to 'doc')
-rw-r--r--doc/magic.man10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/magic.man b/doc/magic.man
index a1e1ba9d..cf78c22e 100644
--- a/doc/magic.man
+++ b/doc/magic.man
@@ -1,4 +1,4 @@
-.\" $File: magic.man,v 1.76 2012/11/07 20:29:27 christos Exp $
+.\" $File: magic.man,v 1.77 2013/01/08 01:37:01 christos Exp $
.Dd January 7, 2013
.Dt MAGIC __FSECTION__
.Os
@@ -317,6 +317,14 @@ and the type specifier
.Dv s
is equivalent to
.Dv string .
+In addition, the type specifier
+.Dv dQ
+is equivalent to
+.Dv quad
+and the type specifier
+.Dv uQ
+is equivalent to
+.Dv uquad .
.Pp
Each top-level magic pattern (see below for an explanation of levels)
is classified as text or binary according to the types used.