This commit is contained in:
Michael Kerrisk 2007-12-05 21:12:53 +00:00
parent 6457a7c9af
commit e2de12c279
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ bind \- bind a name to a socket
.BR "#include <sys/types.h>" " /* See NOTES */"
.B #include <sys/socket.h>
.sp
.BI "int bind(int " sockfd ", const struct sockaddr *" my_addr \
", socklen_t " addrlen );
.BI "int bind(int " sockfd ", const struct sockaddr *" my_addr ,
.BI " socklen_t " addrlen );
.fi
.SH DESCRIPTION
.BR bind ()