| Summary: | Typo in g_bio(9) man page references wrong field name | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | chadf | ||||
| Component: | Books & Articles | Assignee: | Christian Brueffer <brueffer> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | CC: | brueffer | ||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: brueffer Date: Mon Dec 7 19:21:09 UTC 2015 New revision: 291957 URL: https://svnweb.freebsd.org/changeset/base/291957 Log: Fix a comment typo in the code example. PR: 203497 Submitted by: chadf@triularity.org MFC after: 1 week Changes: head/share/man/man9/g_bio.9 Fixed in HEAD; I'll merge this to the stable branches soon. Thanks! A commit references this bug: Author: brueffer Date: Mon Dec 14 11:38:44 UTC 2015 New revision: 292201 URL: https://svnweb.freebsd.org/changeset/base/292201 Log: MFH: r291957 Fix a comment typo in the code example. PR: 203497 Submitted by: chadf@triularity.org Changes: _U stable/10/ stable/10/share/man/man9/g_bio.9 A commit references this bug: Author: brueffer Date: Mon Dec 14 11:39:46 UTC 2015 New revision: 292202 URL: https://svnweb.freebsd.org/changeset/base/292202 Log: MFH: r291957 Fix a comment typo in the code example. PR: 203497 Submitted by: chadf@triularity.org Changes: _U stable/9/share/man/man9/ stable/9/share/man/man9/g_bio.9 |
Created attachment 161637 [details] Patch to correct error Typo in g_bio(9) man page suggests using wrong field name. The reference geom->consumers should be geom->consumer. Patch included.