getpeername.2, getsockname.2: SEE ALSO: add ip(7) and unix(7)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-10-24 16:27:47 -05:00
parent 0b8a445926
commit ecae8a080a
2 changed files with 6 additions and 2 deletions

View File

@ -106,4 +106,6 @@ See also
.SH "SEE ALSO" .SH "SEE ALSO"
.BR accept (2), .BR accept (2),
.BR bind (2), .BR bind (2),
.BR getsockname (2) .BR getsockname (2),
.BR ip (7),
.BR unix (7)

View File

@ -103,4 +103,6 @@ See also
.BR accept (2). .BR accept (2).
.SH "SEE ALSO" .SH "SEE ALSO"
.BR bind (2), .BR bind (2),
.BR socket (2) .BR socket (2),
.BR ip (7),
.BR unix (7)