rrdd_SOURCES = rrdd.c rrdd.h
rrdd_LDADD = -lavl -lrrd_th
+all-local: rrdd.1
+
+%.1: %.pod
+ pod2man --release=$(VERSION) --center=rrdd $< >$@
--- /dev/null
+=pod
+
+=head1 NAME
+
+RRDd - Data caching daemon for rrdtool
+
+=head1 SYNOPSIS
+
+ rrdd
+
+=head1 DESCRIPTION
+
+RRDd is a daemon that receives updates to existing RRD files, accumulates them
+and, if enough have been received or a defined time has passed, writes the
+updates to the RRD file. A I<flush> command may be used to force writing of
+values to disk, so that graphing facilities and similar can work with
+up-to-date data.
+
+=head1 OPTIONS
+
+None at the moment.
+
+=head1 BUGS
+
+=over 4
+
+=item
+
+Runs into some assertion when the socket is closed by the client before the
+response has been received.
+
+=back
+
+=head1 SEE ALSO
+
+L<rrdtool(1)>, L<rrdgraph(1)>
+
+=head1 AUHOR
+
+RRDd and this manual page have been written by Florian Forster
+E<lt>octoE<nbsp>atE<nbsp>verplant.orgE<gt>.