summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-06-04 19:15:36 +0000
committerLennart Poettering <lennart@poettering.net>2005-06-04 19:15:36 +0000
commitea449bb40c9217688debc91101d5e648d5d8a219 (patch)
treef3e862c12dbba6ec4c9ba58a0da6fdd0c2264adc
parent360ff12ea5b1e0dc3c83a373ddce20e109efaa9a (diff)
doxygen updates
git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@80 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
-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!
*
*/