Check-in Number:
|
2597 | |
Date: |
2002-Oct-16 14:51:37 (local)
2002-Oct-16 12:51:37 (UTC) |
User: | rse |
Branch: | |
Comment: |
fix typo |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/sio/al.pod 1.3 -> 1.4
--- al.pod 2002/10/16 12:37:08 1.3
+++ al.pod 2002/10/16 12:51:37 1.4
@@ -162,7 +162,7 @@
Create an assembly list abstraction object.
The object is stored in I<alp> on success.
-Example: C<al_t *al; sa_create(&al);>
+Example: C<al_t *al; al_create(&al);>
=item al_rc_t B<al_destroy>(al_t *I<al>);
|
|