diff options
author | Michael Stevens <mstevens@etla.org> | 2011-01-31 21:44:53 +0000 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-02-01 13:18:09 -0500 |
commit | 193454d51d1585c301532c409d00f42e108023f3 (patch) | |
tree | efe5b1882d3313d9743b3f0230197f35e2e67ac8 /README.os2 | |
parent | 635d4d9b3bcf39c404a79542d70bc0b780282ddb (diff) | |
download | perl-193454d51d1585c301532c409d00f42e108023f3.tar.gz |
Make podchecker a little happier
Fix =item ambiguity and remove whitespace on empty line.
Diffstat (limited to 'README.os2')
-rw-r--r-- | README.os2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.os2 b/README.os2 index 02a79ba4a0..a7e94156d3 100644 --- a/README.os2 +++ b/README.os2 @@ -1499,7 +1499,7 @@ Here is the sample C file: { main_t f; handler_t h; - + me = argv[0]; /**/ handle = load_perl_dll(PERL_DLL_BASENAME); @@ -2025,7 +2025,7 @@ WM_QUIT, and which did not process the received WM_QUIT message, the shutdown will be automatically cancelled. Do not call C<perl_hmq_GET(1)> unless you are going to process messages on an orderly basis. -=item * Treating errors reported by OS/2 API +=item Treating errors reported by OS/2 API There are two principal conventions (it is useful to call them C<Dos*> and C<Win*> - though this part of the function signature is not always @@ -2102,7 +2102,7 @@ Sets C<Perl_rc> to C<rc>, and sets $^E to the corresponding value. =back -=item * Loading DLLs and ordinals in DLLs +=item Loading DLLs and ordinals in DLLs Some DLLs are only present in some versions of OS/2, or in some configurations of OS/2. Some exported entry points are present only |