Do ioctl(file, BLKRRPART) if supported to reread partitions when they are already...
[polld.git] / polld.5
blob7599f4021bf1e15b162b9188c54476f6c011a5ab
1 .TH POLLD 5 "3 Jan 2006"
2 .SH NAME
3 polld - polld(1) configuration file 
4 .SH DESCRIPTION
5 .I polld
6 is a simple file containing filenames to be opened by polld(1).
7 The syntax is simply as follows:
8 .RS
9 .sp
10 .nf
11 .ne 7
12 # comment
14 filename
15 .fi
16 .sp
17 .RE
18 .PP
19 Note that blank lines are ignored.  Lines which begin with a # are considered comments and ignored.
20 .SH EXAMPLE
21 .RS
22 .sp
23 .nf
24 .ne 7
25 # configuration for polld
26 # anything that starts with # is comment, each nonempty line is treated as device name to be monitored
28 /dev/hde1
30 .fi
31 .sp
32 .RE
33 .PP
34 .SH SEE ALSO
35 .BR polld(1)
36 .SH AUTHOR
37 polld and this manual page were written by Michal Cihar <michal@cihar.com>.