summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libdaemon/dexec.h2
-rw-r--r--libdaemon/dfork.h8
2 files changed, 6 insertions, 4 deletions
diff --git a/libdaemon/dexec.h b/libdaemon/dexec.h
index d15d49c..dd863fc 100644
--- a/libdaemon/dexec.h
+++ b/libdaemon/dexec.h
@@ -31,7 +31,7 @@ extern "C" {
* STDERR redirected to syslog
*/
-/** If this variable is defined to 1 iff daemon_exec() is supported.*/
+/** This variable is defined to 1 iff daemon_exec() is supported.*/
#define DAEMON_EXEC_AVAILABLE 1
/** Run the specified executable with the specified arguments in the
diff --git a/libdaemon/dfork.h b/libdaemon/dfork.h
index faac652..3eb6eda 100644
--- a/libdaemon/dfork.h
+++ b/libdaemon/dfork.h
@@ -27,10 +27,12 @@
extern "C" {
#endif
-/** \mainpage
+/** \mainpage libdaemon
*
- * For a brief explanation of libdaemons's purpose, have a look on <a
- * href="../../README.html">the README file</a>. Thank you!
+ * libdaemon
+ *
+ * For a brief explanation of libdaemons's purpose, have a look on the
+ * README file. Thank you!
*
*/