ultrix man page for shutdown

Query: shutdown

OS: ultrix

Section: 2

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

shutdown(2)							System Calls Manual						       shutdown(2)

Name
       shutdown - shut down full-duplex connection

Syntax
       shutdown(s, how)
       int s, how;

Description
       The call causes all or part of a full-duplex connection on the socket associated with s to be shut down.  If how is 0, further receives are
       disallowed.  If how is 1, further sends are disallowed.	If how is 2, further sends and receives are disallowed.

Return Values
       A zero (0) is returned if the call succeeds, -1 if it fails.

Diagnostics
       The call succeeds unless:

       [EBADF]	      The s argument is not a valid descriptor.

       [ENOTSOCK]     The s argument is a file, not a socket.

       [ENOTCONN]     The specified socket is not connected.

See Also
       connect(2), socket(2)

																       shutdown(2)
Related Man Pages
shutdown(2) - freebsd
shutdown(3socket) - opensolaris
shutdown(2) - suse
shutdown(2) - osf1
shutdown(2) - netbsd
Similar Topics in the Unix Linux Community
Help with script, shutdown if no ping responce
emergency shutdown best practices.
aix shutdown automatically
Problem on capturing system Shutdown
Issue with shutdown command in script (MacOS High Sierra)