summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2005-08-18 15:18:22 +0000
committerChristos Zoulas <christos@zoulas.com>2005-08-18 15:18:22 +0000
commit55b56780b30093bd8257f9ed4665a1d331eeaae9 (patch)
treecbb599d934ea7b0a5207ea400c723434b9158618 /doc
parentf5888ca145daa55c3ae46a96fb0ee99e2afce4ad (diff)
downloadfile-git-55b56780b30093bd8257f9ed4665a1d331eeaae9.tar.gz
Magic changes and cross-compile support.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in2
-rw-r--r--doc/file.man7
2 files changed, 4 insertions, 5 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 85d09fd2..841b59cd 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -91,6 +91,8 @@ INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+IS_CROSS_COMPILE_FALSE = @IS_CROSS_COMPILE_FALSE@
+IS_CROSS_COMPILE_TRUE = @IS_CROSS_COMPILE_TRUE@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
diff --git a/doc/file.man b/doc/file.man
index 0790ea9c..7a8cc0af 100644
--- a/doc/file.man
+++ b/doc/file.man
@@ -1,5 +1,5 @@
.TH FILE __CSECTION__ "Copyright but distributable"
-.\" $Id: file.man,v 1.56 2005/08/12 14:19:33 christos Exp $
+.\" $Id: file.man,v 1.57 2005/08/18 15:18:22 christos Exp $
.SH NAME
file
\- determine file type
@@ -289,9 +289,6 @@ the -i option is specified.
.I __MAGIC__.mime
Default list of magic numbers, used to output mime types when the -i option
is specified.
-.TP
-.I /etc/magic
-Local additions to magic wisdom.
.SH ENVIRONMENT
The environment variable
@@ -442,7 +439,7 @@ to identify character codes and attempt to identify the languages
of non-ASCII files.
.PP
The list of contributors to the "Magdir" directory (source for the
-/etc/magic
+.I __MAGIC__
file) is too long to include here.
You know who you are; thank you.
.SH LEGAL NOTICE