accept.2, listen.2, recv.2, getpeername.2, getsockname.2, shutdown.2, socketpair.2: Global fix: SEE ALSO: add socket(7)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-12-01 10:26:37 -05:00
parent c24995b98f
commit 5dfedcae40
7 changed files with 11 additions and 4 deletions

View File

@ -320,4 +320,5 @@ See
.BR connect (2),
.BR listen (2),
.BR select (2),
.BR socket (2)
.BR socket (2),
.BR socket (7)

View File

@ -108,4 +108,5 @@ See also
.BR bind (2),
.BR getsockname (2),
.BR ip (7),
.BR socket (7),
.BR unix (7)

View File

@ -105,4 +105,5 @@ See also
.BR bind (2),
.BR socket (2),
.BR ip (7),
.BR socket (7),
.BR unix (7)

View File

@ -168,4 +168,5 @@ See
.BR accept (2),
.BR bind (2),
.BR connect (2),
.BR socket (2)
.BR socket (2),
.BR socket (7)

View File

@ -466,4 +466,5 @@ is shown in
.BR shutdown (2),
.BR socket (2),
.BR cmsg (3),
.BR sockatmark (3)
.BR sockatmark (3),
.BR socket (7)

View File

@ -96,4 +96,5 @@ respectively, and are defined in
since glibc-2.1.91.
.SH "SEE ALSO"
.BR connect (2),
.BR socket (2)
.BR socket (2),
.BR socket (7)

View File

@ -124,4 +124,5 @@ file, and portable applications are probably wise to include it.
.BR read (2),
.BR socket (2),
.BR write (2),
.BR socket (7),
.BR unix (7)