Package: man-db
Version: 2.5.2-1
Severity: minor

With any pipe or redirection:
$ man perldelta | wc
<standard input>:1010: `\-' is not allowed in an escape name
   1185    8039   58334
$ man perldelta|:
<standard input>:1010: `\-' is not allowed in an escape name
$ man perldelta > /dev/null
<standard input>:1010: `\-' is not allowed in an escape name

But not
$ PAGER=/bin/true man perldelta
$



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

Reply via email to