Hi,
Here's a new patch which also fixes a typo in the manpage: "untile" -> "until"
diff --git a/doc/magic.man b/doc/magic.man index 314a014..a7f1935 100644 --- a/doc/magic.man +++ b/doc/magic.man @@ -277,7 +277,7 @@ then print the string), with The special test .Em x always evaluates to true. -.Dv message +.It Dv message The message to be printed if the comparison succeeds. If the string contains a .Xr printf 3 @@ -337,7 +337,7 @@ If a the test on a line at level .Em n succeeds, all following tests at level .Em n+1 -are performed, and the messages printed if the tests succeed, untile a line +are performed, and the messages printed if the tests succeed, until a line with level .Em n (or less) appears.

