Check-in Number:
|
2054 | |
Date: |
2002-Apr-02 08:36:38 (local)
2002-Apr-02 06:36:38 (UTC) |
User: | thl |
Branch: | |
Comment: |
typo |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/ex/ex.pod 1.23 -> 1.24
--- ex.pod 2002/03/30 18:55:28 1.23
+++ ex.pod 2002/04/02 06:36:38 1.24
@@ -441,7 +441,7 @@
clause, it is also evaluated before the B<ex_catch> clause. So,
resources being cleaned up must no longer be used in the B<ex_catch>
block. The example above would have trouble referencing the character
-strings in the printf3) statement because these have been free()d
+strings in the printf(3) statement because these have been free()d
before.
=item B<05: variable uninitialization>
|
|