Bug 69727 - Unexpected stderr output from "man 1 zshall" command
Summary: Unexpected stderr output from "man 1 zshall" command
Keywords:
Status: CLOSED DUPLICATE of bug 19555
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: zsh
Version: limbo
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Trond Eivind Glomsrxd
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-07-24 20:16 UTC by Glen A. Foster
Modified: 2007-04-18 16:44 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-07-24 20:16:34 UTC
Embargoed:


Attachments (Terms of Use)

Description Glen A. Foster 2002-07-24 20:16:28 UTC
Description of Problem: Something is not right with the zshall.1 man-page.  If
you run the command "man 1 zshall 2> stderr", there's data in the file "stderr".

Version-Release number of selected component (if applicable):
# rpm -qf /usr/share/man/man1/zshall.1.gz
zsh-4.0.4-8

How Reproducible: 100%

Steps to Reproduce:
1. man 1 zshall 2> stderr

Actual Results: contents are as follows:
# cat stderr
<standard input>:472: realpath on `man1/zshmisc.1' failed: No such file or directory
<standard input>:473: realpath on `man1/zshexpn.1' failed: No such file or directory
<standard input>:474: realpath on `man1/zshparam.1' failed: No such file or
directory
<standard input>:475: realpath on `man1/zshoptions.1' failed: No such file or
directory
<standard input>:476: realpath on `man1/zshbuiltins.1' failed: No such file or
directory
<standard input>:477: realpath on `man1/zshzle.1' failed: No such file or directory
<standard input>:478: realpath on `man1/zshcompwid.1' failed: No such file or
directory
<standard input>:479: realpath on `man1/zshcompsys.1' failed: No such file or
directory
<standard input>:480: realpath on `man1/zshcompctl.1' failed: No such file or
directory
<standard input>:481: realpath on `man1/zshmodules.1' failed: No such file or
directory
<standard input>:482: realpath on `man1/zshzftpsys.1' failed: No such file or
directory
<standard input>:483: realpath on `man1/zshcontrib.1' failed: No such file or
directory

Expected Results: empty stderr output

Comment 1 Trond Eivind Glomsrxd 2002-07-24 20:30:36 UTC

*** This bug has been marked as a duplicate of 19555 ***


Note You need to log in before you can comment on or make changes to this bug.