|
From: Andrew M. <fit...@us...> - 2008-08-07 01:04:43
|
Update of /cvsroot/radmind/radmind/man In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv8839/man Modified Files: fsdiff.1 Log Message: Special files are unaffected by exclude patterns. Updated description of excludes in fsdiff manpage. Index: fsdiff.1 =================================================================== RCS file: /cvsroot/radmind/radmind/man/fsdiff.1,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** fsdiff.1 14 Jan 2008 17:03:18 -0000 1.15 --- fsdiff.1 7 Aug 2008 01:04:39 -0000 1.16 *************** *** 203,211 **** Lines beginning with "#" are comments, and are skipped. A comment must be on a line by itself. Blank lines are also skipped. Exclude lines are ! wildcard patterns (see radmind(8) DESCRIPTION) of paths on disk that will be ignored completely, that is, fsdiff will not care if an object matching an exclude line is present or absent, and will not print out anything ! relating to it. Exclude patterns will not affect things already in a ! transcript. .sp If there is no command file, the transcript used is the null transcript. --- 203,212 ---- Lines beginning with "#" are comments, and are skipped. A comment must be on a line by itself. Blank lines are also skipped. Exclude lines are ! wildcard patterns (see radmind(8) DESCRIPTION) of paths that will be ignored completely, that is, fsdiff will not care if an object matching an exclude line is present or absent, and will not print out anything ! relating to it. Exclude patterns apply to objects on the filesystem and ! paths in transcripts. Only special files are unaffected by excludes. For ! help determining which files you are excluding, use the -W flag. .sp If there is no command file, the transcript used is the null transcript. |