View | Details | Raw Unified | Return to bug 115632
Collapse All | Expand All

(-)share/man/man9/DECLARE_GEOM_CLASS.9 (-1 / +1 lines)
Lines 110-116 Link Here
110
.Sh EXAMPLES
110
.Sh EXAMPLES
111
Example class declaration.
111
Example class declaration.
112
.Bd -literal -offset indent
112
.Bd -literal -offset indent
113
static struct geom *
113
static struct g_geom *
114
g_example_taste(struct g_class *mp, struct g_provider *pp,
114
g_example_taste(struct g_class *mp, struct g_provider *pp,
115
    int flags __unused)
115
    int flags __unused)
116
{
116
{

Return to bug 115632