*.pyx: Add some rather laconic docstrings.
[mLib-python] / stuff.pyx
index e18e367..dcb8a9c 100644 (file)
--- a/stuff.pyx
+++ b/stuff.pyx
 ### 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()