Bug 24230

Summary: getcwd(3) manual page has wrong STANDARDS paragraph
Product: Base System Reporter: lwa <lwa>
Component: binAssignee: dd <dd>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   

Description lwa 2001-01-10 19:00:01 UTC
      in the manual page, getcwd(3) is said ISO C conform which is false.

Fix: 

getcwd is defined in POSIX.1 (IEEE Std 1003.1: 1990)
     but I doesn't have the official document to ckeck the
     conformance.
How-To-Repeat: 
	$ man 3 getcwd
	(...)
	STANDARDS
             The getcwd() function conforms to ISO 9899: 1990 (``ISO C'').
Comment 1 ru freebsd_committer freebsd_triage 2001-08-21 13:08:03 UTC
State Changed
From-To: open->closed

Fixed in 5.0-CURRENT, getcwd.3,v 1.13 
and in 4.3-STABLE, getcwd.3,v 1.7.2.4. 


Comment 2 ru freebsd_committer freebsd_triage 2001-08-21 13:08:03 UTC
Responsible Changed
From-To: freebsd-bugs->dd

Dima handled this.