| Summary: | hier(7) has sometimes-erroneous descriptions of tmp dirs. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Gary W. Swearingen <swear> | ||||
| Component: | Books & Articles | Assignee: | Murray Stokely <murray> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Gary W. Swearingen
2001-08-08 04:40:01 UTC
State Changed From-To: open->feedback I don't like how this duplicates information. How about just adding a NOTES or CAVEATS section at the bottom warning that the entire filesystem hierarchy is at the SA's discretion, and that stuff in there is only supposed to reflect the FreeBSD default? How about the following patch? Does this please everyone? Index: hier.7 =================================================================== RCS file: /home/ncvs/src/share/man/man7/hier.7,v retrieving revision 1.57 diff -u -r1.57 hier.7 --- hier.7 2001/10/01 08:52:40 1.57 +++ hier.7 2001/10/08 03:58:09 @@ -752,6 +752,12 @@ the NIS maps .El .El +.Sh NOTES +This manual page documents the default FreeBSD filesystem layout, but +the actual hierarchy on a given system is defined at the system +administrator's discretion. +A well-maintained installation will include a customized version of +this document. .Sh SEE ALSO .Xr apropos 1 , .Xr find 1 , State Changed From-To: feedback->analyzed Updated text has been committed to -CURRENT. Thanks! Responsible Changed From-To: freebsd-doc->murray My MFC reminder. State Changed From-To: analyzed->closed Your change has been merged to -STABLE. Thanks! |