X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib-python/blobdiff_plain/5b1830f325c55c70d65fd020f08dd958493e528d..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()