Skip Menu |

This queue is for tickets about the Filesys-SmbClient CPAN distribution.

Report information
The Basics
Id: 81794
Status: open
Priority: 0/
Queue: Filesys-SmbClient

People
Owner: Nobody in particular
Requestors: Xavier (no email address)
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 3.2
Fixed in: (no value)



Subject: Spelling errors in pod
Hi, Lintian (Debian tool) reports the following : @@ -762,7 +762,7 @@ Example: =item read FILEHANDLE, LENGTH -Read $count bytes of data on file descriptor $fd. It lenght is not set, +Read $count bytes of data on file descriptor $fd. It length is not set, 4096 bytes will be read. Return buffer read on success, undef at end of file, @@ -809,7 +809,7 @@ errno and $! is set. A wrapper around `libsmbclient's `smbc_free_context'. Close open files, release Samba connection, delete context, -aquired during open_* calls. +acquired during open_* calls. Example:
Also an other error : @@ -802,8 +802,6 @@ FILEHANDLE must be open with open of thi Close file FILEHANDLE. Return 0 on success, else -1 is return and errno and $! is set. -=back - =item shutdown flag A wrapper around `libsmbclient's `smbc_free_context'. @@ -820,6 +818,8 @@ NOTE: shutdown(1) may cause complaints about talloc memory leaks, if there are currently no open files. +=back + =head2 Print method =over