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

(-)src/share/man/man9/g_geom.9 (-1 / +1 lines)
Lines 123-129 Link Here
123
.Sh EXAMPLES
123
.Sh EXAMPLES
124
Create an example geom.
124
Create an example geom.
125
.Bd -literal -offset indent
125
.Bd -literal -offset indent
126
static struct geom *
126
static void
127
g_example_start(struct bio *bp)
127
g_example_start(struct bio *bp)
128
{
128
{
129
129

Return to bug 203498