Bug 4810

Summary: man page for get_current_dir_name(3) has incorrect prototype
Product: [Retired] Red Hat Linux Reporter: kvajk
Component: man-pagesAssignee: Cristian Gafton <gafton>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 6.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: 2000-02-15 03:36:46 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 kvajk 1999-08-31 20:36:41 UTC
The man page for the function get_current_dir_name() gives
the function prototype as:
    char *get_current_working_dir_name(void);
This is incorrect.  It should be:
    char *get_current_dir_name(void);

Thanks!

Comment 1 Bill Nottingham 2000-02-15 03:36:59 UTC
fixed in the current man-pages release in rawhide.