fixing leak
[oweals/gnunet.git] / src / monkey / gdbmi_get_free_pty.c
index 672145b781b01b5a799791466a03a3c9c48798c9..4274c78261be348db83ffb87c92357c60d5c137e 100644 (file)
@@ -34,7 +34,7 @@
 
   Description:
   Look for a free and usable pseudo terminal. Low level, use
-@x{gmi_look_for_free_pty}.
+  gmi_look_for_free_pty().
   
   Return: A file descriptor connected to the master pty and the name of the slave device, or <0 on error.
   
@@ -86,7 +86,7 @@ int mi_look_for_free_pty(int *master, char **slave)
   Description:
   Look for a free and usable pseudo terminal to be used by the child.
   
-  Return: A new mi_pty structure, you can use @x{gmi_end_pty} to
+  Return: A new mi_pty structure, you can use gmi_end_pty to
 release it.
   
 ***************************************************************************/