diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-10-05 22:48:27 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-10-05 22:48:27 +0000 |
commit | 5f8656e4a4ad80b84fbb149e113d9ebfc38d484c (patch) | |
tree | 5a1162b81db57cbbc8260574dad03df9e2cebd19 /usr.bin/file/magdir/efi | |
parent | 44b538ba0a54f11b2bf27f4da51f2f204226cf11 (diff) |
Very trivial changes from file 5.x: spelling mistakes, %ld->%d and some
style nits.
Diffstat (limited to 'usr.bin/file/magdir/efi')
-rw-r--r-- | usr.bin/file/magdir/efi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/file/magdir/efi b/usr.bin/file/magdir/efi index 1290d9873ae..081ea5dc706 100644 --- a/usr.bin/file/magdir/efi +++ b/usr.bin/file/magdir/efi @@ -1,4 +1,4 @@ -# $OpenBSD: efi,v 1.2 2009/04/26 14:17:45 chl Exp $ +# $OpenBSD: efi,v 1.3 2015/10/05 22:48:26 nicm Exp $ #------------------------------------------------------------------------------ # efi: file(1) magic for Universal EFI binaries @@ -12,4 +12,4 @@ >>&0 lelong 0x01000007 \b, x86_64 >>&20 lelong 7 \b, i386 >>&20 lelong 0x01000007 \b, x86_64 ->4 lelong >2 Universal EFI binary with %ld architectures +>4 lelong >2 Universal EFI binary with %d architectures |