ossp-pkg/sa/sa.pod 1.23 -> 1.24
--- sa.pod 2002/01/02 14:41:07 1.23
+++ sa.pod 2002/01/31 21:35:13 1.24
@@ -32,7 +32,11 @@
=head1 NAME
-B<OSSP sa> - Socket Abstraction Library
+B<OSSP sa> - Socket Abstraction
+
+=head1 VERSION
+
+B<OSSP sa SA_VERSION_STR>
=head1 SYNOPSIS
@@ -438,7 +442,7 @@
(I<yesno>=C<1>) or disabling (I<yesno>=C<0>) Nagle's Algorithm
(see RFC898); C<SA_OPTION_LINGER> (C<struct linger *>I<linger>) for enabling
(C<linger-E<gt>l_onoff>=C<1>) or disabling (C<linger-E<gt>l_onoff>=C<0>
-and C<linger-E<gt>l_linger=I<seconds>) lingering on close (see
+and C<linger-E<gt>l_linger=>I<seconds>) lingering on close (see
C<struct linger> in F<sys/socket.h>); C<SA_OPTION_REUSEADDR> (C<int>
I<yesno>) for enabling (I<yesno>=C<1>) or disabling (I<yesno>=C<0>)
the reusability of the address on binding (see C<SO_REUSEADDR>
@@ -670,11 +674,12 @@
=head1 HISTORY
-B<OSSP sa> was invented in August 2001 by Ralf S. Engelschall for use
-inside the OSSP project. Its creation was prompted by the requirement
-to implement an SMTP logging channel for B<OSSP l2> (logging library).
-Its initial code was derived from a predecessor sub-library originally
-written for socket address abstraction inside B<OSSP lmtp2nntp>.
+B<OSSP sa> was invented in August 2001 by Ralf S. Engelschall
+E<lt>rse@engelschall.comE<gt> for use inside the OSSP project. Its
+creation was prompted by the requirement to implement an SMTP logging
+channel for B<OSSP l2> (logging library). Its initial code was derived
+from a predecessor sub-library originally written for socket address
+abstraction inside B<OSSP lmtp2nntp>.
=head1 AUTHORS
|
|