aboutsummaryrefslogtreecommitdiffstats
path: root/libaxl_context_create.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-05-10 17:26:03 +0200
committerMattias Andrée <maandree@kth.se>2020-05-10 17:26:03 +0200
commit0e676861b71b8a17fdf0b968ef32751e2df30444 (patch)
treea2c1bb8dc26c0f0c3dda126cec45df5682fcf682 /libaxl_context_create.3
parentA few things (diff)
downloadlibaxl-0e676861b71b8a17fdf0b968ef32751e2df30444.tar.gz
libaxl-0e676861b71b8a17fdf0b968ef32751e2df30444.tar.bz2
libaxl-0e676861b71b8a17fdf0b968ef32751e2df30444.tar.xz
Documentation + return -1 screen when not specified
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libaxl_context_create.3')
-rw-r--r--libaxl_context_create.36
1 files changed, 4 insertions, 2 deletions
diff --git a/libaxl_context_create.3 b/libaxl_context_create.3
index 5736645..05c9f20 100644
--- a/libaxl_context_create.3
+++ b/libaxl_context_create.3
@@ -23,7 +23,7 @@ returns the context on success completion, or
on failure.
.SH ERRORS
The
-.BR libaxl_generate_id ()
+.BR libaxl_context_create ()
function can only fail if enough memory
cannot be allocates for the process,
which is corresponds to the
@@ -34,4 +34,6 @@ libaxl error number.
.SH NOTES
None.
.SH SEE ALSO
-.BR libaxl_context_free (3)
+.BR libaxl_context_free (3),
+.BR libaxl_connect (3),
+.BR libaxl_create (3)