diff options
Diffstat (limited to 'appendixa/file-desc.xml')
-rw-r--r-- | appendixa/file-desc.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/appendixa/file-desc.xml b/appendixa/file-desc.xml new file mode 100644 index 000000000..b93a53355 --- /dev/null +++ b/appendixa/file-desc.xml @@ -0,0 +1,20 @@ +<sect2> +<title>Contents</title> + +<para> +The File package contains the file program. +</para> + +</sect2> + +<sect2><title>Description</title> + +<para> +File tests each specified file in an attempt to classify it. There are +three sets of tests, performed in this order: filesystem tests, +magic number tests, and language tests. The first test that succeeds +causes the file type to be printed. +</para> + +</sect2> + |