debian man page for netclose

Query: netclose

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

NETCLOSE(3)						     Common Library Functions						       NETCLOSE(3)

NAME
netclose - close an existing socket
SYNOPSIS
#include "net.h" int netclose (int s);
DESCRIPTION
netclose closes an existing socket.
RETURN VALUE
This routine returns zero if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately.
ERRORS
EINTR The function was interrupted by a signal. EBADF s is not a valid descriptor. ENOTSOCK s is not a socket.
SEE ALSO
close(2), closesocket(WNT), neterror(3)
AUTHOR
LCG Grid Deployment Team
LCG
$Date: 2005/03/29 09:27:19 $ NETCLOSE(3)
Related Man Pages
dpns_closedir(3) - debian
netread(3) - debian
rfio_fseeko64(3) - debian
rfio_fseek(3) - debian
rfio_opendir(3) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results
New UNIX and Linux History Sections