diff options
author | 2015-04-24 16:24:42 +0000 | |
---|---|---|
committer | 2015-04-24 16:24:42 +0000 | |
commit | 72ee8163ff8eceda954933a9ecb73dae53f88667 (patch) | |
tree | 79bd00c341dc6964a750d13a0f19929b9d4aba4b | |
parent | New implementation of the file(1) utility. This is a simplified, (diff) | |
download | wireguard-openbsd-72ee8163ff8eceda954933a9ecb73dae53f88667.tar.xz wireguard-openbsd-72ee8163ff8eceda954933a9ecb73dae53f88667.zip |
Fix a couple of errors in the magic source files.
-rw-r--r-- | usr.bin/file/magdir/inform | 4 | ||||
-rw-r--r-- | usr.bin/file/magdir/maple | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/file/magdir/inform b/usr.bin/file/magdir/inform index f473b379ec6..48ea85bdb33 100644 --- a/usr.bin/file/magdir/inform +++ b/usr.bin/file/magdir/inform @@ -1,4 +1,4 @@ -# $OpenBSD: inform,v 1.2 2009/04/26 14:17:45 chl Exp $ +# $OpenBSD: inform,v 1.3 2015/04/24 16:24:42 nicm Exp $ #------------------------------------------------------------------------------ # inform: file(1) magic for Inform interactive fiction language @@ -6,4 +6,4 @@ # URL: http://www.inform-fiction.org/ # From: Reuben Thomas <rrt@sc3d.org> -0 search/cB/100 constant\ story Inform source text +0 search/100/cB constant\ story Inform source text diff --git a/usr.bin/file/magdir/maple b/usr.bin/file/magdir/maple index 4f5bc2f6d83..62de5a5d55f 100644 --- a/usr.bin/file/magdir/maple +++ b/usr.bin/file/magdir/maple @@ -1,4 +1,4 @@ -# $OpenBSD: maple,v 1.2 2008/05/08 01:40:57 chl Exp $ +# $OpenBSD: maple,v 1.3 2015/04/24 16:24:42 nicm Exp $ #------------------------------------------------------------------------------ # maple: file(1) magic for maple files @@ -33,7 +33,7 @@ # that is {VERSION major_version miunor_version computer_type version_string} 0 string {VERSION\ Maple worksheet >9 string >\0 version %.1s. ->>>11 string >\0 %.1s +>>11 string >\0 %.1s # .mps 0 string \0\0\001$ Maple something |