Index: ossp-pkg/sio/al.pod RCS File: /v/ossp/cvs/ossp-pkg/sio/Attic/al.pod,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/sio/Attic/al.pod,v' 2>/dev/null --- al.pod 2002/10/17 13:15:07 1.6 +++ al.pod 2002/10/17 14:57:44 1.7 @@ -173,22 +173,22 @@ =item al_rc_t B(al_t *I, const char *I, size_t I); -Append I bytes from a storage array at I to the assembly list, the +Append I bytes from a storage array at I to the assembly list. The bytes are copied, memory is allocated as necessary. Example: C =item al_rc_t B(al_t *I, const char *I, size_t I); -Prepend I bytes from a storage array at I to the assembly list, the +Prepend I bytes from a storage array at I to the assembly list. The bytes are copied, memory is allocated as necessary. Example: C =item al_rc_t B(al_t *I, char *I

, size_t I); -Attach the storage array starting at I

with size at the end of -the assembly list. Its content will become part of the assembly list +Attach the storage array starting at I

with size I at the end of +the assembly list. Its content becomes part of the assembly list and is subject to assembly list operations. The storage array must stay in scope for the whole life time of the assembly list, there is no way to detach it from the assembly list. @@ -211,7 +211,7 @@ The move from the new list I removes the data from its origin. The target list I may be B, the data bytes that would -be moved to the target are then discard. This avoids creation +be moved to the target are then discarded. This avoids creation and destruction of a dummy target. The new list I may be B, then nothing is inserted into