]> granicus.if.org Git - file/commitdiff
clarify options processing order in -f namefile
authorChristos Zoulas <christos@zoulas.com>
Mon, 17 Oct 2011 20:18:05 +0000 (20:18 +0000)
committerChristos Zoulas <christos@zoulas.com>
Mon, 17 Oct 2011 20:18:05 +0000 (20:18 +0000)
doc/file.man

index 5b22438467374d85d72d50a8eef0ea4c064c01c5..e60ce1a0561c41df617e6f5810747c43004f7abb 100644 (file)
@@ -1,5 +1,5 @@
-.\" $File: file.man,v 1.96 2011/07/12 11:23:38 rrt Exp $
-.Dd April 20, 2011
+.\" $File: file.man,v 1.97 2011/10/17 20:18:05 christos 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).