Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/file/dist/magic/magdir remove extra space



details:   https://anonhg.NetBSD.org/src/rev/30264c2ac7a4
branches:  trunk
changeset: 785623:30264c2ac7a4
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Mar 23 16:23:46 2013 +0000

description:
remove extra space

diffstat:

 external/bsd/file/dist/magic/magdir/elf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r d3f72cb1ac7d -r 30264c2ac7a4 external/bsd/file/dist/magic/magdir/elf
--- a/external/bsd/file/dist/magic/magdir/elf   Sat Mar 23 16:18:29 2013 +0000
+++ b/external/bsd/file/dist/magic/magdir/elf   Sat Mar 23 16:23:46 2013 +0000
@@ -189,9 +189,9 @@
 >4     byte            1               32-bit
 >4     byte            2               64-bit
 >5     byte            0               invalid byte order
->5     byte            1               LSB 
+>5     byte            1               LSB
 >>0    use             elf-le
->5     byte            2               MSB 
+>5     byte            2               MSB
 >>0    use             \^elf-le
 # Up to now only 0, 1 and 2 are defined; I've seen a file with 0x83, it seemed
 # like proper ELF, but extracting the string had bad results.



Home | Main Index | Thread Index | Old Index