| Summary: | [patch] fsinfo(8) man page missing information | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Gavin Atkinson <gavin.atkinson> | ||||
| Component: | Books & Articles | Assignee: | Tom Rhodes <trhodes> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-doc->mbr Over to Martin who handled the last import, and therefore will know if it's OK for this manpage to be updated locally again. Martin, if you're happy with this but don't want to handle it yourself, then chuck this back at us doc folks. Thanks. Responsible Changed From-To: mbr->freebsd-doc Just go for it. I'm happy with it :-) State Changed From-To: open->patched Patched in CURRENT, debating on the MFC. Thanks! Responsible Changed From-To: freebsd-doc->trhodes Patched in CURRENT, debating on the MFC. Thanks! State Changed From-To: patched->closed Better late then never. MFC complete, close this PR. |
The man page for fsinfo(8) misses a few important bits of information, because the mark-up for the crossreferences is wrong. As a result, the description contains: The fsinfo utility takes a set of system configuration information, and generates a coordinated set of , and mountd(8) configuration files. rather than The fsinfo utility takes a set of system configuration information, and generates a coordinated set of amd(8) , mount(8) and mountd(8) configura- tion files. Fix: The fix is to revert half of the changes made in revision 1.8 of the file. This file is in contrib, however it seems to have had other changes made to it since the import anyway, so I don't believe this matters. (Patch also available at http://www.devrandom.co.uk/freebsd/fsinfo.8.diff) How-To-Repeat: man 8 fsinfo