Index: ossp-pkg/sa/sa.pod RCS File: /v/ossp/cvs/ossp-pkg/sa/sa.pod,v rcsdiff -q -kk '-r1.25' '-r1.26' -u '/v/ossp/cvs/ossp-pkg/sa/sa.pod,v' 2>/dev/null --- sa.pod 2002/03/15 10:47:36 1.25 +++ sa.pod 2002/10/25 16:04:06 1.26 @@ -437,21 +437,29 @@ The adjusted option is controlled by I. The number and type of the expected following argument(s) are dependent on the particular -option. Currently the following options are implement (option arguments -in parenthesis): C (C I) for enabling -(I=C<1>) or disabling (I=C<0>) Nagle's Algorithm -(see RFC898); C (CI) for enabling -(Cl_onoff>=C<1>) or disabling (Cl_onoff>=C<0> -and Cl_linger=>I) lingering on close (see -C in F); C (C -I) for enabling (I=C<1>) or disabling (I=C<0>) -the reusability of the address on binding (see C -of setsockopt(2)), C (C I) for -enabling (I=C<1>) or disabling (I=C<0>) the reusability -of the port on binding (see C of setsockopt(2)), -C (C I) for enabling (I=C<1>) or -disabling (I=C<0>) non-blocking I/O mode (see C of -fcntl(2)). +option. Currently the following options are implemented (option arguments +in parenthesis): + +C (C I) for enabling (I=C<1>) or +disabling (I == C<0>) Nagle's Algorithm (see RFC898). + +C (CI) for enabling +(Cl_onoff> == C<1> and Cl_linger> == +I) or disabling (Cl_onoff> == C<0>) lingering +on close (see C of setsockopt(2) and C in +F). + +C (C I) for enabling (I == +C<1>) or disabling (I == C<0>) the reusability of the address on +binding (see C of setsockopt(2)). + +C (C I) for enabling (I == C<1>) +or disabling (I == C<0>) the reusability of the port on binding +(see C of setsockopt(2)). + +C (C I) for enabling (I == C<1>) +or disabling (I == C<0>) non-blocking I/O mode (see C +of fcntl(2)). Example: C