aboutsummaryrefslogtreecommitdiff
path: root/src/monkey
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-23 13:23:15 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-23 13:23:15 +0000
commit311e9e5636fdd21172f9bca63cc8746c654ae526 (patch)
tree23099f5eceade38b89a054386aad03971191dab9 /src/monkey
parentba204d8d7f0dc98c5b50d047cb5e081f73d67d2e (diff)
downloadgnunet-311e9e5636fdd21172f9bca63cc8746c654ae526.tar.gz
gnunet-311e9e5636fdd21172f9bca63cc8746c654ae526.zip
doxygen
Diffstat (limited to 'src/monkey')
-rw-r--r--src/monkey/gdbmi_get_free_pty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monkey/gdbmi_get_free_pty.c b/src/monkey/gdbmi_get_free_pty.c
index 47ddbd628..4274c7826 100644
--- a/src/monkey/gdbmi_get_free_pty.c
+++ b/src/monkey/gdbmi_get_free_pty.c
@@ -34,7 +34,7 @@
34 34
35 Description: 35 Description:
36 Look for a free and usable pseudo terminal. Low level, use 36 Look for a free and usable pseudo terminal. Low level, use
37@x{gmi_look_for_free_pty}. 37 gmi_look_for_free_pty().
38 38
39 Return: A file descriptor connected to the master pty and the name of the slave device, or <0 on error. 39 Return: A file descriptor connected to the master pty and the name of the slave device, or <0 on error.
40 40