aboutsummaryrefslogtreecommitdiffstats
path: root/libaxl_context_free.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-06-21 12:09:51 +0200
committerMattias Andrée <maandree@kth.se>2020-06-21 12:09:51 +0200
commit0007c3f8d17fb4b397d6d4e42b10f2ceee5b0d6a (patch)
tree73cc9f3704a934d05e8086fad9e6d906b7871131 /libaxl_context_free.3
parentImplement & format token in libaxl_receive (diff)
downloadlibaxl-0007c3f8d17fb4b397d6d4e42b10f2ceee5b0d6a.tar.gz
libaxl-0007c3f8d17fb4b397d6d4e42b10f2ceee5b0d6a.tar.bz2
libaxl-0007c3f8d17fb4b397d6d4e42b10f2ceee5b0d6a.tar.xz
Move man pages into a separate directory
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libaxl_context_free.3')
-rw-r--r--libaxl_context_free.326
1 files changed, 0 insertions, 26 deletions
diff --git a/libaxl_context_free.3 b/libaxl_context_free.3
deleted file mode 100644
index 8f68536..0000000
--- a/libaxl_context_free.3
+++ /dev/null
@@ -1,26 +0,0 @@
-.TH libaxl_context_free 3 libaxl
-.SH NAME
-libaxl_context_free - Deallocation a context
-.SH SYNOPSIS
-.nf
-#include <libaxl.h>
-
-void libaxl_context_free(LIBAXL_CONTEXT *\fIctx\fP);
-.fi
-.SH DESCRIPTION
-The
-.BR libaxl_context_free ()
-function deallocates the object specified in the
-.I ctx
-parameter, or does nothing if the argument is
-.IR NULL .
-.SH RETURN VALUE
-None.
-.SH ERRORS
-The
-.BR libaxl_context_free ()
-function cannot fail.
-.SH NOTES
-None.
-.SH SEE ALSO
-.BR libaxl_context_create (3)