mirror of
https://github.com/clearlinux/telemetrics-client.git
synced 2026-08-21 23:26:11 +00:00
3337c45b08
"telemd" was replaced by "telemprobd" a long time ago, however several man pages still contain refererences to "telemd". This patch replaces all references accordingly. Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Notes on manual pages
The manual pages are generated using rst2man.py. To recreate them,
run make manpages in the toplevel folder. If you want to edit
the documentation for upstream changes, make sure to edit the *.rst
files and not the shipped nroff output files.
Generating HTML documentation
At toplevel, run 'doxygen docs/Doxyfile'. The documentation is generated in the docs/html/ directory.