svn commit: r292201 - stable/10/share/man/man9

Christian Brueffer brueffer at FreeBSD.org
Mon Dec 14 11:38:45 UTC 2015


Author: brueffer
Date: Mon Dec 14 11:38:43 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 at triularity.org

Modified:
  stable/10/share/man/man9/g_bio.9
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man9/g_bio.9
==============================================================================
--- stable/10/share/man/man9/g_bio.9	Mon Dec 14 11:36:01 2015	(r292200)
+++ stable/10/share/man/man9/g_bio.9	Mon Dec 14 11:38:43 2015	(r292201)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 1, 2006
+.Dd December 7, 2015
 .Dt G_BIO 9
 .Os
 .Sh NAME
@@ -253,7 +253,7 @@ example_start(struct bio *bp)
 	/* Ok, schedule it down. */
 	/*
 	 * The consumer can be obtained from
-	 * LIST_FIRST(&bp->bio_to->geom->consumers) as well,
+	 * LIST_FIRST(&bp->bio_to->geom->consumer) as well,
 	 * if there is only one in our geom.
 	 */
 	g_io_request(cbp, sc->ex_consumer);


More information about the svn-src-all mailing list