Bug 126412

Summary: pwd man page misses every pwd option
Product: Red Hat Enterprise Linux 3 Reporter: Need Real Name <lsof>
Component: coreutilsAssignee: Tim Waugh <twaugh>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 3.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-06-25 15:46:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2004-06-21 10:53:46 UTC
Description of problem:

Several problems:
 1. man pwd does not show the -P or -L options
 2. man pwd claims that "man info" will show more useful information. 
It doesn't.
 3. pwd -h, pwd --help options are missing.

Comment 1 Tim Waugh 2004-06-25 15:46:10 UTC
There is a bash builtin named pwd, and it is that version that has -P
and -L options: the coreutils-provided pwd does not.

To get information about the builtin, type 'help pwd'.