Index: ossp-pkg/sa/sa.pod RCS File: /v/ossp/cvs/ossp-pkg/sa/sa.pod,v rcsdiff -q -kk '-r1.17' '-r1.18' -u '/v/ossp/cvs/ossp-pkg/sa/sa.pod,v' 2>/dev/null --- sa.pod 2001/10/31 20:51:01 1.17 +++ sa.pod 2001/11/17 15:03:04 1.18 @@ -365,28 +365,66 @@ =back -=head1 STANDARDS +=head1 SEE ALSO -R. Gilligan, S. Thomson, J. Bound, W. Stevens, +=head2 Standards + +R. Gilligan, S. Thomson, J. Bound, W. Stevens: "Basic Socket Interface Extensions for IPv6", RFC 2553, March 1999. -W. Stevens, +W. Stevens: "Advanced Sockets API for IPv6", B, February 1998. -R. Fielding, L. Masinter, T. Berners-Lee, +R. Fielding, L. Masinter, T. Berners-Lee: "Uniform Resource Identifiers: Generic Syntax", B, August 1998. -R. Hinden, S. Deering, +R. Hinden, S. Deering: "IP Version 6 Addressing Architecture", B, July 1998. -R. Hinden, B. Carpenter, L. Masinter, +R. Hinden, B. Carpenter, L. Masinter: "Format for Literal IPv6 Addresses in URL's", B, December 1999. +=head2 Papers + +Stuart Sechrest: +"An Introductory 4.4BSD Interprocess Communication Tutorial", +FreeBSD 4.4 (/usr/share/doc/psd/20.ipctut/). + +Samuel J. Leffler, Robert S. Fabry, William N. Joy, Phil Lapsley: +"An Advanced 4.4BSD Interprocess Communication Tutorial", +FreeBSD 4.4 (/usr/share/doc/psd/21.ipc/). + +Craig Metz: +"Protocol Independence Using the Sockets API" +http://www.usenix.org/publications/library/proceedings/usenix2000/freenix/metzprotocol.html, +USENIX Annual Technical Conference, June 2000. + +=head2 Manual Pages + +socket(2) +accept(2), +bind(2), +connect(2), +getpeername(2), +getsockname(2), +getsockopt(2), +ioctl(2), +listen(2), +read(2), +recv(2), +select(2), +send(2), +shutdown(2), +socketpair(2), +write(2), +getprotoent(3), +protocols(4) + =head1 HISTORY B was invented in August 2001 by Ralf S. Engelschall for use