Update of /cvsroot/radmind/radmind/man
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23190/man
Modified Files:
fsdiff.1
Log Message:
Merged radmind-1-10-0-exclude-branch.
Index: fsdiff.1
===================================================================
RCS file: /cvsroot/radmind/radmind/man/fsdiff.1,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** fsdiff.1 5 Jul 2007 19:38:59 -0000 1.13
--- fsdiff.1 3 Nov 2007 15:25:45 -0000 1.14
***************
*** 12,16 ****
.B -1
} [
! .BI -IV
] [
.BI \-K\ command
--- 12,16 ----
.B -1
} [
! .BI -IVW
] [
.BI \-K\ command
***************
*** 180,185 ****
.sp
.br
! Type is 'k' for command file, 'p' for positive, 'n' for negative and 's'
! for special. The
argument path is either a command file name, transcript name,
or in the case of type special, a full pathname.
--- 180,185 ----
.sp
.br
! Type is 'k' for command file, 'p' for positive, 'n' for negative, 's'
! for special and 'x' for an exclude pattern. The
argument path is either a command file name, transcript name,
or in the case of type special, a full pathname.
***************
*** 198,204 ****
.br
s /etc/fstab
.sp
Lines beginning with "#" are comments, and are skipped. A comment must
! be on a line by itself. Blank lines are also skipped.
.sp
If there is no command file, the transcript used is the null transcript.
--- 198,210 ----
.br
s /etc/fstab
+ .br
+ x /etc/tsm*.pid
.sp
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.
.sp
If there is no command file, the transcript used is the null transcript.
***************
*** 300,303 ****
--- 306,313 ----
a list of supported checksumming algorithms in descending
order of preference and then exits.
+ .TP 19
+ .B \-W
+ prints a warning to the standard error when encountering an object
+ matching an exclude pattern.
.sp
.SH FILES
|