ossp-pkg/sio/al.pod 1.16 -> 1.17
--- al.pod 2002/11/28 16:11:49 1.16
+++ al.pod 2002/11/28 17:21:55 1.17
@@ -272,11 +272,12 @@
The buffer now holds the string "HelloGoodbye\n".
The insertion is empty.
-=item al_rc_t B<al_setlabel>(al_t *I<al>, size_t I<off>, size_t I<n>, al_label_t *label);
+=item al_rc_t B<al_setlabel>(al_t *I<al>, size_t I<off>, size_t I<n>, al_label_t oldlabel, al_label_t newlabel);
I<off> and I<n> are byte counts that define a span of bytes within the
-source assembly line I<al>. These bytes are tagged with I<label>, any
-existing label for these bytes is overwritten.
+source assembly line I<al>. The bytes within that span that match I<oldlabel>
+are tagged with I<newlabel>, any existing labels for these bytes are
+overwritten.
=item size_t B<al_bytes>(const al_t *I<al>);
|
|