X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FDaemonTools.hh;h=15e4e7d812dad7b393bde9837b36cf9412805649;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=cb335560e7a607a7e2f02fab8a47324ee86e4bf0;hpb=98f3f38c5872d26fcf544a9d28efe0518e3895e2;p=senf.git diff --git a/Utils/DaemonTools.hh b/Utils/DaemonTools.hh index cb33556..15e4e7d 100644 --- a/Utils/DaemonTools.hh +++ b/Utils/DaemonTools.hh @@ -61,7 +61,7 @@ namespace senf { terminal and start a new process group. */ void redirect_stdio(std::string const & path = "/dev/null"); ///< Redirect STDIN, STDOUT and STDERR /**< All standard file-descriptors will be redirected to the - given path defaulting to /dev/null + given path defaulting to /dev/null \param[in] path path to redirect to */ /// @} @@ -81,4 +81,6 @@ namespace senf { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: