From 0007c3f8d17fb4b397d6d4e42b10f2ceee5b0d6a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 21 Jun 2020 12:09:51 +0200 Subject: Move man pages into a separate directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- man3/libaxl_attach.3 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 man3/libaxl_attach.3 (limited to 'man3/libaxl_attach.3') diff --git a/man3/libaxl_attach.3 b/man3/libaxl_attach.3 new file mode 100644 index 0000000..0ec4f8f --- /dev/null +++ b/man3/libaxl_attach.3 @@ -0,0 +1,33 @@ +.TH libaxl_attach 3 libaxl +.SH NAME +libaxl_attach - Change file descriptor of a connection +.SH SYNOPSIS +.nf +#include + +void libaxl_attach(LIBAXL_CONNECTION *\fIconn\fP, int \fIfd\fP); +.fi +.SH DESCRIPTION +The +.BR libaxl_attach () +function changes the file descript in the +connection record specified in the +.I conn +parameter, which the function will assume is +.RI non- NULL , +to the file descriptor specified in the +.I fd +parameter. +.SH RETURN VALUE +None. +.SH ERRORS +The +.BR libaxl_attach () +function cannot fail. +.SH NOTES +None. +.SH SEE ALSO +.BR libaxl_unmarshal (3), +.BR libaxl_create (3), +.BR libaxl_fileno (3), +.BR libaxl_detach (3) -- cgit v1.2.3-70-g09d2