diff options
author | 1997-03-31 01:07:35 +0000 | |
---|---|---|
committer | 1997-03-31 01:07:35 +0000 | |
commit | b411bdaecb28eba6c40e9d87635d60ab197168fb (patch) | |
tree | 2b1350101f12429a6fb0f756527a1632e5c29ec4 | |
parent | Modernize OpenBSD/mvme68k to match various changes in m68k and hp300 code. (diff) | |
download | wireguard-openbsd-b411bdaecb28eba6c40e9d87635d60ab197168fb.tar.xz wireguard-openbsd-b411bdaecb28eba6c40e9d87635d60ab197168fb.zip |
correct path in comment; thieleke@ix.netcom.com
-rw-r--r-- | usr.bin/file/magdir/Header | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/file/magdir/Header b/usr.bin/file/magdir/Header index 5a4f3cef427..57e339b2534 100644 --- a/usr.bin/file/magdir/Header +++ b/usr.bin/file/magdir/Header @@ -1,7 +1,7 @@ #! file -# $OpenBSD: Header,v 1.2 1996/06/26 05:33:03 deraadt Exp $ +# $OpenBSD: Header,v 1.3 1997/03/31 01:07:35 deraadt Exp $ # Magic data for file(1) command. -# Machine-genererated from src/cmd/file/magdir/*; edit there only! +# Machine-genererated from src/usr.bin/file/magdir/*; edit there only! # Format is described in magic(files), where: # files is 4 on V7 and BSD, 4 on SV, and ?? in the SVID. |