X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/a19eaede18c9176b382df01e4f6c6e5c04a87d0f..addc0c3760b565ead630bd67cc038b31954b9284:/stuff.pyx diff --git a/stuff.pyx b/stuff.pyx index e18e367..dcb8a9c 100644 --- a/stuff.pyx +++ b/stuff.pyx @@ -24,9 +24,11 @@ ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. def detachtty(): + """detachtty(): detach from terminal and fork""" _detachtty() def daemonize(): + """daemonize(): become a daemon""" if _daemonize(): _oserror()