summaryrefslogtreecommitdiff
path: root/doc/file.man
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2020-02-10 01:33:52 +0000
committerXin LI <delphij@FreeBSD.org>2020-02-10 01:33:52 +0000
commitf210d1e9efd4183d390c24c9ea576896222d4540 (patch)
tree20232dc5e83f347242623afb7796453d2ba25e3a /doc/file.man
parentd824749b30b5c69e76ef1eb0d13e6a6270853d32 (diff)
downloadsrc-test2-f210d1e9efd4183d390c24c9ea576896222d4540.tar.gz
src-test2-f210d1e9efd4183d390c24c9ea576896222d4540.zip
Vendor import of file 5.38vendor/file/5.38
Notes
Notes: svn path=/vendor/file/dist/; revision=357712 svn path=/vendor/file/5.38/; revision=357713; tag=vendor/file/5.38
Diffstat (limited to 'doc/file.man')
-rw-r--r--doc/file.man11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/file.man b/doc/file.man
index 63e95f1365ff..84b4b357f03f 100644
--- a/doc/file.man
+++ b/doc/file.man
@@ -1,5 +1,5 @@
-.\" $File: file.man,v 1.135 2019/03/03 02:32:40 christos Exp $
-.Dd February 18, 2019
+.\" $File: file.man,v 1.138 2019/10/15 18:00:40 christos Exp $
+.Dd July 13, 2019
.Dt FILE __CSECTION__
.Os
.Sh NAME
@@ -212,6 +212,8 @@ Ignored for backwards compatibility.
Prints details of Compound Document Files.
.It compress
Checks for, and looks inside, compressed files.
+.It csv
+Checks Comma Separated Value files.
.It elf
Prints ELF file details, provided soft magic tests are enabled and the
elf magic is found.
@@ -289,7 +291,7 @@ The magic pattern with the highest strength (see the
option) comes first.
.It Fl l , Fl Fl list
Shows a list of patterns and their strength sorted descending by
-.Xr magic 4
+.Xr magic __FSECTION__
strength
which is used for the matching (see also the
.Fl k
@@ -363,10 +365,11 @@ On systems where libseccomp
is available, the
.Fl S
flag disables sandboxing which is enabled by default.
-This option is needed for file to execute external descompressing programs,
+This option is needed for file to execute external decompressing programs,
i.e. when the
.Fl z
flag is specified and the built-in decompressors are not available.
+On systems where sandboxing is not available, this option has no effect.
.It Fl v , Fl Fl version
Print the version of the program and exit.
.It Fl z , Fl Fl uncompress