Date: Mon, 16 Apr 2018 16:29:48 +0000 (UTC) From: Alan Somers <asomers@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r332607 - stable/11/share/man/man9 Message-ID: <201804161629.w3GGTmwr099478@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: asomers Date: Mon Apr 16 16:29:48 2018 New Revision: 332607 URL: https://svnweb.freebsd.org/changeset/base/332607 Log: MFC r330627: g_bio(9): fix a documentation oversight from r163870 Modified: stable/11/share/man/man9/g_bio.9 Directory Properties: stable/11/ (props changed) Modified: stable/11/share/man/man9/g_bio.9 ============================================================================== --- stable/11/share/man/man9/g_bio.9 Mon Apr 16 16:28:23 2018 (r332606) +++ stable/11/share/man/man9/g_bio.9 Mon Apr 16 16:29:48 2018 (r332607) @@ -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?201804161629.w3GGTmwr099478>