summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2011-10-17 20:18:05 +0000
committerChristos Zoulas <christos@zoulas.com>2011-10-17 20:18:05 +0000
commit9d730b28463d7a8384dee112f1c59ef6e4577129 (patch)
tree700af80d1ee05d16be33d0ef5eaf19e128c4b76b /doc
parentc949c6a9ef2ce52b554869de74b5c8209db07102 (diff)
downloadfile-git-9d730b28463d7a8384dee112f1c59ef6e4577129.tar.gz
clarify options processing order in -f namefile
Diffstat (limited to 'doc')
-rw-r--r--doc/file.man17
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/file.man b/doc/file.man
index 0aae3935..1e33d9d3 100644
--- a/doc/file.man
+++ b/doc/file.man
@@ -1,5 +1,5 @@
-.\" $File: file.man,v 1.95 2011/05/13 22:11:44 christos Exp $
-.Dd April 20, 2011
+.\" $File: file.man,v 1.96 2011/07/12 11:23:38 rrt Exp $
+.Dd October 17, 2011
.Dt FILE __CSECTION__
.Os
.Sh NAME
@@ -220,6 +220,19 @@ or at least one filename argument must be present;
to test the standard input, use
.Sq -
as a filename argument.
+Please note that
+.Ar namefile
+is unwrapped and the enclosed filenames are processed when this option is
+encountered and before any further options processing is done.
+This allows one to process multiple lists of files with different command line
+arguments on the same
+.Nm
+invocation.
+Thus if you want to set the delimiter, you need to do it before you specify
+the list of files, like:
+.Dq Fl F Ar @ Fl f Ar namefile ,
+instead of:
+.Dq Fl f Ar namefile Fl F Ar @ .
.It Fl h , Fl Fl no-dereference
option causes symlinks not to be followed
(on systems that support symbolic links).