Index: ossp-pkg/ex/ex.pod RCS File: /v/ossp/cvs/ossp-pkg/ex/ex.pod,v rcsdiff -q -kk '-r1.23' '-r1.24' -u '/v/ossp/cvs/ossp-pkg/ex/ex.pod,v' 2>/dev/null --- 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 clause. So, resources being cleaned up must no longer be used in the B 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>