Do ioctl(file, BLKRRPART) if supported to reread partitions when they are already...
[polld.git] / polld.1
blobb1c7a45632f057a9b816ca2e404ea503f3a28632
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .\" First parameter, NAME, should be all caps
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4 .\" other parameters are allowed: see man(7), man(1)
5 .TH POLLD 1 "October  3, 2004"
6 .\" Please adjust this date whenever revising the manpage.
7 .\"
8 .\" Some roff macros, for reference:
9 .\" .nh        disable hyphenation
10 .\" .hy        enable hyphenation
11 .\" .ad l      left justify
12 .\" .ad b      justify to both left and right margins
13 .\" .nf        disable filling
14 .\" .fi        enable filling
15 .\" .br        insert line break
16 .\" .sp <n>    insert n+1 empty lines
17 .\" for manpage-specific macros, see man(7)
18 .SH NAME
19 polld \- program to periodically poll devices
20 .SH SYNOPSIS
21 .B polld
22 [\fIOPTION\fR]
23 .SH DESCRIPTION
24 This manual page documents briefly the
25 .B polld
26 command.
27 .PP
28 \fBpolld\fP is a program that peridically opens files listed in configuration.
29 .PP
30 Program accepts following options:
31 .TP
32 \fB\-h\fR, \fB\-\-help\fR
33 shows help
34 .TP
35 \fB\-v\fR, \fB\-\-version\fR
36 shows version information
37 .TP
38 \fB\-c\fR, \fB\-\-config\fR=\fIfile\fR
39 configuration file to use
40 .TP
41 \fB\-p\fR, \fB\-\-pid\fR=\fIfile\fR
42 lock file for storing pid, empty for no locking
43 .TP
44 \fB\-s\fR, \fB\-\-sleep\fR=\fIseconds\fR
45 number of seconds to sleep between polling devices
46 .SH SEE ALSO
47 polld(5)
48 .SH AUTHOR
49 polld and this manual page were written by Michal Cihar <michal@cihar.com>.
50 .SH BUGS
51 Probably.
52 Report to <URL:http://bugs.cihar.com>.