Package: libwww-perl
Version: 5.805-1
Severity: minor
File: /usr/share/man/man1/lwp-request.1p.gz

       -m <method>
           Set which method to use for the request.  If this option is not 
used, then the method is derived from the
           name of the program.

OK, but they still belong in the SYNOPSIS, or make explicit mention on
the man page if these are to be used still or are deprecated.

$ for i in GET HEAD POST PUT; do echo $i:; which $i;  man $i|col -b|grep $i; 
done
GET:
/usr/bin/GET
HEAD:
/usr/bin/HEAD
       -s  Print response status code.  This option is always on for HEAD
       -e  Print response headers.  This option is always on for HEAD
POST:
/usr/bin/POST
       file system. The request content for POST and PUT methods is read from
           for requests that take a content, i.e. POST and PUT.  You can force
           "-c".  The default Content-Type for POST is "applica
PUT:
No manual entry for PUT

The last one doesn't even seem to be linked. Link all or none.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to