#760508 sharutils: uuencode(5) man page contradicts itself

Package:
sharutils
Source:
sharutils
Description:
shar, unshar, uuencode, uudecode
Submitter:
Robert Luberda
Date:
2014-09-04 20:12:06 UTC
Severity:
minor
#760508#5
Date:
2014-09-04 20:09:59 UTC
From:
To:
uuencode(5) manpage first contains this information:

" The base64 option says the file  has  been encoded using base64.
  The encoded option says the output file *name* has been base64 encoded.
  It is never encoded  with traditional uuencoding."


but then several lines later gives the following example, in which the `never'
from the last of the above-quoted sentences actually happens:

"        begin-encoded 644 5$]$3P``
       This  introduces  an  encoded  file  named, TODO with that name
       encoded using uuencoding."



Another issue is that the `The encoded option says...' sentence most probably
should be `The base64-encoded option says...'.

Regards,
robert