aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/file
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1997-11-04 03:56:56 +0000
committerSteve Price <steve@FreeBSD.org>1997-11-04 03:56:56 +0000
commit298c00f5f95db6932de07174e96aac732017e33c (patch)
tree1aeff102382f5f2432b2f00b455065799051dd38 /usr.bin/file
parent788217f1304205a0a8ffbd1cf68532b7a1d3382d (diff)
downloadsrc-298c00f5f95db6932de07174e96aac732017e33c.tar.gz
src-298c00f5f95db6932de07174e96aac732017e33c.zip
/etc/magic -> /usr/share/misc/magic
PR: docs/4872
Notes
Notes: svn path=/head/; revision=30920
Diffstat (limited to 'usr.bin/file')
-rw-r--r--usr.bin/file/magic.54
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/file/magic.5 b/usr.bin/file/magic.5
index bd1a5a5db985..2488191dc4cb 100644
--- a/usr.bin/file/magic.5
+++ b/usr.bin/file/magic.5
@@ -13,7 +13,7 @@ among other tests,
a test for whether the file begins with a certain
.IR "magic number" .
The file
-.I /etc/magic
+.I /usr/share/misc/magic
specifies what magic numbers are to be tested for,
what message to print if a particular magic number is found,
and additional information to extract from the file.
@@ -203,4 +203,4 @@ indirect offsets.
.\" the changes I posted to the S5R2 version.
.\"
.\" Modified for Ian Darwin's version of the file command.
-.\" @(#)$Id: magic.5,v 1.1.1.3 1997/03/18 17:58:57 mpp Exp $
+.\" @(#)$Id: magic.5,v 1.7 1997/03/18 19:37:20 mpp Exp $