| Summary: | getcwd(3) manual page has wrong STANDARDS paragraph | ||
|---|---|---|---|
| Product: | Base System | Reporter: | lwa <lwa> |
| Component: | bin | Assignee: | dd <dd> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 5.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
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. Responsible Changed From-To: freebsd-bugs->dd Dima handled this. |
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'').