Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Mar 2018 03:19:04 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r330627 - head/share/man/man9
Message-ID:  <201803080319.w283J4cZ035030@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Thu Mar  8 03:19:04 2018
New Revision: 330627
URL: https://svnweb.freebsd.org/changeset/base/330627

Log:
  g_bio(9): fix a documentation oversight from r163870
  
  MFC after:	3 weeks

Modified:
  head/share/man/man9/g_bio.9

Modified: head/share/man/man9/g_bio.9
==============================================================================
--- head/share/man/man9/g_bio.9	Thu Mar  8 01:03:26 2018	(r330626)
+++ head/share/man/man9/g_bio.9	Thu Mar  8 03:19:04 2018	(r330627)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 17, 2016
+.Dd Mar 7, 2018
 .Dt G_BIO 9
 .Os
 .Sh NAME
@@ -59,7 +59,7 @@ most important fields are described below:
 .Bl -tag -width ".Va bio_attribute"
 .It Va bio_cmd
 I/O request command.
-There are four I/O requests available in GEOM:
+There are five I/O requests available in GEOM:
 .Bl -tag -width ".Dv BIO_GETATTR"
 .It Dv BIO_READ
 A read request.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803080319.w283J4cZ035030>