summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-09-20 10:52:08 +0000
committergabor <gabor@FreeBSD.org>2007-09-20 10:52:08 +0000
commit2175a1da6d7917e535f7a42d0b3bc0c2be654260 (patch)
tree69e1bba77be8c08e35a932b2c04fe0ed57902611 /share
parent146ada068606d21f67e4f82830717bf2251ae4b1 (diff)
downloadFreeBSD-src-2175a1da6d7917e535f7a42d0b3bc0c2be654260.zip
FreeBSD-src-2175a1da6d7917e535f7a42d0b3bc0c2be654260.tar.gz
- Fix a declaration example
PR: docs/115632 Submitted by: Romain Tartiere <romain@blogreen.org> Approved by: re (bmah) MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/DECLARE_GEOM_CLASS.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/DECLARE_GEOM_CLASS.9 b/share/man/man9/DECLARE_GEOM_CLASS.9
index 8a7a336..a47ea8e 100644
--- a/share/man/man9/DECLARE_GEOM_CLASS.9
+++ b/share/man/man9/DECLARE_GEOM_CLASS.9
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 6, 2005
+.Dd August 13, 2007
.Dt DECLARE_GEOM_CLASS 9
.Os
.Sh NAME
@@ -110,7 +110,7 @@ below).
.Sh EXAMPLES
Example class declaration.
.Bd -literal -offset indent
-static struct geom *
+static struct g_geom *
g_example_taste(struct g_class *mp, struct g_provider *pp,
int flags __unused)
{
OpenPOWER on IntegriCloud